From 78eda3d242baad3cc8d21e7d62d4c39e7712d967 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 16 Sep 2013 10:04:32 -0700 Subject: [PATCH] - Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman) - Block resize slider value changed handler when setting range. (#1007387) (dlehman) - Remove an unused import. (clumens) - Create the XklWrapper singleton in background (vpodzime) - Translate layout and switching options descriptions on the fly (vpodzime) - Improve XklWrapper's API (vpodzime) - Move upcase_first_letter function to iutil (vpodzime) - Remove the Layout class and things we don't need in XklWrapper (vpodzime) - Ignore the whole m4 directory (vpodzime) - Do not schedule hubs with no spokes available (#1006357) (vpodzime) - Retranslate language filtering placeholder texts (#1007090) (vpodzime) - Use pigz to create updates.img (vpodzime) - The Desktop class doesn't need to inherit from SimpleConfigFile. (clumens) - Fix yet another pylint error caught after the fact. (clumens) - Move all languages found by geoip to the top in Welcome spoke (mkolman) - Don't set ksdata.lang.seen to True if using default value (mkolman) - DNFPayload: reset the sack and repos on updateBaseRepo() (ales) - refactor: YumPayload: selectKernelPackage()->_select_kernel_package() (ales) - DNFPayload: mirrorlist can not be an empty string. (ales) - DNFPayload: display the download step in progressQ. (ales) - DNFPayload: logging the missed packages/groups. (ales) - DNFPayload: select kernel packages. (ales) - DNFPayload: log when the transaction process unexpectedly terminates. (ales) - DNFpayload: disable all NSS operations in RPM. (ales) - DNFPayload: keyerror in isRepoEnabled() (ales) - DNFPayload: implement selectEnvironment() (ales) --- .gitignore | 1 + anaconda.spec | 31 ++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 075ae0d..8568b30 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.14.tar.bz2 /anaconda-20.15.tar.bz2 /anaconda-20.16.tar.bz2 +/anaconda-20.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 72457af..9af01b1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.16 +Version: 20.17 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,35 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Sep 16 2013 Brian C. Lane - 20.17-1 +- Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman) +- Block resize slider value changed handler when setting range. (#1007387) + (dlehman) +- Remove an unused import. (clumens) +- Create the XklWrapper singleton in background (vpodzime) +- Translate layout and switching options descriptions on the fly (vpodzime) +- Improve XklWrapper's API (vpodzime) +- Move upcase_first_letter function to iutil (vpodzime) +- Remove the Layout class and things we don't need in XklWrapper (vpodzime) +- Ignore the whole m4 directory (vpodzime) +- Do not schedule hubs with no spokes available (#1006357) (vpodzime) +- Retranslate language filtering placeholder texts (#1007090) (vpodzime) +- Use pigz to create updates.img (vpodzime) +- The Desktop class doesn't need to inherit from SimpleConfigFile. (clumens) +- Fix yet another pylint error caught after the fact. (clumens) +- Move all languages found by geoip to the top in Welcome spoke (mkolman) +- Don't set ksdata.lang.seen to True if using default value (mkolman) +- DNFPayload: reset the sack and repos on updateBaseRepo() (ales) +- refactor: YumPayload: selectKernelPackage()->_select_kernel_package() (ales) +- DNFPayload: mirrorlist can not be an empty string. (ales) +- DNFPayload: display the download step in progressQ. (ales) +- DNFPayload: logging the missed packages/groups. (ales) +- DNFPayload: select kernel packages. (ales) +- DNFPayload: log when the transaction process unexpectedly terminates. (ales) +- DNFpayload: disable all NSS operations in RPM. (ales) +- DNFPayload: keyerror in isRepoEnabled() (ales) +- DNFPayload: implement selectEnvironment() (ales) + * 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) diff --git a/sources b/sources index d5db360..53749a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3797ed495cbe395b5f6555644a0c98d8 anaconda-20.16.tar.bz2 +c9e5815eaa4f730c423f588bab1ae871 anaconda-20.17.tar.bz2