From ae38d8d2fdabd14cd7fb66823c0c42f5629e2779 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 30 Mar 2007 20:52:19 +0000 Subject: New version. --- ChangeLog | 4 ++++ anaconda.spec | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eabb11da8..56e054b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 David Cantrell + + * anaconda.spec: Bump version. + 2007-03-30 Chris Lumens * kickstart.py (processKickstartFile): Handle IOErrors if we can't diff --git a/anaconda.spec b/anaconda.spec index d6dea46c3..b726636b3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.2.0.41 +Version: 11.2.0.42 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Mar 30 2007 David Cantrell - 11.2.0.42-1 +- LiveCD fixes (katzj, #230945, #224208, #224213, #230943) +- Handle IOErrors if we can't find the kickstart file (clumens) + * Wed Mar 28 2007 Chris Lumens - 11.2.0.41-1 - Fix partitioning under kickstart when using clearpart (#232936). - Add padding on the device stripe graph (#217294). -- cgit