Update to version 0.5.1 containing a bug fix.

This commit is contained in:
Peter Rajnoha 2015-06-25 13:42:53 +02:00
commit 86a94835f6
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#
Summary: Device-mapper Persistent Data Tools
Name: device-mapper-persistent-data
Version: 0.5.0
Version: 0.5.1
Release: 1%{?dist}
License: GPLv3+
Group: System Environment/Base
@ -79,6 +79,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
%{_sbindir}/thin_trim
%changelog
* Thu Jun 25 2015 Peter Rajnoha <prajnoha@redhat.com> - 0.5.1-1
- Fix crash if tools are given a very large metadata device to restore to.
* Mon Jun 22 2015 Peter Rajnoha <prajnoha@redhat.com> - 0.5.0-1
- Add space map checking for thin_check.
- Add --clear-needs-check option for cache_check.