Skip to content

Commit

Permalink
New version - 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Aug 31, 2023
1 parent c1b3f9c commit 3837893
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
30 changes: 30 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Libblockdev 3.0.3
------------------

New bugfix release of the libblockdev library with multiple fixes. See below
for details.

**Full list of changes**

Marius Vollmer (1):

- Always use "--fs ignore" with lvresize

Michael Biebl (1):

- tests: Specificy required versions when importing GLib and BlockDev
introspection

Tomas Bzatek (3):

- nvme: Use interim buffer for nvme_get_log_sanitize()
- nvme: Generate HostID when missing
- tests: Minor NVMe HostNQN fixes

Vojtech Trefny (4):

- tests: Replace deprecated unittest assert calls
- fs: Fix leaking directories with temporary mounts
- fs: Fix memory leak
- crypto: Correctly convert passphrases from Python to C

Libblockdev 3.0.2
------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configure.ac for libblockdev

AC_INIT([libblockdev], [3.0.2], [], [], [https://github.com/storaged-project/libblockdev])
AC_INIT([libblockdev], [3.0.3], [], [], [https://github.com/storaged-project/libblockdev])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
13 changes: 12 additions & 1 deletion dist/libblockdev.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
%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}

Name: libblockdev
Version: 3.0.2
Version: 3.0.3
Release: 1%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-or-later
Expand Down Expand Up @@ -845,6 +845,17 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all

%changelog
* Thu Aug 31 2023 Vojtech Trefny <[email protected]> - 3.0.3-1
- crypto: Correctly convert passphrases from Python to C (vtrefny)
- tests: Minor NVMe HostNQN fixes (tbzatek)
- nvme: Generate HostID when missing (tbzatek)
- Always use "--fs ignore" with lvresize (mvollmer)
- nvme: Use interim buffer for nvme_get_log_sanitize() (tbzatek)
- fs: Fix memory leak (vtrefny)
- fs: Fix leaking directories with temporary mounts (vtrefny)
- tests: Specificy required versions when importing GLib and BlockDev introspection (biebl)
- tests: Replace deprecated unittest assert calls (vtrefny)

* Thu Jul 20 2023 Vojtech Trefny <[email protected]> - 3.0.2-1
- fs: Avoid excess logging in extract_e2fsck_progress (vtrefny)
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices (tbzatek)
Expand Down

0 comments on commit 3837893

Please sign in to comment.