WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11Meta: 1
22Name: zfs
33Branch: 1.0
4- Version: 0.6.5.5
4+ Version: 0.6.5.6
55Release: 1
66Release-Tags: relext
77License: CDDL
Original file line number Diff line number Diff line change @@ -186,6 +186,18 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/*
186186rm -rf $RPM_BUILD_ROOT
187187
188188%changelog
189+ * Tue Mar 22 2016 Ned Bass <
[email protected] > - 0.6.5.6-1
190+ - Remove artificial architecture restrictions in packaging
191+ - Add support for s390[x] zfsonlinux/zfs#4425
192+ - Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243
193+ - Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136
194+ - Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304
195+ - Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681
196+ - Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217
197+ - Make zvol minor functionality more robust zfsonlinux/zfs#4344
198+ - Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312
199+ - Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341
200+ - Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313
189201* Wed Mar 9 2016 Ned Bass <
[email protected] > - 0.6.5.5-1
190202- Linux 4.5 compatibility zfsonlinux/zfs#4228
191203- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224
Original file line number Diff line number Diff line change @@ -327,6 +327,18 @@ exit 0
327327%endif
328328
329329%changelog
330+ * Tue Mar 22 2016 Ned Bass <
[email protected] > - 0.6.5.6-1
331+ - Remove artificial architecture restrictions in packaging
332+ - Add support for s390[x] zfsonlinux/zfs#4425
333+ - Handle negative dentries in case insensitive filesystem zfsonlinux/zfs#4243
334+ - Fix casesensitivity=insensitive deadlock zfsonlinux/zfs#4136
335+ - Correctly parse zdb -R flag arguments zfsonlinux/zfs#4304
336+ - Fix lock order inversion with zvol_open() zfsonlinux/zfs#3681
337+ - Add support for asynchronous zvol minor operations zfsonlinux/zfs#2217
338+ - Make zvol minor functionality more robust zfsonlinux/zfs#4344
339+ - Prevent zpool_find_vdev() from truncating vdev path zfsonlinux/zfs#4312
340+ - Add -gLP to zpool subcommands for alt vdev names zfsonlinux/zfs#4341
341+ - Fix zpool list -v output for spares and log devices zfsonlinux/zfs#4313
330342* Wed Mar 9 2016 Ned Bass <
[email protected] > - 0.6.5.5-1
331343- Linux 4.5 compatibility zfsonlinux/zfs#4228
332344- Create working debuginfo packages on Red Hat zfsonlinux/zfs#4224
You can’t perform that action at this time.
0 commit comments