summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Bass <[email protected]>2015-10-13 15:35:23 -0700
committerNed Bass <[email protected]>2016-03-09 14:56:21 -0800
commit504ff597092ec6160675685db938dbd21043b690 (patch)
tree4d1414cb5e1c7e89c6cd75c410bfd1deff6a9aad
parent84638a5d0c69eb8725dbf94ee7c7bece7a597bc2 (diff)
Prepare to tag zfs-0.6.5.5zfs-0.6.5.5
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.in9
-rw-r--r--rpm/generic/zfs.spec.in9
3 files changed, 19 insertions, 1 deletions
diff --git a/META b/META
index c8865df89..ea5d64457 100644
--- a/META
+++ b/META
@@ -1,7 +1,7 @@
Meta: 1
Name: zfs
Branch: 1.0
-Version: 0.6.5.4
+Version: 0.6.5.5
Release: 1
Release-Tags: relext
License: CDDL
diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in
index 8c1c2f766..48d9f4ff6 100644
--- a/rpm/generic/zfs-kmod.spec.in
+++ b/rpm/generic/zfs-kmod.spec.in
@@ -186,6 +186,15 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Mar 9 2016 Ned Bass <[email protected]> - 0.6.5.5-1
+- Linux 4.5 compatibility zfsonlinux/zfs#4228
+- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224
+- Make arc_summary.py and dbufstat.py compatible with python3
+- musl libc compatibility for option parsing zfsonlinux/zfs#4222
+- Prevent arc_c collapse and possible panic zfsonlinux/zfs#3904
+- Prevent duplicated xattr between SA and dir zfsonlinux/zfs#4153
+- Fix zsb->z_hold_mtx deadlock zfsonlinux/zfs#4106
+- Prevent SA header corruption zfsonlinux/zfs#4150
* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1
- Linux 4.4 compat
- Assorted stability fixes
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index c7010c2f7..41419e6d6 100644
--- a/rpm/generic/zfs.spec.in
+++ b/rpm/generic/zfs.spec.in
@@ -332,6 +332,15 @@ exit 0
%endif
%changelog
+* Wed Mar 9 2016 Ned Bass <[email protected]> - 0.6.5.5-1
+- Linux 4.5 compatibility zfsonlinux/zfs#4228
+- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224
+- Make arc_summary.py and dbufstat.py compatible with python3
+- musl libc compatibility for option parsing zfsonlinux/zfs#4222
+- Prevent arc_c collapse and possible panic zfsonlinux/zfs#3904
+- Prevent duplicated xattr between SA and dir zfsonlinux/zfs#4153
+- Fix zsb->z_hold_mtx deadlock zfsonlinux/zfs#4106
+- Prevent SA header corruption zfsonlinux/zfs#4150
* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1
- Linux 4.4 compat
- Assorted stability fixes