- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)

- Send the continue click after the queue is empty (#1025347) (bcl)
- No longer use summary screen visit to decide whether bootloader has been
  configured (#1025811) (amulhern)
- Remove the bootloader line from the interactive kickstart file (#1025811)
  (amulhern)
- Set bootloader default location to mbr in constructor (#1025811) (amulhern)
- Remove column titles from the software spoke. (dshea)
- Fix the selection of default groups (#1023263) (dshea)
- Use the default yscale for the HubWindow alignment (dshea)
- Fix kickstart block device resolution. (#1022206) (dlehman)
- Specify query territory when getting language native name (vpodzime)
- Get rid of trailing whitespace (vpodzime)
- Export the right classes from the tui.spokes package (vpodzime)
- Define newLayoutStore before it is used by the filter (vpodzime)
This commit is contained in:
Brian C. Lane 2013-11-01 17:55:18 -07:00
parent db9488c864
commit 841c8446aa
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -113,3 +113,4 @@ anaconda-15.2.tar.bz2
/anaconda-21.2.tar.bz2
/anaconda-21.3.tar.bz2
/anaconda-21.4.tar.bz2
/anaconda-21.5.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.4
Version: 21.5
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -254,6 +254,23 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 21.5-1
- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
- Send the continue click after the queue is empty (#1025347) (bcl)
- No longer use summary screen visit to decide whether bootloader has been
configured (#1025811) (amulhern)
- Remove the bootloader line from the interactive kickstart file (#1025811)
(amulhern)
- Set bootloader default location to mbr in constructor (#1025811) (amulhern)
- Remove column titles from the software spoke. (dshea)
- Fix the selection of default groups (#1023263) (dshea)
- Use the default yscale for the HubWindow alignment (dshea)
- Fix kickstart block device resolution. (#1022206) (dlehman)
- Specify query territory when getting language native name (vpodzime)
- Get rid of trailing whitespace (vpodzime)
- Export the right classes from the tui.spokes package (vpodzime)
- Define newLayoutStore before it is used by the filter (vpodzime)
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 21.4-1
- Fix up a couple more pylint errors. (clumens)
- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl)

View File

@ -1 +1 @@
df49963da28a19a4ee3a9d22d04230b2 anaconda-21.4.tar.bz2
b6180e813ab4a3ce41b95f71911dc5da anaconda-21.5.tar.bz2