- 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)
This commit is contained in:
Chris Lumens 2011-02-10 11:46:39 -05:00
parent adad9e93dd
commit d549bb54dd
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ anaconda-15.2.tar.bz2
/anaconda-15.17.tar.bz2 /anaconda-15.17.tar.bz2
/anaconda-15.18.tar.bz2 /anaconda-15.18.tar.bz2
/anaconda-15.19.tar.bz2 /anaconda-15.19.tar.bz2
/anaconda-15.20.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 15.19 Version: 15.20
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -229,8 +229,17 @@ update-desktop-database &> /dev/null || :
%endif %endif
%changelog %changelog
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.19-2 * Thu Feb 10 2011 Chris Lumens <clumens@redhat.com> - 15.20-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - 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 <clumens@redhat.com> - 15.19-1 * Mon Feb 07 2011 Chris Lumens <clumens@redhat.com> - 15.19-1
- Fix a typo. (clumens) - Fix a typo. (clumens)

View File

@ -1 +1 @@
4a7f6adfc68d38fccce7071800f55e15 anaconda-15.19.tar.bz2 0481bfbdb2cb436ed4b409c7664c08bb anaconda-15.20.tar.bz2