diff options
author | Ned Bass <[email protected]> | 2015-10-13 15:35:23 -0700 |
---|---|---|
committer | Ned Bass <[email protected]> | 2016-01-08 16:08:18 -0800 |
commit | 1ffc4c150e10310b319ab8a7d83f1f98f9a1e651 (patch) | |
tree | 86aea77e68d5338d44b4784e6b5f8f3f0f3729ea | |
parent | d621aa5431ba4a281d7a370db5dcc432323ea835 (diff) |
Prepare to tag zfs-0.6.5.4zfs-0.6.5.4
META file and release log updated.
Signed-off-by: Ned Bass <[email protected]>
-rw-r--r-- | META | 2 | ||||
-rw-r--r-- | rpm/generic/zfs-kmod.spec.in | 9 | ||||
-rw-r--r-- | rpm/generic/zfs.spec.in | 9 |
3 files changed, 19 insertions, 1 deletions
@@ -1,7 +1,7 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.6.5.3 +Version: 0.6.5.4 Release: 1 Release-Tags: relext License: CDDL diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index 68f94c19d..f314d9a41 100644 --- a/rpm/generic/zfs-kmod.spec.in +++ b/rpm/generic/zfs-kmod.spec.in @@ -185,6 +185,15 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1 +- Linux 4.4 compat +- Assorted stability fixes +- Fixes for NFS-exported snapshots +- Fix kernel warning in unlock_new_inode() and deadlock +- Fix overflow in P2ROUNDUP_TYPED macro +- Fix write performance issue due to bad zfs_dirty_data_max calculation +- Fix builtin kernel builds +- Fix deadlock during direct memory reclaim * 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 diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 20b59088e..c7010c2f7 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -332,6 +332,15 @@ exit 0 %endif %changelog +* Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1 +- Linux 4.4 compat +- Assorted stability fixes +- Fixes for NFS-exported snapshots +- Fix kernel warning in unlock_new_inode() and deadlock +- Fix overflow in P2ROUNDUP_TYPED macro +- Fix write performance issue due to bad zfs_dirty_data_max calculation +- Fix builtin kernel builds +- Fix deadlock during direct memory reclaim * 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 |