diff --git a/.gitignore b/.gitignore index 7f024f5..f6327c7 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.12.tar.bz2 /anaconda-20.13.tar.bz2 /anaconda-20.14.tar.bz2 +/anaconda-20.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b611545..0203c52 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.14 +Version: 20.15 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,23 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 11 2013 Brian C. Lane - 20.15-1 +- Don't set up the resize slider for non-resizable devices. (#997690) (dlehman) +- Remove 'completed' property from Autopart spoke in text UI. (sbueno+anaconda) +- Clean up code for input handling in TUI spokes. (sbueno+anaconda) +- set_hostname should proceed only on DVD and live installations (vpodzime) +- Don't use temporary file and move when writing out an ifcfg file (vpodzime) +- Set hostname when leaving network spokes (vpodzime) +- Keep file-naming convention with the Lightbox widget (vpodzime) +- Let users configure autopart options in interactive text ks. (#1001061) + (sbueno+anaconda) +- Add parameters to format strings (dshea) +- Fix pre-processing of files for xgettext (#1005644) (dshea) +- Added a test to check for xgettext warnings (dshea) +- Make sure XklWrapper isn't dumped to the anaconda-tb file (vpodzime) +- Catch race of network device state vs reading its config properties (#980576) + (rvykydal) + * Tue Sep 10 2013 Brian C. Lane - 20.14-1 - Convert the lightbox into a GObject (#1000927) (dshea) - Remove some more unused imports. (clumens) diff --git a/sources b/sources index 469d61f..a3ba57a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c93acc21e777a77a8ec0ecb043db8f26 anaconda-20.14.tar.bz2 +5952a3bd461a7a708d6241353be7a011 anaconda-20.15.tar.bz2