summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-05-19 16:09:54 -0400
committerChris Lumens <clumens@redhat.com>2009-05-19 16:09:54 -0400
commit15f2df9a1068f83886162fc287c8cd2f8397839a (patch)
tree1888142c95df844548c236a14e5c66dfa396424a
parent68d5349510254a45432ffb6e2869ef8cd7ff436e (diff)
downloadanaconda-11.5.0.54-1.tar.gz
anaconda-11.5.0.54-1.tar.xz
anaconda-11.5.0.54-1.zip
New version for F11.anaconda-11.5.0.54-1
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 27cdfb29a..eefab1ced 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.53
+Version: 11.5.0.54
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -211,6 +211,15 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Tue May 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.54-1
+- We are not guaranteed to have a partedDisk in the udev code (#501556,
+ #501428). (clumens)
+- The location of the options wiki page has changed. (clumens)
+- Disable BETANAG. (clumens)
+- Install a en_US.UTF-8 locale in the first stage image. (notting)
+- Reset font when changing language. (notting)
+- Set locale to en_US.UTF-8 when initializing the console. (notting)
+
* Mon May 18 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.53-1
- LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.
(dlehman)