summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--anaconda.spec6
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e98c8201..46f86a017 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-05 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec: Bump version.
+
+2006-09-05 Peter Jones <pjones@redhat.com>
+
+ * loader2/Makefile: Fix the build
+
2006-09-05 David Cantrell <dcantrell@redhat.com>
* exception.py (dumpException): Make sure trace is not None so we
diff --git a/anaconda.spec b/anaconda.spec
index cfd9bc218..66312eedf 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.90
+Version: 11.1.0.91
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.91-1
+- build fix (pjones)
+- traceback fix (dcantrel)
+
* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.90-1
- Update for newer iscsi code
- Fix with yum API change