summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-05 18:44:55 +0000
committerChris Lumens <clumens@redhat.com>2005-04-05 18:44:55 +0000
commit8a91b98fa18f53303a6b9821f0b409e2971d9f49 (patch)
tree9a417467494a627e8a7d7231267e761e4d76201a
parent9be8040ed361c6325e440b71523a85a2cab92cc2 (diff)
downloadanaconda-8a91b98fa18f53303a6b9821f0b409e2971d9f49.tar.gz
anaconda-8a91b98fa18f53303a6b9821f0b409e2971d9f49.tar.xz
anaconda-8a91b98fa18f53303a6b9821f0b409e2971d9f49.zip
Bump version.
-rw-r--r--ChangeLog10
-rw-r--r--anaconda.spec10
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37fb88997..b2e6ce220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-04-05 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
+ * language.py (Language.setDefault): Use canonicalized nick
+ (#153656).
+ * scripts/mk-images: Don't delete anaconda-runtime before it's
+ needed.
+ * scripts/upd-instroot: Fix path to chroot.
+
2005-04-05 Elliot Lee <sopwith@redhat.com>
* anaconda: import encodings.idna to fix #153754
diff --git a/anaconda.spec b/anaconda.spec
index 9580f3d4a..225d0a180 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.40
+Version: 10.2.0.41
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> 10.2.0.41-1
+- Make sure $LANG is set right for the second stage.
+- Fix kickstart traceback trying to skip a nonexistant step.
+- Import encodings.idna (sopwith, #153754).
+- Fix image building problems.
+- Fix kickstart traceback when using shortened forms of language names
+ (#153656).
+
* Mon Apr 04 2005 Chris Lumens <clumens@redhat.com> 10.2.0.40-1
- Add locale information for 'C' to fix RPM building.