- Fix geolocation on live installs (mkolman)

- Use timing decorator for more actions (vpodzime)
- A nice decorator making Anaconda's GUI more responsive (#1032026) (vpodzime)
- Short-circuit layouts matching (vpodzime)
- Remove the unused flags import from installclass.py. (clumens)
- Do yum lock logging only with inst.debug or loglevel=debug (vpodzime)
- Don't panic on installclasses failing with inst.debug (vpodzime)
- Make thread manager operations atomic (#1029898) (mkolman)
This commit is contained in:
Brian C. Lane 2013-11-20 09:05:02 -08:00
parent 67648e490b
commit b9d83eb2e7
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -116,3 +116,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.25.6.tar.bz2
/anaconda-20.25.7.tar.bz2
/anaconda-20.25.8.tar.bz2
/anaconda-20.25.9.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.25.8
Version: 20.25.9
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -251,6 +251,16 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* 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)
- A nice decorator making Anaconda's GUI more responsive (#1032026) (vpodzime)
- Short-circuit layouts matching (vpodzime)
- Remove the unused flags import from installclass.py. (clumens)
- Do yum lock logging only with inst.debug or loglevel=debug (vpodzime)
- Don't panic on installclasses failing with inst.debug (vpodzime)
- Make thread manager operations atomic (#1029898) (mkolman)
* Fri Nov 15 2013 Brian C. Lane <bcl@redhat.com> - 20.25.8-1
- Pass biosdevname boot option to installed system (#1023609) (rvykydal)
- Enforce upper bound for resize. (#1027947) (dlehman)

View File

@ -1 +1 @@
1f123e01aa38a039c1879dd75de0c5c0 anaconda-20.25.8.tar.bz2
c9a9cbe5221a011d594f6f967dc76fb8 anaconda-20.25.9.tar.bz2