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