- Remove base_repo cache (#1011555) (bcl)

- Make _yum.preconf setup atomic (#1028245) (bcl)
- Remove threading from getBaseRepo handling (#1011555) (bcl)
- 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)
This commit is contained in:
Brian C. Lane 2013-11-22 19:38:53 -08:00
parent b9d83eb2e7
commit bee1eaaff1
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -117,3 +117,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.7.tar.bz2
/anaconda-20.25.8.tar.bz2
/anaconda-20.25.9.tar.bz2
/anaconda-20.25.10.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.9
Version: 20.25.10
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -251,6 +251,14 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 22 2013 Brian C. Lane <bcl@redhat.com> - 20.25.10-1
- Remove base_repo cache (#1011555) (bcl)
- Make _yum.preconf setup atomic (#1028245) (bcl)
- Remove threading from getBaseRepo handling (#1011555) (bcl)
- 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)
* Wed Nov 20 2013 Brian C. Lane <bcl@redhat.com> - 20.25.9-1
- Fix geolocation on live installs (mkolman)
- Use timing decorator for more actions (vpodzime)

View File

@ -1 +1 @@
c9a9cbe5221a011d594f6f967dc76fb8 anaconda-20.25.9.tar.bz2
5db4b32d450288d137e46dd738cce346 anaconda-20.25.10.tar.bz2