Skip to content

Commit

Permalink
Merge pull request #930 from vojtechtrefny/master_release-prepare
Browse files Browse the repository at this point in the history
New version - 3.0.1
  • Loading branch information
vojtechtrefny authored Jul 4, 2023
2 parents fc0b696 + d1dde35 commit 986e9ac
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
32 changes: 32 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Libblockdev 3.0.1
------------------

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

**Full list of changes**

Giulio Benetti (1):
- loop: define LOOP_SET_BLOCK_SIZE is not defined

Tomas Bzatek (6):
- nvme: Mark private symbols as hidden
- build: Exit before AC_OUTPUT on error
- loop: Remove unused variable
- crypto: Remove stray struct redefinition
- boilerplate_generator: Annotate stub func args as G_GNUC_UNUSED
- fs: Simplify struct BDFSInfo

Vojtech Trefny (11):
- vdo_stats: Remove unused libparted include
- lvm: Make _vglock_start_stop static
- lvm: Fix declaration for bd_lvm_vdolvpoolname
- loop: Remove bd_loop_get_autoclear definition
- lvm: Add bd_lvm_segdata_copy/free to the header file
- fs: Add missing copy and free functions to the header file
- misc: Update steps and Dockerfile for Python documentation
- dist: Sync spec with downstream
- spec: Add dependency on libblockdev-utils to the s390 plugin
- configure: Fix MAJOR_VER macro
- Make the conf.d directory versioned

Libblockdev 3.0
---------------

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

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
22 changes: 21 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
Version: 3.0.1
Release: 1%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPL-2.1-or-later
Expand Down Expand Up @@ -845,5 +845,25 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all

%changelog
* 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)
- crypto: Remove stray struct redefinition (tbzatek)
- loop: Remove unused variable (tbzatek)
- build: Exit before AC_OUTPUT on error (tbzatek)
- loop: define LOOP_SET_BLOCK_SIZE is not defined (giulio.benetti)
- Make the conf.d directory versioned (vtrefny)
- configure: Fix MAJOR_VER macro (vtrefny)
- spec: Add dependency on libblockdev-utils to the s390 plugin (vtrefny)
- nvme: Mark private symbols as hidden (tbzatek)
- dist: Sync spec with downstream (vtrefny)
- misc: Update steps and Dockerfile for Python documentation (vtrefny)
- fs: Add missing copy and free functions to the header file (vtrefny)
- lvm: Add bd_lvm_segdata_copy/free to the header file (vtrefny)
- loop: Remove bd_loop_get_autoclear definition (vtrefny)
- lvm: Fix declaration for bd_lvm_vdolvpoolname (vtrefny)
- lvm: Make _vglock_start_stop static (vtrefny)
- vdo_stats: Remove unused libparted include (vtrefny)

* Fri Jun 23 2023 Vojtech Trefny <[email protected]> - 3.0-1
- Libblockdev 3.0 release

0 comments on commit 986e9ac

Please sign in to comment.