- Version 13.1 (bcl)

- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
This commit is contained in:
Brian C. Lane 2010-12-22 15:42:16 -08:00
parent 2db1fc0887
commit 352f2deae2
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-034.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-13.0.tar.bz2
/livecd-tools-13.1.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 13.0
Version: 13.1
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed Dec 22 2010 Brian C. Lane <bcl@redhat.com> - 13.1-1
- Version 13.1 (bcl)
- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 13.0-1
- Change version for f13-branch (bcl)
- Misc. fixups (#652522) (fgrose)

View File

@ -1 +1 @@
8ba36b10bd9946f35f792d494eb570dd livecd-tools-13.0.tar.bz2
2326154b505206e2127bce36457b7253 livecd-tools-13.1.tar.bz2