summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.