New version

- Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
- Add exit code information to exec logging (vpodzime)
- Improve and add tests (vpodzime)
- Mark the test_force_plugin and test_reload as slow (vpodzime)
- Make sure we get some devices when creating btrfs volume (vpodzime)
- Add override for the lvremove function (vpodzime)
- Do not create LUKS format with no passphrase and no key file (vpodzime)
- Make sure we use the /dev/mapper/... path for luks_status (vpodzime)
This commit is contained in:
Vratislav Podzimek 2015-02-27 15:09:36 +01:00
parent 9662ba63f7
commit 1cd17fa03a
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/libblockdev-0.4.tar.gz
/libblockdev-0.5.tar.gz
/libblockdev-0.6.tar.gz
/libblockdev-0.7.tar.gz

View File

@ -1,5 +1,5 @@
Name: libblockdev
Version: 0.6
Version: 0.7
Release: 1%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
@ -361,6 +361,16 @@ rm -rf %{buildroot}
%files plugins-all
%changelog
* Fri Feb 27 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-1
- Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
- Add exit code information to exec logging (vpodzime)
- Improve and add tests (vpodzime)
- Mark the test_force_plugin and test_reload as slow (vpodzime)
- Make sure we get some devices when creating btrfs volume (vpodzime)
- Add override for the lvremove function (vpodzime)
- Do not create LUKS format with no passphrase and no key file (vpodzime)
- Make sure we use the /dev/mapper/... path for luks_status (vpodzime)
* Thu Feb 19 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
- Don't report error when non-existing swap's status is queried (vpodzime)
- Make libblockdev-plugins-all pull the same version of plugins (vpodzime)

View File

@ -1 +1 @@
a8085dabe104b00e0de2ac8bb561a14f libblockdev-0.6.tar.gz
779786b24b244c6c6566b013b4c86ab0 libblockdev-0.7.tar.gz