diff options
author | Ned Bass <[email protected]> | 2015-09-19 12:46:06 -0700 |
---|---|---|
committer | Ned Bass <[email protected]> | 2015-09-19 13:32:52 -0700 |
commit | 159270efd2ebfee455f30e4171da10e59070c40e (patch) | |
tree | 06695b13e853b459ad457c2b251b5604c4cbc359 | |
parent | 4f07f6086e259758464653c600d8ae0ef733cb5a (diff) |
Tag zfs-0.6.5.1zfs-0.6.5.1
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 | 4 | ||||
-rw-r--r-- | rpm/generic/zfs.spec.in | 4 |
3 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,7 @@ Meta: 1 Name: zfs Branch: 1.0 -Version: 0.6.5 +Version: 0.6.5.1 Release: 1 Release-Tags: relext License: CDDL diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index e7d2bd1e0..ce46aca13 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 +* Sat Sep 19 2015 Ned Bass <[email protected]> - 0.6.5.1-1 +- Fix zvol corruption with TRIM/discard zfsonlinux/zfs#3798 +- Fix NULL as mount(2) syscall data parameter zfsonlinux/zfs#3804 +- Fix xattr=sa dataset property not honored zfsonlinux/zfs#3787 * Fri Sep 11 2015 Brian Behlendorf <[email protected]> - 0.6.5-1 - Released 0.6.5-1, detailed release notes are available at: - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5 diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index bac8048af..b471147d1 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -332,6 +332,10 @@ exit 0 %endif %changelog +* Sat Sep 19 2015 Ned Bass <[email protected]> - 0.6.5.1-1 +- Fix zvol corruption with TRIM/discard zfsonlinux/zfs#3798 +- Fix NULL as mount(2) syscall data parameter zfsonlinux/zfs#3804 +- Fix xattr=sa dataset property not honored zfsonlinux/zfs#3787 * Fri Sep 11 2015 Brian Behlendorf <[email protected]> - 0.6.5-1 - Released 0.6.5-1, detailed release notes are available at: - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5 |