- Version 17.12 (bcl)

- dracut doesn't need explicit filesystems (bcl)
- livecd-creator: Add --cacheonly for offline use (martin)
- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin)
- if mounting squashfs add ro mount option (jboggs)
- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl)
This commit is contained in:
Brian C. Lane 2012-07-31 13:53:53 -07:00
parent 34e0bd31fa
commit 1ddedd0f83
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-17.9.tar.bz2
/livecd-tools-17.10.tar.bz2
/livecd-tools-17.11.tar.bz2
/livecd-tools-17.12.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 17.11
Version: 17.12
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -100,6 +100,14 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Tue Jul 31 2012 Brian C. Lane <bcl@redhat.com> 17.12-1
- Version 17.12 (bcl)
- dracut doesn't need explicit filesystems (bcl)
- livecd-creator: Add --cacheonly for offline use (martin)
- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin)
- if mounting squashfs add ro mount option (jboggs)
- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl)
* Thu May 03 2012 Brian C. Lane <bcl@redhat.com> 17.11-1
- Version 17.11 (bcl)
- Include Mac volume name graphic (mjg)

View File

@ -1 +1 @@
a674d8d03ca15f8779746eb03435c824 livecd-tools-17.11.tar.bz2
6cdf3520c274991b66e24910bed79351 livecd-tools-17.12.tar.bz2