diff --git a/.gitignore b/.gitignore index 3726622..ae9ba9a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /libblockdev-0.8.tar.gz /libblockdev-0.9.tar.gz /libblockdev-0.10.tar.gz +/libblockdev-0.11.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index 9621042..6df29f9 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -364,6 +364,11 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit %files plugins-all %changelog +* Fri Apr 17 2015 Vratislav Podzimek - 0.11-1 +- Fix issues with using overriden functions over ErrorProxy (vpodzime) +- Update the roadmap.rst and features.rst with new stuff (vpodzime) +- Fix two minor issues with docs generation (vpodzime) + * Thu Apr 16 2015 Vratislav Podzimek - 0.10-1 - Fix return type of the unload_plugins() function (vpodzime) - Close the DL handle when check() or init() fail (vpodzime) diff --git a/sources b/sources index 521dad5..76f405b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f949140d04a414aad3b8f5fb988fa021 libblockdev-0.10.tar.gz +8e5d9e1a2eb3b1649ef0817545d866f9 libblockdev-0.11.tar.gz