New version

- 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)
This commit is contained in:
Vratislav Podzimek 2015-04-17 17:27:18 +02:00
parent 69a65f4258
commit 02a085af49
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/libblockdev-0.8.tar.gz
/libblockdev-0.9.tar.gz
/libblockdev-0.10.tar.gz
/libblockdev-0.11.tar.gz

View File

@ -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 <vpodzime@redhat.com> - 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 <vpodzime@redhat.com> - 0.10-1
- Fix return type of the unload_plugins() function (vpodzime)
- Close the DL handle when check() or init() fail (vpodzime)

View File

@ -1 +1 @@
f949140d04a414aad3b8f5fb988fa021 libblockdev-0.10.tar.gz
8e5d9e1a2eb3b1649ef0817545d866f9 libblockdev-0.11.tar.gz