diff --git a/.gitignore b/.gitignore index 8d8a412..c9a32b4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ anaconda-15.2.tar.bz2 /anaconda-16.1.tar.bz2 /anaconda-16.2.tar.bz2 /anaconda-16.3.tar.bz2 +/anaconda-16.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 48b448f..174b7f0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 16.3 +Version: 16.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -231,6 +231,21 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Mar 31 2011 Chris Lumens - 16.4-1 +- Fix a syntax error from the previous translation commit. (clumens) +- crypttab should not be world-readable (#692254). (clumens) +- Improve the translatability of strings with more than one format specifier. + (clumens) +- Stop user if we have no /boot and / is an LV (dcantrell) +- Prevent singlePV lv requests from being > the size of any pv (dcantrell) +- Do not print out traceback when localedef is not present (msivak) +- Update our storage/crypto interface to use new cryptsetup API (msivak) +- Fix the logic surrounding use of the filterfunc for get_file_list (#691880). + (clumens) +- mount needs to be told "nfs" or it assumes any argument is a device + (#678414). (clumens) +- Fix rebooting after a kickstart error is detected. (akozumpl) + * Mon Mar 28 2011 Chris Lumens - 16.3-1 - Use a more general EnvironmentError to catch timezone-file errors. (akozumpl) - Add shell command to upd-bootiso (bcl) diff --git a/sources b/sources index dee71d6..e0abccd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eec325477f4c27245a57346ec974d9a9 anaconda-16.3.tar.bz2 +8d69a6483845eebcf82d34b3464e4496 anaconda-16.4.tar.bz2