From eb3d327956e005dcdba60b31b9f71a1d7786ebd6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 15 Nov 2010 13:06:09 -0800 Subject: [PATCH] - Bump version to 0.3.6 (bcl) - Misc. fixups (#652522) (fgrose) - Set indentation to 4 spaces (#652522) (fgrose) - Add a release target (bcl) - Pass dracut args during check (#589778) (bcl) - Update dracut args (#652484) (bcl) - Cleanup tabs (#652522) (fgrose) - Cleanup EOL spaces (#652522) (fgrose) - Typo. Need space before ]. (bruno) - Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566) (bcl) - Add proxy support to livecd-creator (#649546) (bcl) --- .gitignore | 1 + livecd-tools.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42dd796..06f3804 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ livecd-tools-033.tar.bz2 /livecd-tools-034.tar.bz2 /livecd-tools-0.3.5.tar.bz2 +/livecd-tools-0.3.6.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index a2968a6..8611d99 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,7 +4,7 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -92,6 +92,20 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Nov 15 2010 Brian C. Lane - 0.3.6-1 +- Bump version to 0.3.6 (bcl) +- Misc. fixups (#652522) (fgrose) +- Set indentation to 4 spaces (#652522) (fgrose) +- Add a release target (bcl) +- Pass dracut args during check (#589778) (bcl) +- Update dracut args (#652484) (bcl) +- Cleanup tabs (#652522) (fgrose) +- Cleanup EOL spaces (#652522) (fgrose) +- Typo. Need space before ]. (bruno) +- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566) + (bcl) +- Add proxy support to livecd-creator (#649546) (bcl) + * Mon Nov 01 2010 Brian C. Lane - 0.3.5-1 - Converting version number to NVR - Removed patches (now included in v0.3.5) diff --git a/sources b/sources index 434a96a..58c7f96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1acf6baf5ed6f25eda2aedef52bfc99 livecd-tools-0.3.5.tar.bz2 +02c9c6f6d8cc814effd327ea50a1f3eb livecd-tools-0.3.6.tar.bz2