Update to version 0.5.2 containing a bug fix.
This commit is contained in:
parent
86a94835f6
commit
20c2ae43f9
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/thin-provisioning-tools-v0.3.2.tar.bz2
|
||||
/thin-provisioning-tools-0.5.0.tar.gz
|
||||
/thin-provisioning-tools-0.5.1.tar.gz
|
||||
/thin-provisioning-tools-0.5.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
Summary: Device-mapper Persistent Data Tools
|
||||
Name: device-mapper-persistent-data
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
|
|
@ -79,6 +79,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|||
%{_sbindir}/thin_trim
|
||||
|
||||
%changelog
|
||||
* Fri Jul 03 2015 Peter Rajnoha <prajnoha@redhat.com> - 0.5.2-1
|
||||
- Fix bug in damage reporting in thin_dump and thin_check.
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
66188681d3e0a3a023f70ae4a94d2df5 thin-provisioning-tools-0.5.1.tar.gz
|
||||
bfa3be1b6d7543270610f6a3bf74da72 thin-provisioning-tools-0.5.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue