diff --git a/.gitignore b/.gitignore index 1ba4038..f11b104 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.17.tar.bz2 /anaconda-15.18.tar.bz2 /anaconda-15.19.tar.bz2 +/anaconda-15.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0301d14..18ca29f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 15.19 -Release: 2%{?dist} +Version: 15.20 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -229,8 +229,17 @@ update-desktop-database &> /dev/null || : %endif %changelog -* Mon Feb 07 2011 Fedora Release Engineering - 15.19-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Thu Feb 10 2011 Chris Lumens - 15.20-1 +- Check for valid mountpoint before unmounting image. (#671922) (dlehman) +- Fix mis-management of luks dict when renaming encrypted lvs. (dlehman) +- Don't raise NotImplementedError from non-essential backend methods. + (dlehman) +- Remove upgrade.findExistingRoots since it does nothing. (dlehman) +- tui: add reinitializeWindow() to the text interface. (akozumpl) +- typo: missing dot in the reinitialization dialog glade file. (akozumpl) +- gui: remove an unneeded parameter from questionInitializeDisk() (akozumpl) +- Remove quotes from udisks command in liveinst (#672022) (bcl) +- Fix iutil import in bootloader config screen (#676032). (clumens) * Mon Feb 07 2011 Chris Lumens - 15.19-1 - Fix a typo. (clumens) diff --git a/sources b/sources index 2d14418..0cbee27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a7f6adfc68d38fccce7071800f55e15 anaconda-15.19.tar.bz2 +0481bfbdb2cb436ed4b409c7664c08bb anaconda-15.20.tar.bz2