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 release log updated. Signed-off-by: Ned Bass <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 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.1 | ||
Version: 0.6.5.2 | ||
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 |
---|---|---|
|
@@ -185,6 +185,19 @@ chmod u+x ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/*/extra/*/*/* | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Wed Sep 30 2015 Ned Bass <[email protected]> - 0.6.5.2-1 | ||
- Init script fixes zfsonlinux/zfs#3816 | ||
- Fix uioskip crash when skip to end zfsonlinux/zfs#3806 zfsonlinux/zfs#3850 | ||
- Userspace can trigger an assertion zfsonlinux/zfs#3792 | ||
- Fix quota userused underflow bug zfsonlinux/zfs#3789 | ||
- Fix performance regression from unwanted synchronous I/O zfsonlinux/zfs#3780 | ||
- Fix deadlock during ARC reclaim zfsonlinux/zfs#3808 zfsonlinux/zfs#3834 | ||
- Fix deadlock with zfs receive and clamscan zfsonlinux/zfs#3719 | ||
- Allow NFS activity to defer snapshot unmounts zfsonlinux/zfs#3794 | ||
- Linux 4.3 compatibility zfsonlinux/zfs#3799 | ||
- Zed reload fixes zfsonlinux/zfs#3773 | ||
- Fix PAX Patch/Grsec SLAB_USERCOPY panic zfsonlinux/zfs#3796 | ||
- Always remove during dkms uninstall/update zfsonlinux/spl#476 | ||
* Sat Sep 19 2015 Ned Bass <[email protected]> - 0.6.5.1-1 | ||
- Fix zvol corruption with TRIM/discard zfsonlinux/zfs#3798 | ||
- Fix NULL as mount(2) syscall data parameter zfsonlinux/zfs#3804 | ||
|
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 |
---|---|---|
|
@@ -332,6 +332,19 @@ exit 0 | |
%endif | ||
|
||
%changelog | ||
* Wed Sep 30 2015 Ned Bass <[email protected]> - 0.6.5.2-1 | ||
- Init script fixes zfsonlinux/zfs#3816 | ||
- Fix uioskip crash when skip to end zfsonlinux/zfs#3806 zfsonlinux/zfs#3850 | ||
- Userspace can trigger an assertion zfsonlinux/zfs#3792 | ||
- Fix quota userused underflow bug zfsonlinux/zfs#3789 | ||
- Fix performance regression from unwanted synchronous I/O zfsonlinux/zfs#3780 | ||
- Fix deadlock during ARC reclaim zfsonlinux/zfs#3808 zfsonlinux/zfs#3834 | ||
- Fix deadlock with zfs receive and clamscan zfsonlinux/zfs#3719 | ||
- Allow NFS activity to defer snapshot unmounts zfsonlinux/zfs#3794 | ||
- Linux 4.3 compatibility zfsonlinux/zfs#3799 | ||
- Zed reload fixes zfsonlinux/zfs#3773 | ||
- Fix PAX Patch/Grsec SLAB_USERCOPY panic zfsonlinux/zfs#3796 | ||
- Always remove during dkms uninstall/update zfsonlinux/spl#476 | ||
* Sat Sep 19 2015 Ned Bass <[email protected]> - 0.6.5.1-1 | ||
- Fix zvol corruption with TRIM/discard zfsonlinux/zfs#3798 | ||
- Fix NULL as mount(2) syscall data parameter zfsonlinux/zfs#3804 | ||
|