-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 release log updated. Signed-off-by: Ned Bass <[email protected]>
- Loading branch information
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.6 | ||
Version: 0.6.5.7 | ||
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 | ||
* Thu May 12 2016 Ned Bass <[email protected]> - 0.6.5.7-1 | ||
- Fix user namespaces uid/gid mapping zfsonlinux/zfs#4177 | ||
- Fix ZPL miswrite of default POSIX ACL zfsonlinux/zfs#4520 | ||
- Linux 4.5 and 4.6 compatibility zfsonlinux/zfs#4537 zfsonlinux/zfs#4489 | ||
- Ensure /dev/disk/by-partlabel gets correctly populated zfsonlinux/zfs#4517 | ||
- Utilities now work reliably with newly created partitions zfsonlinux/zfs#3708 | ||
- Import now reliably uses device names stored in label zfsonlinux/zfs#3043 | ||
- Fix possible deadlock in zfs_secpolicy_write_perms ioctl zfsonlinux/zfs#4554 | ||
- Fix inverted logic on none elevator comparison zfsonlinux/zfs#4507 | ||
- Add 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls for PPC zfsonlinux/zfs#4477 | ||
* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 | ||
- Remove artificial architecture restrictions in packaging | ||
- Add support for s390[x] zfsonlinux/zfs#4425 | ||
|
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 |
---|---|---|
|
@@ -327,6 +327,16 @@ exit 0 | |
%endif | ||
|
||
%changelog | ||
* Thu May 12 2016 Ned Bass <[email protected]> - 0.6.5.7-1 | ||
- Fix user namespaces uid/gid mapping zfsonlinux/zfs#4177 | ||
- Fix ZPL miswrite of default POSIX ACL zfsonlinux/zfs#4520 | ||
- Linux 4.5 and 4.6 compatibility zfsonlinux/zfs#4537 zfsonlinux/zfs#4489 | ||
- Ensure /dev/disk/by-partlabel gets correctly populated zfsonlinux/zfs#4517 | ||
- Utilities now work reliably with newly created partitions zfsonlinux/zfs#3708 | ||
- Import now reliably uses device names stored in label zfsonlinux/zfs#3043 | ||
- Fix possible deadlock in zfs_secpolicy_write_perms ioctl zfsonlinux/zfs#4554 | ||
- Fix inverted logic on none elevator comparison zfsonlinux/zfs#4507 | ||
- Add 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls for PPC zfsonlinux/zfs#4477 | ||
* Tue Mar 22 2016 Ned Bass <[email protected]> - 0.6.5.6-1 | ||
- Remove artificial architecture restrictions in packaging | ||
- Add support for s390[x] zfsonlinux/zfs#4425 | ||
|