summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 9821e80d4..2c5e4c75a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.17
+Version: 11.5.0.18
Release: 1
License: GPLv2+
Group: Applications/System
@@ -207,6 +207,16 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.18-1
+- Require pyparted >= 2.0.0 (dcantrell)
+- Update to use the new pyparted. (dcantrell, clumens)
+- Replace non UTF-8 char for hiding password chars with UTF-8 (#485218)
+ (hdegoede)
+- Use a better test for when we're in text mode (#484881). (clumens)
+- Add iBFT support to loader (msivak)
+- Hardlink the initrd.img since we're linking the vmlinuz as well. (jkeating)
+- Check if ld-linux.so.2 is a link already, before removing it (dcantrell)
+
* Wed Feb 11 2009 Hans de Goede <hdegoede@redhat.com> - 11.5.0.17-1
- Revert broken German translation fixes so that we will build again
- Sync up module list (#484984) (katzj)