Skip to content

Commit ec0120d

Browse files
committed
New version - 3.0.4
1 parent b25582c commit ec0120d

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

NEWS.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Libblockdev 3.0.4
2+
------------------
3+
4+
New bugfix release of the libblockdev library with multiple fixes. See below
5+
for details.
6+
7+
**Full list of changes**
8+
9+
Jelle van der Waa (3):
10+
11+
- plugins: use g_autofree for free'ing g_char's
12+
- plugins: btrfs: use g_autofree where possible for g_free
13+
- fs: correct btrfs set label description
14+
15+
Tomas Bzatek (1):
16+
17+
- nvme: Rework memory allocation for device ioctls
18+
19+
Vojtech Trefny (11):
20+
21+
- spec: Obsolete vdo plugin packages
22+
- spec: Move obsoleted devel subpackages to libblockdev-devel
23+
- ci: Bump actions/checkout from v3 to v4
24+
- part: Do not open disk read-write for read only operations
25+
- fs: Disable progress for ntfsresize
26+
- packit: Add configuration for downstream builds
27+
- logging: Default to DEBUG log level if compiled with --enable-debug
28+
- Use log function when calling a plugin function that is not loaded
29+
- lvm-dbus: Replace g_critical calls with bd_utils_log_format
30+
- tests: Fail early when recompilation fails in library_test
31+
- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12
32+
133
Libblockdev 3.0.3
234
------------------
335

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libblockdev
22

3-
AC_INIT([libblockdev], [3.0.3], [], [], [https://github.com/storaged-project/libblockdev])
3+
AC_INIT([libblockdev], [3.0.4], [], [], [https://github.com/storaged-project/libblockdev])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libblockdev.spec.in

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
%define configure_opts %{?python3_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?tools_copts} %{?gi_copts} %{?nvme_copts}
7878

7979
Name: libblockdev
80-
Version: 3.0.3
80+
Version: 3.0.4
8181
Release: 1%{?dist}
8282
Summary: A library for low-level manipulation with block devices
8383
License: LGPL-2.1-or-later
@@ -851,6 +851,23 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
851851
%files plugins-all
852852

853853
%changelog
854+
* Fri Oct 13 2023 Vojtech Trefny <[email protected]> - 3.0.4-1
855+
- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 (vtrefny)
856+
- tests: Fail early when recompilation fails in library_test (vtrefny)
857+
- lvm-dbus: Replace g_critical calls with bd_utils_log_format (vtrefny)
858+
- Use log function when calling a plugin function that is not loaded (vtrefny)
859+
- logging: Default to DEBUG log level if compiled with --enable-debug (vtrefny)
860+
- nvme: Rework memory allocation for device ioctls (tbzatek)
861+
- packit: Add configuration for downstream builds (vtrefny)
862+
- fs: correct btrfs set label description (jvanderwaa)
863+
- fs: Disable progress for ntfsresize (vtrefny)
864+
- part: Do not open disk read-write for read only operations (vtrefny)
865+
- ci: Bump actions/checkout from v3 to v4 (vtrefny)
866+
- plugins: btrfs: use g_autofree where possible for g_free (jvanderwaa)
867+
- plugins: use g_autofree for free'ing g_char's (jvanderwaa)
868+
- spec: Move obsoleted devel subpackages to libblockdev-devel (vtrefny)
869+
- spec: Obsolete vdo plugin packages (vtrefny)
870+
854871
* Thu Aug 31 2023 Vojtech Trefny <[email protected]> - 3.0.3-1
855872
- crypto: Correctly convert passphrases from Python to C (vtrefny)
856873
- tests: Minor NVMe HostNQN fixes (tbzatek)

0 commit comments

Comments
 (0)