diff --git a/.cvsignore b/.cvsignore index ddd38c9..a3a7b41 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-13.12.tar.bz2 anaconda-13.13.tar.bz2 +anaconda-13.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9715531..99f3fb4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.13 +Version: 13.14 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,15 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Jan 04 2010 Chris Lumens - 13.14-1 +- Include fontconfig files needed for scaling of Meera fonts (#531742, + #551363). (clumens) +- Don't write dracut kernel cmdline paramters to anaconda-ks.cfg (hdegoede) +- Write dracut rd_NO_foo options to grub.conf (hdegoede) +- Add dracutSetupString methods to all relevant device classes (hdegoede) +- Avoid duplicate kernel cmdline options and cleanup booty dracut code + (hdegoede) + * Wed Dec 23 2009 Chris Lumens - 13.13-1 - lsreipl from s390-utils uses incorrect path (hamzy). - fix for a bug in 05ce88b2 that split one line over several in program.log diff --git a/sources b/sources index d214cc3..65921e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59f78d8d56d3d5a48b8bf456ecfd485b anaconda-13.13.tar.bz2 +cf002bff02ac7d850b6a91436e0fdf81 anaconda-13.14.tar.bz2