summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
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 /anaconda.spec
parent9ef79ae21e9f90c7a44b09268b07370debe6fc31 (diff)
downloadanaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.tar.gz
anaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.tar.xz
anaconda-5b5b4d601948ad65c7e6acefa1ed1979bffe441f.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
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).