Skip to content

Commit

Permalink
New version - 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jul 20, 2023
1 parent 0316d70 commit c79f847
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
33 changes: 33 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Libblockdev 3.0.2
------------------

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

**Full list of changes**

Alexis Murzeau (1):

- Use ntfsinfo instead of ntfscluster for faster bd_fs_ntfs_get_info

Marek Szuba (1):

- docs: Fix test quotation

Michael Biebl (1):

- Restrict list of exported symbols via -export-symbols-regex

Tomas Bzatek (2):

- lib: Silence the missing DEFAULT_CONF_DIR_PATH
- loop: Report BD_LOOP_ERROR_DEVICE on empty loop devices

Vojtech Trefny (5):

- Fix formatting in NEWS.rst
- fs: Fix unused error in extract_e2fsck_progress
- fs: Use read-only mount where possible for generic FS functions
- fs: Document that generic functions can mount filesystems
- fs: Avoid excess logging in extract_e2fsck_progress

Libblockdev 3.0.1
------------------

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.1], [], [], [https://github.com/storaged-project/libblockdev])
AC_INIT([libblockdev], [3.0.2], [], [], [https://github.com/storaged-project/libblockdev])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
14 changes: 13 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.1
Version: 3.0.2
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,18 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all

%changelog
* 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)
- lib: Silence the missing DEFAULT_CONF_DIR_PATH (tbzatek)
- fs: Document that generic functions can mount filesystems (vtrefny)
- fs: Use read-only mount where possible for generic FS functions (vtrefny)
- docs: Fix test quotation (marecki)
- fs: Fix unused error in extract_e2fsck_progress (vtrefny)
- Use ntfsinfo instead of ntfscluster for faster bd_fs_ntfs_get_info (amubtdx)
- Restrict list of exported symbols via -export-symbols-regex (biebl)
- Fix formatting in NEWS.rst (vtrefny)

* Tue Jul 04 2023 Vojtech Trefny <[email protected]> - 3.0.1-1
- fs: Simplify struct BDFSInfo (tbzatek)
- boilerplate_generator: Annotate stub func args as G_GNUC_UNUSED (tbzatek)
Expand Down

0 comments on commit c79f847

Please sign in to comment.