diff --git a/libzbc.changes b/libzbc.changes index 4c323e7..2415114 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jul 28 11:27:35 UTC 2021 - Jan Engelhardt + +- Update to release 5.11.1 + * New versioning scheme and SONAME + +------------------------------------------------------------------- +Wed Jul 28 07:22:17 UTC 2021 - Jan Engelhardt + +- Update to release 5.11 + * Increase of the default command timeout from 20s to 30s to be + in-line with the kernel default settings. Similarly to the + kernel, the timeout for device write cache flush commands is + also double the default value (60s). + * Improved handling of timeout errors. These errors are now + notified using the ETIMEDOUT error code instead of the generic + EIO. + * SCSI backend driver fixes and improvements: optimized SAT + correctness detection for ZAC devices and faster device + capacity detection. + * Block backend driver improvements: retreive the maximum + number of open zones from the device sysfs attributes if the + kernel exposes it. + * Improvement of the zbc_report_zones() function that avoids + multiple buffer allocation/free operations for large reports. + ------------------------------------------------------------------- Sat May 22 10:50:43 UTC 2021 - Jan Engelhardt diff --git a/libzbc.spec b/libzbc.spec index 6cc65eb..ad9e823 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -17,8 +17,8 @@ Name: libzbc -%define lname libzbc-5_10_0 -Version: 5.10.0 +%define lname libzbc5 +Version: 5.11.1 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause AND LGPL-3.0-or-later @@ -108,7 +108,7 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete %_bindir/gz* %files -n %lname -%_libdir/libzbc-*.so +%_libdir/libzbc.so.5* %license COPYING.BSD %files devel diff --git a/v5.10.0.tar.gz b/v5.10.0.tar.gz deleted file mode 100644 index 20255e8..0000000 --- a/v5.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2774188a1ff9f3564695dc613c52658a853dde1babc9e0b0682280c83ef85c67 -size 138217 diff --git a/v5.11.1.tar.gz b/v5.11.1.tar.gz new file mode 100644 index 0000000..e6ff5ac --- /dev/null +++ b/v5.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7514b3078b8d305f4988a4b6d0d40807b1974764934889c05aa8e025eebbb02 +size 140042