From e690a77b594afd7405966fe3247f7016856738a8 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 13 May 2015 11:36:34 +0200 Subject: [PATCH] New version - Prevent a leaky test from running in Jenkins (vpodzime) - Try harder when cleaning up after MD RAID tests (vpodzime) - Improve the MD RAID activate/deactivate test (vpodzime) - One more @contextmanager that needs try-finally (vpodzime) - Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime) - Make sure we always set things back in context managers (vpodzime) - Make the release date for version 1.0 more realistic (vpodzime) - Merge pull request #11 from vpodzime/master (vpodzime) - Run utilities with LC_ALL=C (vpodzime) (#1219033) - Free GMatchInfo instance even in case of no match (vpodzime) - Resolve /dev/md/ symlinks when checking swap status. (dlehman) --- .gitignore | 1 + libblockdev.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e591a75..ac94a04 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /libblockdev-0.10.tar.gz /libblockdev-0.11.tar.gz /libblockdev-0.12.tar.gz +/libblockdev-0.13.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index 47f1c47..f89e1bc 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -371,6 +371,19 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit %files plugins-all %changelog +* Wed May 13 2015 Vratislav Podzimek - 0.13-1 +- Prevent a leaky test from running in Jenkins (vpodzime) +- Try harder when cleaning up after MD RAID tests (vpodzime) +- Improve the MD RAID activate/deactivate test (vpodzime) +- One more @contextmanager that needs try-finally (vpodzime) +- Do not require metadata version to be reported by 'mdadm --examine' (#1217900) (vpodzime) +- Make sure we always set things back in context managers (vpodzime) +- Make the release date for version 1.0 more realistic (vpodzime) +- Merge pull request #11 from vpodzime/master (vpodzime) +- Run utilities with LC_ALL=C (vpodzime) (#1219033) +- Free GMatchInfo instance even in case of no match (vpodzime) +- Resolve /dev/md/ symlinks when checking swap status. (dlehman) + * Fri Apr 24 2015 Vratislav Podzimek - 0.12-1 - Require minimum version of libblockdev-utils in some plugins (vpodzime) - Report both stdout and stderr if exit code != 0 (vpodzime) diff --git a/sources b/sources index 46bde33..220d4e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93b90ae2e2ec74c183eaf238c102e0ad libblockdev-0.12.tar.gz +7d7f1c73d05b229a82938758f7e543ae libblockdev-0.13.tar.gz