summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-05-22 22:16:28 +0000
committerJeremy Katz <katzj@redhat.com>2007-05-22 22:16:28 +0000
commit2d9b62f3e5dd5b78f63e300fd8b6c7acce9bf387 (patch)
tree20b0f2bc57327daae534b18223114e0150eac092
parent9afd3323428597ef3fc8aac1a42cc4b8773476f3 (diff)
downloadanaconda-2d9b62f3e5dd5b78f63e300fd8b6c7acce9bf387.tar.gz
anaconda-2d9b62f3e5dd5b78f63e300fd8b6c7acce9bf387.tar.xz
anaconda-2d9b62f3e5dd5b78f63e300fd8b6c7acce9bf387.zip
2007-05-22 Jeremy Katz <katzj@redhat.com>anaconda-11.2.0.63-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec8
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d895fb01..76d94174e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-05-22 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* isys/isys.py (_stopRaid): Fix raidstop. I have no clue how
things were working here...
diff --git a/anaconda.spec b/anaconda.spec
index 8692cebb7..37084156d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.2.0.62
+Version: 11.2.0.63
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* 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)
+- More upgrade blacklisting
+- Fix reinstall over existing RAID
+
* Mon May 21 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.62-1
- Switch to mdadm internally for raid handling instead of raidautorun
- Slight changes to early swap requirements (#232862)