summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-02-15 23:14:04 +0000
committerPeter Jones <pjones@redhat.com>2007-02-15 23:14:04 +0000
commite591940ad992d17d416fd858cf4d4ffe677c57e4 (patch)
treee77810470dfed02ac479e23665c1a269f39f2bf3 /anaconda.spec
parent25809e45c511f69655cf13f71a6e270446bfe6bc (diff)
downloadanaconda-e591940ad992d17d416fd858cf4d4ffe677c57e4.tar.gz
anaconda-e591940ad992d17d416fd858cf4d4ffe677c57e4.tar.xz
anaconda-e591940ad992d17d416fd858cf4d4ffe677c57e4.zip
- bump version, add changelog
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 2c3025768..84c1161e7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.2.0.22
+Version: 11.2.0.23
Release: 1
License: GPL
Summary: Graphical system installer
@@ -110,6 +110,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Feb 14 2007 Peter Jones <pjones@redhat.com> - 11.2.0.23-1
+- Get rid of unused X mouse handling (dcantrell)
+- Update for newer createrepo (jkeating)
+- Update for device-mapper/device-mapper-libs split
+
* Tue Feb 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.22-1
- Load the ext3 module earlier to fix hd installs (#223749, #224534).
- Don't traceback in postconfig if it's not a kickstart install.