diff --git a/.gitignore b/.gitignore index f6327c7..075ae0d 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.13.tar.bz2 /anaconda-20.14.tar.bz2 /anaconda-20.15.tar.bz2 +/anaconda-20.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0203c52..72457af 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.15 +Version: 20.16 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Sep 13 2013 Brian C. Lane - 20.16-1 +- add pre-commit hook to run pylint (bcl) +- Allow runpylint.sh to be passed files (bcl) +- handle case of no ifcfg and no hostname (#1002737) (bcl) +- Allow make targets to be run outside of $srcdir (dshea) +- Fix the wildcard usage in automake files. (dshea) +- Move the intltool Makefile rules into configure.ac (dshea) +- Fix a format parameter mapping (#1007472) (dshea) +- Check whether keyboard translations are stale (#972236) (dshea) +- Fix the handling of xklavier strings. (dshea) +- Center the Langsupport spoke's description (vpodzime) +- Set minimal width request for the locales box (vpodzime) +- Use constant for default keyboard layout (vpodzime) +- Try to use VConsole keymap name as X layout (#1007359) (vpodzime) +- Retranslate also layout indicator when retranslating BaseWindow (#1007087) + (vpodzime) +- Check ready state before baseRepo (#1007448) (bcl) +- Fix po/Rules-extract so it doesn't remove itself (dshea) +- Include LayoutIndicator and TimezoneMap to the Micsellaneous Widgets + (vpodzime) + * 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) diff --git a/sources b/sources index a3ba57a..d5db360 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5952a3bd461a7a708d6241353be7a011 anaconda-20.15.tar.bz2 +3797ed495cbe395b5f6555644a0c98d8 anaconda-20.16.tar.bz2