summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-30 20:52:19 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-03-30 20:52:19 +0000
commitae38d8d2fdabd14cd7fb66823c0c42f5629e2779 (patch)
tree0de58005ddd7109852d5550a11c326c4fff91052
parent4d75b0ed1d9fa2a0d21e8f98d3c6d708bd0f1a37 (diff)
downloadanaconda-11.2.0.42-1.tar.gz
anaconda-11.2.0.42-1.tar.xz
anaconda-11.2.0.42-1.zip
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eabb11da8..56e054b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-30 David Cantrell <dcantrell@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-03-30 Chris Lumens <clumens@redhat.com>
* 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 <dcantrell@redhat.com> - 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 <clumens@redhat.com> - 11.2.0.41-1
- Fix partitioning under kickstart when using clearpart (#232936).
- Add padding on the device stripe graph (#217294).