From 1cd17fa03a9c9d78e6bde5e3b7aad47ae1b9d389 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Feb 27 2015 14:09:36 +0000 Subject: 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) --- diff --git a/.gitignore b/.gitignore index c02fcb0..643debd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libblockdev-0.4.tar.gz /libblockdev-0.5.tar.gz /libblockdev-0.6.tar.gz +/libblockdev-0.7.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index e824e6f..7b5f587 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -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 - 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 - 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) diff --git a/sources b/sources index 4fad7e6..07a758d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8085dabe104b00e0de2ac8bb561a14f libblockdev-0.6.tar.gz +779786b24b244c6c6566b013b4c86ab0 libblockdev-0.7.tar.gz