summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-02-21 22:08:22 +0000
committerChris Lumens <clumens@redhat.com>2006-02-21 22:08:22 +0000
commit57777947942e0817eb2d7489bc54ee1b89488013 (patch)
treecb0b983b1012bbdeec64ef10ced36855f9d9bdb7
parentd35c2d5b75d064de2b476a5dbabb9b40494e27f4 (diff)
downloadanaconda-57777947942e0817eb2d7489bc54ee1b89488013.tar.gz
anaconda-57777947942e0817eb2d7489bc54ee1b89488013.tar.xz
anaconda-57777947942e0817eb2d7489bc54ee1b89488013.zip
Bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec17
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddd5b584b..d7d7682e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-21 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2006-02-21 David Cantrell <dcantrell@redhat.com>
* anaconda: Pass the display mode we're running in to InstallData.
diff --git a/anaconda.spec b/anaconda.spec
index 0001dc885..095441cad 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.92.5
+Version: 10.92.6
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,21 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.6-1
+- Set a default language on text mode CJK installs (dcantrel, #180417)
+- Fix case-sensitive matching of devices (notting, #182231)
+- Be smarter about required media (pnasrat)
+- Set MTU in the loader (katzj)
+- Add dev package to remove blacklist (katzj, #181593)
+- Try to mount device as ext3 in hard drive installs (katzj)
+- Sanity check unknown package & group names (pnasrat)
+- Reboot after writing exception dump (#181745)
+- Confirm in interactive kickstart installs (#181741)
+- Fix showing kickstart package selection again
+- Don't traceback if we find a %%include file that doesn't exist yet (#181760)
+- Skip partitioning if logvol or raid is given in ks (#181806)
+- Initialize UTC checkbox (#181737)
+
* Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.5-1
- Fix traceback in language group selection
- No remote save traceback button if not network (clumens)