- 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:
parent
adad9e93dd
commit
d549bb54dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user