Changelog for
libzbc6-6.1.0-1.1.x86_64.rpm :
* Mon Jul 01 2024 Jan Engelhardt
- Update to release 6.1
* add functionality to process multiple consequtive zones with zbc_write_zone tool
* Mon Jun 10 2024 Jan Engelhardt - Update to release 6
* Dropped support for draft standards 4.x.
* Compliance to the final ZBC/ZAC standards is improved and now includes support for such ZAC-2/ZBC-2 features as support for DH-SMR (XMR) devices and support for zone counts > 1 in zone operations.
* Thu May 16 2024 Jan Engelhardt - Update to release 5.14
* Fix zbc_report_zones() to have the backend drivers handle command buffer allocation. This simplification avoids rare issues with report zones command failing due to an invalid command size.
* Do not set the IMMED bit in the SYNCHRONIZE CACHE command issued by zbc_flush() function.
* Wed Nov 02 2022 Jan Engelhardt - Update to release 5.13
* Improve the detection of ATA devices with the scsi backend driver
* Add the -scsi and -ata option to all command line tools to respectively force the use of the SCSI or ATA backend drivers.
* Tue Aug 17 2021 Jan Engelhardt - Update to release 5.12.0
* No changes; maintainers are still experimenting with libtool options.
* Wed Jul 28 2021 Jan Engelhardt - Update to release 5.11.1
* New versioning scheme and SONAME
* Wed Jul 28 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 2021 Jan Engelhardt - Update to release 5.10
* Fix the block backend driver to always issue a reset zone ioctl
* Fix the fake backend driver zbc_fake_set_write_pointer() function
* Fix the tools command line parsing and error messages
* Thu Jul 30 2020 Jan Engelhardt - Update to release 5.9.0
* Compilation warning fixes- Drop 0001-build-avoid-double-definition-of-zbc_log_drv-etc.patch (merged)
* Mon Mar 16 2020 Jan Engelhardt - Add 0001-build-avoid-double-definition-of-zbc_log_drv-etc.patch [boo#1166503]