diff --git a/libzbc.changes b/libzbc.changes index 8840380..9b4dbd3 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -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 diff --git a/libzbc.spec b/libzbc.spec index 5df1db2..e71a402 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -17,8 +17,8 @@ Name: libzbc -%define lname libzbc-4_1_1 -Version: 4.1.1 +%define lname libzbc-4_3_0 +Version: 4.3.0 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause and LGPL-3.0+ diff --git a/v4.1.1.tar.gz b/v4.1.1.tar.gz deleted file mode 100644 index 8008035..0000000 --- a/v4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d236251e3081bd8b6af103bfc85ec7d3fae6fd647cdc66f1ad650d6961befc7c -size 823360 diff --git a/v4.3.0.tar.gz b/v4.3.0.tar.gz new file mode 100644 index 0000000..aca6324 --- /dev/null +++ b/v4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62521dd806f20d29326718ff90e8bfe3b0106b9d3a405ddde7d43e41c7e04c79 +size 824213