summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlehman <dlehman>2007-04-04 17:51:32 +0000
committerdlehman <dlehman>2007-04-04 17:51:32 +0000
commit90ce066e9ba8719f1d420f814c346d0e91bed310 (patch)
tree98764dcf1c4b98e0e3a05b64449a30ed9f4d88f8
parent148f0891383e8b5f2d409043c15a4045bce3d8c2 (diff)
downloadanaconda-90ce066e9ba8719f1d420f814c346d0e91bed310.tar.gz
anaconda-90ce066e9ba8719f1d420f814c346d0e91bed310.tar.xz
anaconda-90ce066e9ba8719f1d420f814c346d0e91bed310.zip
* anaconda.spec: bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec14
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 828fc6190..011ad372f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-04 Dave Lehman <dlehman@redhat.com>
+
+ * anaconda.spec: bump version.
+
2007-04-03 David Cantrell <dcantrell@redhat.com>
* loader2/linuxrc.s390: Add OSA layer 2 network support for System Z
diff --git a/anaconda.spec b/anaconda.spec
index 609b7147b..9fc865ba6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.63
+Version: 10.1.1.64
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,18 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.64-1
+- Fix rescue mode selinuxfs mount
+ Resolves: #234137
+- Add stex driver to module-info
+ Resolves: #230214
+- Add OSA layer 2 network support for zSeries (dcantrell)
+ Resolves: #233357
+- Add size and model info to text mode drive selection (dcantrell)
+ Resolves: #233606
+- Honor nicdelay when ksdevice=link is used (dcantrell)
+ Resolves: #207546
+
* 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