- Send the continue click after the queue is empty (#1025347) (bcl)

- No longer use summary screen visit to decide whether bootloader has been
  configured (#1025802) (amulhern)
- Remove the bootloader line from the interactive kickstart file (#1025802)
  (amulhern)
- Set bootloader default location to mbr in constructor (#1025802) (amulhern)
- Fix kickstart block device resolution. (#1022206) (dlehman)
- Specify query territory when getting language native name (vpodzime)
This commit is contained in:
Brian C. Lane 2013-11-01 18:09:14 -07:00
parent 5a0fa23b91
commit 41d6d6800c
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -113,3 +113,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.3.tar.bz2
/anaconda-20.25.4.tar.bz2
/anaconda-20.25.5.tar.bz2
/anaconda-20.25.6.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.5
Version: 20.25.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,16 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 20.25.6-1
- Send the continue click after the queue is empty (#1025347) (bcl)
- No longer use summary screen visit to decide whether bootloader has been
configured (#1025802) (amulhern)
- Remove the bootloader line from the interactive kickstart file (#1025802)
(amulhern)
- Set bootloader default location to mbr in constructor (#1025802) (amulhern)
- Fix kickstart block device resolution. (#1022206) (dlehman)
- Specify query territory when getting language native name (vpodzime)
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 20.25.5-1
- Fix up a couple more pylint errors. (clumens)
- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl)

View File

@ -1 +1 @@
b80522277ccfa52cceb457268c5963c2 anaconda-20.25.5.tar.bz2
9f7feb839f80367b9c6b6815720fa1ad anaconda-20.25.6.tar.bz2