- Handle empty text in simpleline (bcl)

- Fixup TUI source to work with kickstart (bcl)
- Add missing disk_selection XML (#962012,#962631) (bcl)
- Add ability for users to specify an installation source repo in text UI.
  (sbueno+anaconda)
- Add the ability to select software in text UI. (sbueno+anaconda)
- Add 'refresh' option in TUI; lock users out of threads that aren't ready
  (sbueno+anaconda)
- Add 'software' category to TUI summary hub (sbueno+anaconda)
- Only try to activate layouts if runtime system can be changed (vpodzime)
- Be more defensive in handling layouts from kickstart (#963103) (vpodzime)
- Return all layouts the XklWrapper knows about (#883555) (vpodzime)
- Fix issue where FS selection not applied in text UI. (#964069)
  (sbueno+anaconda)
This commit is contained in:
Brian C. Lane 2013-05-21 16:20:11 -07:00
parent a905af7fb7
commit 22e66c2ddc
3 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -81,3 +81,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.26.tar.bz2
/anaconda-19.27.tar.bz2
/anaconda-19.28.tar.bz2
/anaconda-19.29.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.28
Version: 19.29
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,22 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* 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)
- Add missing disk_selection XML (#962012,#962631) (bcl)
- Add ability for users to specify an installation source repo in text UI.
(sbueno+anaconda)
- Add the ability to select software in text UI. (sbueno+anaconda)
- Add 'refresh' option in TUI; lock users out of threads that aren't ready
(sbueno+anaconda)
- Add 'software' category to TUI summary hub (sbueno+anaconda)
- Only try to activate layouts if runtime system can be changed (vpodzime)
- Be more defensive in handling layouts from kickstart (#963103) (vpodzime)
- Return all layouts the XklWrapper knows about (#883555) (vpodzime)
- Fix issue where FS selection not applied in text UI. (#964069)
(sbueno+anaconda)
* Thu May 16 2013 Brian C. Lane <bcl@redhat.com> - 19.28-1
- Remove testing leftover (#963503) (rvykydal)

View File

@ -1 +1 @@
682641c5ae518fdf3b119fed5e09bbd5 anaconda-19.28.tar.bz2
f9aebbc3d2345ef0f16f0207fc95a632 anaconda-19.29.tar.bz2