diff --git a/NEWS.rst b/NEWS.rst index 42e90f1..e65153c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,32 @@ +Libblockdev 3.1.1 +------------------ + +New bugfix release of the libblockdev library with multiple fixes. See below +for details. + +**Full list of changes** + +Giulio Benetti (1): + +- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined + +Tomas Bzatek (5): + +- Port to G_GNUC_INTERNAL for controlling symbols visibility +- Fix some more occurrences of missing port to G_GNUC_UNUSED +- dm_logging: Annotate redirect_dm_log() printf format +- tests: Add NVMe persistent discovery controller tests +- tests: Add NVMe controller type checks + +Vojtech Trefny (6): + +- Makefile: Fix bumpver to work with micro versions +- tests: Manually remove removed PVs from LVM devices file +- tests: Ignore LVM devices file for non-LVM tests +- tests: Fix removing custom LVM devices file +- nvme: Add bd_nvme_is_tech_avail to the API file +- lvm-dbus: Fix passing size for pvresize over DBus + Libblockdev 3.1.0 ------------------ diff --git a/libblockdev-3.1.0.tar.gz b/libblockdev-3.1.0.tar.gz deleted file mode 100644 index 62ecef8..0000000 --- a/libblockdev-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41e4af66c9d78e795302d37825dfd88a4970f82da7b4ebe6487feba2afae44fb -size 1054326 diff --git a/libblockdev-3.1.1.tar.gz b/libblockdev-3.1.1.tar.gz new file mode 100644 index 0000000..d9f4a69 --- /dev/null +++ b/libblockdev-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db +size 1056270 diff --git a/libblockdev.changes b/libblockdev.changes index 41a0368..7e3b87b 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 10 11:29:31 UTC 2024 - Dirk Müller + +- update to 3.1.1: + * Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined + * Port to G_GNUC_INTERNAL for controlling symbols visibility + * Fix some more occurrences of missing port to G_GNUC_UNUSED + * dm_logging: Annotate redirect_dm_log() printf format + * tests: Add NVMe persistent discovery controller tests + * tests: Add NVMe controller type checks + * Makefile: Fix bumpver to work with micro versions + * tests: Manually remove removed PVs from LVM devices file + * tests: Ignore LVM devices file for non-LVM tests + * tests: Fix removing custom LVM devices file + * nvme: Add bd_nvme_is_tech_avail to the API file + * lvm-dbus: Fix passing size for pvresize over DBus + ------------------------------------------------------------------- Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin @@ -242,7 +259,7 @@ Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller - udpate to 2.24: * VDO plugin has been deprecated in this release (functionality - replaced by LVM VDO) + replaced by LVM VDO) * support for creating and managing LVM VDO volumes added * support for unlocking of BitLocker-compatible format BITLK added diff --git a/libblockdev.spec b/libblockdev.spec index 9d34784..4adb36b 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -41,7 +41,7 @@ %define soversion 3 Name: libblockdev -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only