From 4e8029c788892f6b1cc77881b609b7bdb7b45b59 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Nov 23 2013 02:32:23 +0000 Subject: - Add a test for accesses of yum.preconf outside of _resetYum. (clumens) - Remove base_repo cache (#1011555) (bcl) - Make _yum.preconf setup atomic (#1028245) (bcl) - Remove threading from getBaseRepo handling (#1011555) (bcl) - If there are incomplete spokes, let the user know which (#1032801). (clumens) - tui: show Processing while source is busy (bcl) - tui: wait for threads before entering source and software (#1032823) (bcl) - clear errors when metadata is ok in tui source spoke (#1006570) (bcl) - Fix parallel pylint in distcheck. (dshea) --- diff --git a/.gitignore b/.gitignore index c5d9540..0fc2d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.6.tar.bz2 /anaconda-21.7.tar.bz2 /anaconda-21.8.tar.bz2 +/anaconda-21.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 99e41b2..a9e2037 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.8 +Version: 21.9 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -297,6 +297,17 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 22 2013 Brian C. Lane - 21.9-1 +- Add a test for accesses of yum.preconf outside of _resetYum. (clumens) +- Remove base_repo cache (#1011555) (bcl) +- Make _yum.preconf setup atomic (#1028245) (bcl) +- Remove threading from getBaseRepo handling (#1011555) (bcl) +- If there are incomplete spokes, let the user know which (#1032801). (clumens) +- tui: show Processing while source is busy (bcl) +- tui: wait for threads before entering source and software (#1032823) (bcl) +- clear errors when metadata is ok in tui source spoke (#1006570) (bcl) +- Fix parallel pylint in distcheck. (dshea) + * Wed Nov 20 2013 Brian C. Lane - 21.8-1 - Fix geolocation on live installs (mkolman) - Ignore the pylint warning on importing GraphicalUserInterface. (clumens) diff --git a/sources b/sources index 3e07889..431f9c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90b4de1caeebf6bd7d4a5ae39e4ac0df anaconda-21.8.tar.bz2 +14971c9b7f59a4aa4677f83c91a1b065 anaconda-21.9.tar.bz2