- 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)
This commit is contained in:
Brian C. Lane 2013-11-22 18:32:23 -08:00
parent 9de6ef9714
commit 4e8029c788
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 21.8-1
- Fix geolocation on live installs (mkolman)
- Ignore the pylint warning on importing GraphicalUserInterface. (clumens)

View File

@ -1 +1 @@
90b4de1caeebf6bd7d4a5ae39e4ac0df anaconda-21.8.tar.bz2
14971c9b7f59a4aa4677f83c91a1b065 anaconda-21.9.tar.bz2