From 841c8446aafa197edb621a213cd8ce70b8a2f5a7 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Nov 02 2013 00:55:39 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index c4c8b3f..53f8cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index 7cbe311..44bb25e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 21.4-1 - Fix up a couple more pylint errors. (clumens) - Add check for Linux HFS+ ESP on Mac (#1010495) (bcl) diff --git a/sources b/sources index d7a7136..7447c70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df49963da28a19a4ee3a9d22d04230b2 anaconda-21.4.tar.bz2 +b6180e813ab4a3ce41b95f71911dc5da anaconda-21.5.tar.bz2