From 21f21fe85989004e60d316fca9bb4eb4cde10eb7 Mon Sep 17 00:00:00 2001 From: Ned Bass Date: Tue, 22 Mar 2016 16:52:15 -0700 Subject: [PATCH] Prepare to tag zfs-0.6.5.6 META file and release log updated. Signed-off-by: Ned Bass --- META | 2 +- rpm/generic/zfs-kmod.spec.in | 12 ++++++++++++ rpm/generic/zfs.spec.in | 12 ++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/META b/META index ea5d64457a..8d4c352089 100644 --- a/META +++ b/META @@ -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 48d9f4ff62..3840604d1d 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 - 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 - 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 7c530d75e1..55289df7d5 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 - 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 - 0.6.5.5-1 - Linux 4.5 compatibility zfsonlinux/zfs#4228 - Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224