summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-02-13 10:10:19 -0500
committerChris Lumens <clumens@redhat.com>2009-02-13 10:10:19 -0500
commitf043c5081a13f8fd63e850226b73b033b5e72e9e (patch)
tree829e0dec31011afec45595b0474e026457dca4e1
parent102f043ca27751ebce4d73b41c6d8042ca7a12ca (diff)
downloadanaconda-f043c5081a13f8fd63e850226b73b033b5e72e9e.tar.gz
anaconda-f043c5081a13f8fd63e850226b73b033b5e72e9e.tar.xz
anaconda-f043c5081a13f8fd63e850226b73b033b5e72e9e.zip
-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)