diff options
author | Ned Bass <[email protected]> | 2016-03-22 16:52:15 -0700 |
---|---|---|
committer | Ned Bass <[email protected]> | 2016-03-22 18:08:04 -0700 |
commit | 21f21fe85989004e60d316fca9bb4eb4cde10eb7 (patch) | |
tree | f17ad1358e46f7e1e9328d9170bcccb72c02ab83 | |
parent | d0337e80cacf2b9d5351a26003fe5c4a2d3c4994 (diff) |
Prepare to tag zfs-0.6.5.6zfs-0.6.5.6
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 | 12 | ||||
-rw-r--r-- | rpm/generic/zfs.spec.in | 12 |
3 files changed, 25 insertions, 1 deletions
@@ -1,7 +1,7 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.6.5.5 +Version: 0.6.5.6 Release: 1 Release-Tags: relext License: CDDL diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index 48d9f4ff6..3840604d1 100644 --- a/rpm/generic/zfs-kmod.spec.in +++ b/rpm/generic/zfs-kmod.spec.in @@ -186,6 +186,18 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 +- Remove artificial architecture restrictions in packaging +- Add support for s390[x] zfsonlinux/zfs#4425 +- Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243 +- Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136 +- Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304 +- Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681 +- Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217 +- Make zvol minor functionality more robust zfsonlinux/zfs#4344 +- Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312 +- Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341 +- Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313 * 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 diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 7c530d75e..55289df7d 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -327,6 +327,18 @@ exit 0 %endif %changelog +* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 +- Remove artificial architecture restrictions in packaging +- Add support for s390[x] zfsonlinux/zfs#4425 +- Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243 +- Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136 +- Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304 +- Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681 +- Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217 +- Make zvol minor functionality more robust zfsonlinux/zfs#4344 +- Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312 +- Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341 +- Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313 * 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 |