forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
META file and RPM release log updated. Signed-off-by: Tony Hutter <[email protected]>
- Loading branch information
1 parent
5a20d42
commit 2bc71fa
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Meta: 1 | ||
Name: zfs | ||
Branch: 1.0 | ||
Version: 0.6.5.10 | ||
Version: 0.6.5.11 | ||
Release: 1 | ||
Release-Tags: relext | ||
License: CDDL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,6 +186,16 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Mon Jul 10 2017 Tony Hutter <[email protected]> - 0.6.5.11-1 | ||
- Linux 4.12 compat: super_setup_bdi_name() - add missing code zfsonlinux/zfs#6089 zfsonlinux/zfs#6324 | ||
- Musl libc fixes zfsonlinux/zfs#6310 | ||
- Increase zfs_vdev_async_write_min_active to 2 zfsonlinux/zfs#5926 | ||
- Fix int overflow in zbookmark_is_before()- Fix RHEL 7.4 bio_set_op_attrs build error zfsonlinux/zfs#6234 zfsonlinux/zfs#6271 | ||
- Fix RHEL 7.4 bio_set_op_attrs build error zfsonlinux/zfs#6253 zfsonlinux/zfs#6271 | ||
- GCC 7.1 fixes zfsonlinux/zfs#6253 | ||
- Remove complicated libspl assert wrappers zfsonlinux/zfs#4449 | ||
- Compatibilty with glibc-2.23 zfsonlinux/zfs#6132 | ||
- glibc 2.5 compat: use correct header for makedev() et al. zfsonlinux/zfs#5945 | ||
* Mon Jun 12 2017 Tony Hutter <[email protected]> - 0.6.5.10-1 | ||
- OpenZFS 8005 - poor performance of 1MB writes on certain RAID-Z configurations zfsonlinux/zfs#5931 | ||
- Add MS_MANDLOCK mount failure message zfsonlinux/zfs#4729 zfsonlinux/zfs#6199 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,6 +328,16 @@ exit 0 | |
%endif | ||
|
||
%changelog | ||
* Mon Jul 10 2017 Tony Hutter <[email protected]> - 0.6.5.11-1 | ||
- Linux 4.12 compat: super_setup_bdi_name() - add missing code zfsonlinux/zfs#6089 zfsonlinux/zfs#6324 | ||
- Musl libc fixes zfsonlinux/zfs#6310 | ||
- Increase zfs_vdev_async_write_min_active to 2 zfsonlinux/zfs#5926 | ||
- Fix int overflow in zbookmark_is_before()- Fix RHEL 7.4 bio_set_op_attrs build error zfsonlinux/zfs#6234 zfsonlinux/zfs#6271 | ||
- Fix RHEL 7.4 bio_set_op_attrs build error zfsonlinux/zfs#6253 zfsonlinux/zfs#6271 | ||
- GCC 7.1 fixes zfsonlinux/zfs#6253 | ||
- Remove complicated libspl assert wrappers zfsonlinux/zfs#4449 | ||
- Compatibilty with glibc-2.23 zfsonlinux/zfs#6132 | ||
- glibc 2.5 compat: use correct header for makedev() et al. zfsonlinux/zfs#5945 | ||
* Mon Jun 12 2017 Tony Hutter <[email protected]> - 0.6.5.10-1 | ||
- OpenZFS 8005 - poor performance of 1MB writes on certain RAID-Z configurations zfsonlinux/zfs#5931 | ||
- Add MS_MANDLOCK mount failure message zfsonlinux/zfs#4729 zfsonlinux/zfs#6199 | ||
|