summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-05-23 21:27:34 +0000
committerPeter Jones <pjones@redhat.com>2007-05-23 21:27:34 +0000
commita93988bf05541bad684a1cb2b854419682351016 (patch)
treec44b1454d1fc2bf6424e6db85c89454ef6e38ef1
parent37b798760063c0d2e8354f9c88d619ff0dd024a3 (diff)
downloadanaconda-a93988bf05541bad684a1cb2b854419682351016.tar.gz
anaconda-a93988bf05541bad684a1cb2b854419682351016.tar.xz
anaconda-a93988bf05541bad684a1cb2b854419682351016.zip
- bump version, add changeloganaconda-11.2.0.64-1
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec7
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 74368a87c..467c85708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-05-23 Peter Jones <pjones@redhat.com>
+ * anaconda.spec: Bump version.
+
+2007-05-23 Peter Jones <pjones@redhat.com>
+
* isys/isys.py (_getRaidInfo): raise ValueError when we don't find
a valid raid superblock (#151653).
diff --git a/anaconda.spec b/anaconda.spec
index 37084156d..b0faca600 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.2.0.63
+Version: 11.2.0.64
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed May 23 2007 Peter Jones <pjones@redhat.com> - 11.2.0.64-1
+- Fix going back in network configuration (dcantrell, #239958)
+- Fix handling of empty prefixes in CIDR setup (dcantrell)
+- Fix filesystem detection on existing raid devices (#151653)
+
* Tue May 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.63-1
- Avoid a few potential tracebacks with partitioning (dcantrell)
- A few more network bringup fixes (dcantrell, #240804)