Prepare to tag zfs-0.6.5.5
META file and release log updated. Signed-off-by: Ned Bass <bass6@llnl.gov>
This commit is contained in:
parent
84638a5d0c
commit
504ff59709
2
META
2
META
|
@ -1,7 +1,7 @@
|
|||
Meta: 1
|
||||
Name: zfs
|
||||
Branch: 1.0
|
||||
Version: 0.6.5.4
|
||||
Version: 0.6.5.5
|
||||
Release: 1
|
||||
Release-Tags: relext
|
||||
License: CDDL
|
||||
|
|
|
@ -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 <bass6@llnl.gov> - 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 <bass6@llnl.gov> - 0.6.5.4-1
|
||||
- Linux 4.4 compat
|
||||
- Assorted stability fixes
|
||||
|
|
|
@ -332,6 +332,15 @@ exit 0
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 9 2016 Ned Bass <bass6@llnl.gov> - 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 <bass6@llnl.gov> - 0.6.5.4-1
|
||||
- Linux 4.4 compat
|
||||
- Assorted stability fixes
|
||||
|
|
Loading…
Reference in New Issue