From befbff49457cc113d349c2846ab442e251eaae2d Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 08 2013 01:01:57 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 2664566..dc64e5e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index a799392..f86ab8f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 18.37.10-1 - Only skip welcome screen for ks installs (#891755) (bcl) - protect getDirSize from vanishing files (#891759) (bcl) diff --git a/sources b/sources index 2bf3a5e..2fe2e8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47b0935251495ce1e268e78d7b636456 anaconda-18.37.10.tar.bz2 +71a3953b7c7053713f45d83f6e7c60d1 anaconda-18.37.11.tar.bz2