diff --git a/META b/META index cd8712bb4e..2e901210af 100644 --- a/META +++ b/META @@ -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 e7d2bd1e09..ce46aca13e 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 - 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 - 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 bac8048afc..b471147d16 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 - 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 - 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