From 86a0c3c46bd9832acd18eabd66b0ff4d0483655e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Mar 19 2008 01:42:14 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 3c4c79f..f733276 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.4.0.54.tar.bz2 +anaconda-11.4.0.55.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index dab70b5..da941d8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.54 +Version: 11.4.0.55 Release: 1 License: GPLv2+ Group: Applications/System @@ -204,6 +204,23 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Mar 18 2008 Chris Lumens - 11.4.0.55-1 +- Fix format of method=hd: parameter (#438075). (clumens) +- Work on support for NFSISO installs when using boot.iso. (clumens) +- If a file doesn't exist, don't continue trying to loopback mount + it. (clumens) +- Make loopback mount error messages more useful. (clumens) +- Focus root password entry box (#436885). (dcantrell) +- Fix a traceback writing out the method string for hdiso installs. (clumens) +- Fix use of sizeof on a malloc()'d char ** (pjones) +- Fix up ppc boot check (#438005) (katzj) +- Support reading the UUID from the disk like we do with labels. (clumens) +- If the protected partition is not yet mounted, mount it now. (clumens) +- Don't add /dev/ to LABEL= or UUID= devices either. (clumens) +- Use arch instead of the name again in package nevra. (clumens) +- Fix traceback with preexisting LUKS partitions in setFromDisk. + (part of #437858) (dlehman) + * Mon Mar 17 2008 Jeremy Katz - 11.4.0.54-1 - Translation updates (de, fi, it, gu, ta, pa) - Fix a typo. (clumens) diff --git a/sources b/sources index 3b68c54..222e5e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -180ecf6c0c970847a6f51d1aa914c7e4 anaconda-11.4.0.54.tar.bz2 +cfb69c7bd29d67f2204562bc2b402e42 anaconda-11.4.0.55.tar.bz2