- Version 15.2 (bcl)

- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
- Trap copyFile errors (#663849) (fgrose)
- Fix incomplete rename of freespace variable (#656154) (fgrose)
This commit is contained in:
Brian C. Lane 2010-12-22 14:32:53 -08:00
parent 58a780ed63
commit 23a306f9de
3 changed files with 23 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-0.3.6.tar.bz2
/livecd-tools-15.0.tar.bz2
/livecd-tools-15.2.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.0
Version: 15.2
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,26 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed Dec 22 2010 Brian C. Lane <bcl@redhat.com> - 15.2-1
- Version 5.2 (bcl)
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
- Trap copyFile errors (#663849) (fgrose)
- Fix incomplete rename of freespace variable (#656154) (fgrose)
* Tue Nov 30 2010 Brian C. Lane <bcl@redhat.com> - 15.1-1
- Bump version to 15.1 (bcl)
- Wrap subprocess.call() so we can capture all command output for debugging.
(jlaska)
- Work with the logging settings when emitting progress. (jlaska)
- Add a quiet option to surpress stdout. Adjust handle_logfile to not surpress
stdout. (jlaska)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Fix disk space estimation errors (#656154) (fgrose)
- Tolerate empty transactions (lkundrak)
- Merge livecd-creator and image-creator (lkundrak)
- Cleanup if/then blocks (#652522) (fgrose)
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 15.0-1
- Each branch needs a different version number.

View File

@ -1 +1 @@
8b105f1b2cee2a36765a935ea090d391 livecd-tools-15.0.tar.bz2
4512162fe223837ca63fbbc30598c457 livecd-tools-15.2.tar.bz2