- Fix software selection in text UI. (#965974) (sbueno+anaconda)

- Don't call _update_summary from within _add_disk_overview. (clumens)
- getDisks should not return a list that has duplicates in it. (clumens)
- Fix the rescan button (#929299). (clumens)
- Let checkbox disable updates-testing (#962522) (bcl)
- disable updates when method is set in ks (#952791) (bcl)
- Fix string formatting on text UI storage spoke. (#965460) (sbueno+anaconda)
This commit is contained in:
Brian C. Lane 2013-05-22 11:07:59 -07:00
parent 22e66c2ddc
commit 8b6276c9b0
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.27.tar.bz2
/anaconda-19.28.tar.bz2
/anaconda-19.29.tar.bz2
/anaconda-19.30.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.29
Version: 19.30
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed May 22 2013 Brian C. Lane <bcl@redhat.com> - 19.30-1
- Fix software selection in text UI. (#965974) (sbueno+anaconda)
- Don't call _update_summary from within _add_disk_overview. (clumens)
- getDisks should not return a list that has duplicates in it. (clumens)
- Fix the rescan button (#929299). (clumens)
- Let checkbox disable updates-testing (#962522) (bcl)
- disable updates when method is set in ks (#952791) (bcl)
- Fix string formatting on text UI storage spoke. (#965460) (sbueno+anaconda)
* Tue May 21 2013 Brian C. Lane <bcl@redhat.com> - 19.29-1
- Handle empty text in simpleline (bcl)
- Fixup TUI source to work with kickstart (bcl)

View File

@ -1 +1 @@
f9aebbc3d2345ef0f16f0207fc95a632 anaconda-19.29.tar.bz2
94925a365386f6ced9f66cd304309815 anaconda-19.30.tar.bz2