summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-02-21 22:47:21 +0000
committerChris Lumens <clumens@redhat.com>2006-02-21 22:47:21 +0000
commit70cdb7efec4270c6c810ca9068cd79754cc31ecd (patch)
tree9c02be19bba4d4d50098f5e1545d7b891fa8a7a1
parent5cce60d75d947d38852b1866d5e34aea5663a465 (diff)
downloadanaconda-70cdb7efec4270c6c810ca9068cd79754cc31ecd.tar.gz
anaconda-70cdb7efec4270c6c810ca9068cd79754cc31ecd.tar.xz
anaconda-70cdb7efec4270c6c810ca9068cd79754cc31ecd.zip
Bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1acc4356e..9db3587a7 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>
* language.py (Language.__init__): Set display_mode to "g" by default.
diff --git a/anaconda.spec b/anaconda.spec
index 095441cad..edf942d02 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.92.6
+Version: 10.92.7
Release: 1
License: GPL
Summary: Graphical system installer
@@ -79,6 +79,10 @@ 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.7-1
+- Give Language a default display_mode (dcantrel)
+- Get languages that need a default from localeInfo (dcantrel)
+
* 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)