summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-05-17 02:30:35 +0000
committerChris Lumens <clumens@redhat.com>2007-05-17 02:30:35 +0000
commit5b5b4d601948ad65c7e6acefa1ed1979bffe441f (patch)
treea6f9e2d51ffa9ec62f489feaf8040b532cad6c89
parent9ef79ae21e9f90c7a44b09268b07370debe6fc31 (diff)
downloadanaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.tar.gz
anaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.tar.xz
anaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.zip
New version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec7
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba8d60b3d..d387c4002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-16 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2007-05-16 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaYum.doConfigSetup): Add logging for yum
diff --git a/anaconda.spec b/anaconda.spec
index dbe19a8dd..3c6d57ba9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.2.0.59
+Version: 11.2.0.60
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 16 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.60-1
+- Add yum logger (katzj, #240226).
+- Fix up Bulgarian keyboard support (#240087).
+- Fix text mode language selection tracebacks.
+
* Tue May 15 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.59-1
- Set the timezone when language is changed in text mode (#239826).
- Replace pump-stub with dhcpclient-stub (dcantrell, #239427).