diff options
Diffstat (limited to 'rpm/generic/zfs-kmod.spec.in')
-rw-r--r-- | rpm/generic/zfs-kmod.spec.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rpm/generic/zfs-kmod.spec.in b/rpm/generic/zfs-kmod.spec.in index 8c1c2f766..48d9f4ff6 100644 --- a/rpm/generic/zfs-kmod.spec.in +++ b/rpm/generic/zfs-kmod.spec.in @@ -186,6 +186,15 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* rm -rf $RPM_BUILD_ROOT %changelog +* 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 +- Make arc_summary.py and dbufstat.py compatible with python3 +- musl libc compatibility for option parsing zfsonlinux/zfs#4222 +- Prevent arc_c collapse and possible panic zfsonlinux/zfs#3904 +- Prevent duplicated xattr between SA and dir zfsonlinux/zfs#4153 +- Fix zsb->z_hold_mtx deadlock zfsonlinux/zfs#4106 +- Prevent SA header corruption zfsonlinux/zfs#4150 * Fri Jan 8 2016 Ned Bass <[email protected]> - 0.6.5.4-1 - Linux 4.4 compat - Assorted stability fixes |