SHA256
1
0
forked from pool/libzbc
2018-03-18 21:49:25 +00:00
committed by Git OBS Bridge
parent 0225080404
commit 17560b02c3
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Mar 18 21:47:12 UTC 2018 - jengelh@inai.de
- Update to new upstream release 5.5.0
* Fixed various problems with the fake backend driver
(emulation mode), in particular when using a 4K sector disk
as backend storage.
* Properly set up direct I/O operation with the SG_IO interface
(SCSI and ATA backend drivers).
* Properly handle the maximum and optimal number of open zones
for drives with no limit and drives not reporting any limit.
* Skip open zone resource tests for drives with no limit or an
unreported limit on the maximum/optimal number of open zones.
* Add a new test to verify that a drive returns the correct
ASC/ASCQ sense error codes when writing to a full zone (HM
drives only).
-------------------------------------------------------------------
Tue Aug 8 11:18:07 UTC 2017 - jengelh@inai.de