forked from pool/libzbc
libzbc-4.3
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=11
This commit is contained in:
parent
8e7dc9401d
commit
f806e1b121
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 12:59:55 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.3.0
|
||||||
|
* Properly handle detection of zoned block devices using sysfs
|
||||||
|
* Fixed handling of list view so that an operation on a zone does
|
||||||
|
not reset the current selection and view whenever possible.
|
||||||
|
* Improved handling of the list view using a filter model.
|
||||||
|
* Added support for direct I/Os (O_DIRECT). Note: this does not
|
||||||
|
work with SG node device files.
|
||||||
|
* Added maximum read/write command size in the device info
|
||||||
|
structure.
|
||||||
|
* Initialize maximum device read/write I/O size for each backend
|
||||||
|
driver.
|
||||||
|
* Check read/write command size against the maximum allowed for
|
||||||
|
the device.
|
||||||
|
* Fixed get capacity: the code is now common for ATA and SCSI.
|
||||||
|
This fixes problems in SCSI backend when RC_BASIS is 0 (report
|
||||||
|
zones was being executed without the max logical sectors being
|
||||||
|
set), and also adds RC_BASIS handling for ATA drives (this was
|
||||||
|
missing entirely).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 1 08:22:20 UTC 2016 - jengelh@inai.de
|
Fri Jul 1 08:22:20 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzbc
|
Name: libzbc
|
||||||
%define lname libzbc-4_1_1
|
%define lname libzbc-4_3_0
|
||||||
Version: 4.1.1
|
Version: 4.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for manipulating ZBC and ZAC disks
|
Summary: Library for manipulating ZBC and ZAC disks
|
||||||
License: BSD-2-Clause and LGPL-3.0+
|
License: BSD-2-Clause and LGPL-3.0+
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d236251e3081bd8b6af103bfc85ec7d3fae6fd647cdc66f1ad650d6961befc7c
|
|
||||||
size 823360
|
|
3
v4.3.0.tar.gz
Normal file
3
v4.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62521dd806f20d29326718ff90e8bfe3b0106b9d3a405ddde7d43e41c7e04c79
|
||||||
|
size 824213
|
Loading…
Reference in New Issue
Block a user