summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlehman <dlehman>2007-03-06 17:22:11 +0000
committerdlehman <dlehman>2007-03-06 17:22:11 +0000
commit21687b67b7766c64e66a54ae2afea03dc43da44b (patch)
tree6a2cdbcc5e131d00a1b1f589d2cfc3a2cd300a66
parent39d75d9e3cc5c89439a04975cba2f2751c3fcbd9 (diff)
downloadanaconda-21687b67b7766c64e66a54ae2afea03dc43da44b.tar.gz
anaconda-21687b67b7766c64e66a54ae2afea03dc43da44b.tar.xz
anaconda-21687b67b7766c64e66a54ae2afea03dc43da44b.zip
* anaconda.spec: Bump version.anaconda-10.1.1.63-1
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec10
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5f9d11e..d826fc46b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-06 Dave Lehman <dlehman@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-03-06 Peter Jones <pjones@redhat.com>
* loader2/modules.c: put qla2400 on the lateList (#230644)
diff --git a/anaconda.spec b/anaconda.spec
index 1558d55f6..609b7147b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.62
+Version: 10.1.1.63
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1
+- Allow graphical xen installs to proceed with no mouse
+ Resolves: #229588
+- Add qla2400 to the list of drivers that get loaded later than ipr
+ Resolves: #230644
+- Add support for IBM HEA devices
+ Resolves: #225451
+
* Fri Feb 16 2007 Peter Jones <pjones@redhat.com> - 10.1.1.62-1
- Update the keymaps in our cache from ones generated on recent installs,
so they won't be missing anything.