diff --git a/NEWS.rst b/NEWS.rst index e8c761e..8ce21b3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,35 @@ +Libblockdev 3.0.4 +------------------ + +New bugfix release of the libblockdev library with multiple fixes. See below +for details. + +**Full list of changes** + +Jelle van der Waa (3): + +- plugins: use g_autofree for free'ing g_char's +- plugins: btrfs: use g_autofree where possible for g_free +- fs: correct btrfs set label description + +Tomas Bzatek (1): + +- nvme: Rework memory allocation for device ioctls + +Vojtech Trefny (11): + +- spec: Obsolete vdo plugin packages +- spec: Move obsoleted devel subpackages to libblockdev-devel +- ci: Bump actions/checkout from v3 to v4 +- part: Do not open disk read-write for read only operations +- fs: Disable progress for ntfsresize +- packit: Add configuration for downstream builds +- logging: Default to DEBUG log level if compiled with --enable-debug +- Use log function when calling a plugin function that is not loaded +- lvm-dbus: Replace g_critical calls with bd_utils_log_format +- tests: Fail early when recompilation fails in library_test +- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 + Libblockdev 3.0.3 ------------------ diff --git a/libblockdev-3.0.3.tar.gz b/libblockdev-3.0.3.tar.gz deleted file mode 100644 index 3ce632d..0000000 --- a/libblockdev-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8 -size 1048628 diff --git a/libblockdev-3.0.4.tar.gz b/libblockdev-3.0.4.tar.gz new file mode 100644 index 0000000..f35d74a --- /dev/null +++ b/libblockdev-3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49841ff92db0ab032931e6f2b5eab63e5969b0ddc14b067b60e46a6eb6c60e47 +size 1050971 diff --git a/libblockdev.changes b/libblockdev.changes index f7845d9..4800161 100644 --- a/libblockdev.changes +++ b/libblockdev.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Oct 13 08:09:53 UTC 2023 - Paolo Stivanin + +- Update to 3.0.4: + * plugins: use g_autofree for free'ing g_char's + * plugins: btrfs: use g_autofree where possible for g_free + * fs: correct btrfs set label description + * nvme: Rework memory allocation for device ioctls + * spec: Obsolete vdo plugin packages + * spec: Move obsoleted devel subpackages to libblockdev-devel + * ci: Bump actions/checkout from v3 to v4 + * part: Do not open disk read-write for read only operations + * fs: Disable progress for ntfsresize + * packit: Add configuration for downstream builds + * logging: Default to DEBUG log level if compiled with --enable-debug + * Use log function when calling a plugin function that is not loaded + * lvm-dbus: Replace g_critical calls with bd_utils_log_format + * tests: Fail early when recompilation fails in library_test + ------------------------------------------------------------------- Fri Sep 29 07:48:57 UTC 2023 - Bjørn Lie diff --git a/libblockdev.spec b/libblockdev.spec index 1e84fdc..82e87f5 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -41,7 +41,7 @@ %define soversion 3 Name: libblockdev -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: A library for low-level manipulation with block devices License: LGPL-2.1-only