- Update to release 5.11
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=37
This commit is contained in:
parent
01c164970a
commit
4bb1ac1978
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 07:22:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libzbc
|
||||
%define lname libzbc-5_10_0
|
||||
Version: 5.10.0
|
||||
%define lname libzbc-5_11_0
|
||||
Version: 5.11.0
|
||||
Release: 0
|
||||
Summary: Library for manipulating ZBC and ZAC disks
|
||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2774188a1ff9f3564695dc613c52658a853dde1babc9e0b0682280c83ef85c67
|
||||
size 138217
|
3
v5.11.0.tar.gz
Normal file
3
v5.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54e33e76239009866abbf1e433a0dff0b4a98a006c0475154c067b26799f70c8
|
||||
size 139850
|
Loading…
Reference in New Issue
Block a user