aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Bass <[email protected]>2015-10-13 15:35:23 -0700
committerNed Bass <[email protected]>2015-10-13 15:35:23 -0700
commit9aaf60b66d10cb01c3c1fc67fa094b17a83b002a (patch)
treed62e4faec06140e096e9a19c24a31e2386e18b57
parentf9f5394f74f7bf421eb484e8d1653257d92f5ace (diff)
Prepare to tag zfs-0.6.5.3zfs-0.6.5.3
META file and release log updated. Signed-off-by: Ned Bass <[email protected]>
-rw-r--r--META2
-rw-r--r--rpm/generic/zfs-kmod.spec.in4
-rw-r--r--rpm/generic/zfs.spec.in4
3 files changed, 9 insertions, 1 deletions
diff --git a/META b/META
index 42c9814ef..aa3c1da58 100644
--- a/META
+++ b/META
@@ -1,7 +1,7 @@
Meta: 1
Name: zfs
Branch: 1.0
-Version: 0.6.5.2
+Version: 0.6.5.3
Release: 1
Release-Tags: relext
License: CDDL
diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in
index ed6ab04df..68f94c19d 100644
--- a/rpm/generic/zfs-kmod.spec.in
+++ b/rpm/generic/zfs-kmod.spec.in
@@ -185,6 +185,10 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Oct 13 2015 Ned Bass <[email protected]> - 0.6.5.3-1
+- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777
+- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920
+- Fix avl_is_empty(&dn->dn_dbufs) assertion zfsonlinux/zfs#3865
* Wed Sep 30 2015 Ned Bass <[email protected]> - 0.6.5.2-1
- Init script fixes zfsonlinux/zfs#3816
- Fix uioskip crash when skip to end zfsonlinux/zfs#3806 zfsonlinux/zfs#3850
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index ed3f7dccf..20b59088e 100644
--- a/rpm/generic/zfs.spec.in
+++ b/rpm/generic/zfs.spec.in
@@ -332,6 +332,10 @@ exit 0
%endif
%changelog
+* Tue Oct 13 2015 Ned Bass <[email protected]> - 0.6.5.3-1
+- Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777
+- Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920
+- Fix avl_is_empty(&dn->dn_dbufs) assertion zfsonlinux/zfs#3865
* Wed Sep 30 2015 Ned Bass <[email protected]> - 0.6.5.2-1
- Init script fixes zfsonlinux/zfs#3816
- Fix uioskip crash when skip to end zfsonlinux/zfs#3806 zfsonlinux/zfs#3850