New version

- Add a function to get all mpath member devices (vpodzime)
- Fix backport issues in the zfcp-related functionality (#1348442) (vpodzime)
- Revert "Fix a few const params in the s390 plugin." (vpodzime)
- Fix creation of the version-only tags (vpodzime)
This commit is contained in:
Vratislav Podzimek 2016-06-29 11:18:21 +02:00
parent 5573c28056
commit 690bc5ab49
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/libblockdev-1.5.tar.gz
/libblockdev-1.6.tar.gz
/libblockdev-1.7.tar.gz
/libblockdev-1.8.tar.gz

View File

@ -1,5 +1,5 @@
Name: libblockdev
Version: 1.7
Version: 1.8
Release: 1%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
@ -572,6 +572,12 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Wed Jun 29 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.8-1
- Add a function to get all mpath member devices (vpodzime)
- Fix backport issues in the zfcp-related functionality (#1348442) (vpodzime)
- Revert "Fix a few const params in the s390 plugin." (vpodzime)
- Fix creation of the version-only tags (vpodzime)
* Wed Jun 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.7-1
- Include the LV roles in the LVdata (vpodzime)
- Add a few missing items to the documentation (vpodzime)

View File

@ -1 +1 @@
99d394e60f11407458005a42fa75a110 libblockdev-1.7.tar.gz
35150e40dcf19b7971fb7896b96d0d22 libblockdev-1.8.tar.gz