Skip to content

Commit 68aaff5

Browse files
committed
New version - 3.1.1
1 parent 80ef6b1 commit 68aaff5

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

NEWS.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Libblockdev 3.1.1
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+
Giulio Benetti (1):
10+
11+
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
12+
13+
Tomas Bzatek (5):
14+
15+
- Port to G_GNUC_INTERNAL for controlling symbols visibility
16+
- Fix some more occurrences of missing port to G_GNUC_UNUSED
17+
- dm_logging: Annotate redirect_dm_log() printf format
18+
- tests: Add NVMe persistent discovery controller tests
19+
- tests: Add NVMe controller type checks
20+
21+
Vojtech Trefny (6):
22+
23+
- Makefile: Fix bumpver to work with micro versions
24+
- tests: Manually remove removed PVs from LVM devices file
25+
- tests: Ignore LVM devices file for non-LVM tests
26+
- tests: Fix removing custom LVM devices file
27+
- nvme: Add bd_nvme_is_tech_avail to the API file
28+
- lvm-dbus: Fix passing size for pvresize over DBus
29+
130
Libblockdev 3.1.0
231
------------------
332

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.1.0], [], [], [https://github.com/storaged-project/libblockdev])
3+
AC_INIT([libblockdev], [3.1.1], [], [], [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: 15 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.1.0
80+
Version: 3.1.1
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,20 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
851851
%files plugins-all
852852

853853
%changelog
854+
* Tue Mar 26 2024 Vojtech Trefny <[email protected]> - 3.1.1-1
855+
- lvm-dbus: Fix passing size for pvresize over DBus (vtrefny)
856+
- nvme: Add bd_nvme_is_tech_avail to the API file (vtrefny)
857+
- tests: Add NVMe controller type checks (tbzatek)
858+
- tests: Add NVMe persistent discovery controller tests (tbzatek)
859+
- tests: Fix removing custom LVM devices file (vtrefny)
860+
- tests: Ignore LVM devices file for non-LVM tests (vtrefny)
861+
- tests: Manually remove removed PVs from LVM devices file (vtrefny)
862+
- dm_logging: Annotate redirect_dm_log() printf format (tbzatek)
863+
- Fix some more occurrences of missing port to G_GNUC_UNUSED (tbzatek)
864+
- Port to G_GNUC_INTERNAL for controlling symbols visibility (tbzatek)
865+
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined (giulio.benetti)
866+
- Makefile: Fix bumpver to work with micro versions (vtrefny)
867+
854868
* Fri Jan 19 2024 Vojtech Trefny <[email protected]> - 3.1.0-1
855869
- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 (vtrefny)
856870
- Fix missing progress initialization in bd_crypto_luks_add_key (vtrefny)

0 commit comments

Comments
 (0)