- Fix Quit button in standalone network spoke (#892120) (rvykydal)

- Force disk selection for interactive installs. (#888293) (cherry picked from
  commit 91fea0af242760e0ad83c1f467993ca091098b63) (dlehman)
- Fix completeness check for md fwraid arrays. (#892621) (dlehman)
- Fix handling of failure to create a new container. (#892046) (dlehman)
- Do not lightbox the Add Mountpoint dialog (#875291). (clumens)
- Try fallback if none exactly matching language is found (#891489) (vpodzime)
  (commit had wrong bz in it, fixed here -- bcl)
This commit is contained in:
Brian C. Lane 2013-01-07 17:01:57 -08:00
parent fd475bd002
commit befbff4945
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.37.8.tar.bz2
/anaconda-18.37.9.tar.bz2
/anaconda-18.37.10.tar.bz2
/anaconda-18.37.11.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.37.10
Version: 18.37.11
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -301,6 +301,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Mon Jan 07 2013 Brian C. Lane <bcl@redhat.com> - 18.37.11-1
- Fix Quit button in standalone network spoke (#892120) (rvykydal)
- Force disk selection for interactive installs. (#888293) (cherry picked from
commit 91fea0af242760e0ad83c1f467993ca091098b63) (dlehman)
- Fix completeness check for md fwraid arrays. (#892621) (dlehman)
- Fix handling of failure to create a new container. (#892046) (dlehman)
- Do not lightbox the Add Mountpoint dialog (#875291). (clumens)
- Try fallback if none exactly matching language is found (#891487) (vpodzime)
* Fri Jan 04 2013 Brian C. Lane <bcl@redhat.com> - 18.37.10-1
- Only skip welcome screen for ks installs (#891755) (bcl)
- protect getDirSize from vanishing files (#891759) (bcl)

View File

@ -1 +1 @@
47b0935251495ce1e268e78d7b636456 anaconda-18.37.10.tar.bz2
71a3953b7c7053713f45d83f6e7c60d1 anaconda-18.37.11.tar.bz2