diff --git a/.cvsignore b/.cvsignore index 7a2b0ef..bfe828e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.4.0.58.tar.bz2 +anaconda-11.4.0.59.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b008316..0c759cb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.58 +Version: 11.4.0.59 Release: 1 License: GPLv2+ Group: Applications/System @@ -205,6 +205,18 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Mar 26 2008 Chris Lumens - 11.4.0.59-1 +- Only remove duplicate slashes from the front of the prefix. (clumens) +- Ensure that we take into account new repos (katzj) +- Handle kernel variants a little better at install time too (katzj) +- Make a little bit more future proof for kernel version changing (katzj) +- Add confirmation of closing the installer window (#437772) (katzj) +- Fix SIGSEGV on all mounts without options (katzj) +- Add support for encrypted logical volumes in kickstart. (clumens) +- Add support for encrypted LVs. (dlehman) +- Put in some handling for redundant method calls and devices containing '/'. + (dlehman) + * Tue Mar 25 2008 Jeremy Katz - 11.4.0.58-1 - Fuzzy broken string (katzj) diff --git a/sources b/sources index d516eee..842890a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64a4e44ac8cadba22a3678a62569ef8b anaconda-11.4.0.58.tar.bz2 +d29ca7b1c58dd3026a6f9ec3f5253186 anaconda-11.4.0.59.tar.bz2