From 02e0be6c066858fd684c97963d598dae0d304fb2 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Sep 06 2013 00:30:38 +0000 Subject: - Add more details to iso device selector (#971290) (bcl) - Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda) - Don't mark spoke as completed if no repo is set. (#1001538) (sbueno+anaconda) - Don't enable chronyd if disabled in kickstart (#1002583) (mkolman) - Run firstboot-only spokes on first boot by default (vpodzime) - Let hubs specify which environments they support (vpodzime) - Don't mount cdroms that contain no mountable media. (#1000889) (dlehman) - Don't try to parse langcode if none given (vpodzime) - Get rid of the non-deterministic expand_langs and its usage (vpodzime) - Rework the Langsupport spoke to work with all locales (vpodzime) - Rework the Welcome spoke to allow users choose from all locales (vpodzime) - Improve import in GUI utils a bit (vpodzime) - Remove the cryptic "language-default keyboard" checkbutton (vpodzime) - Allow seting up locale without modifying ksdata (vpodzime) - Remove an unused argument of get_available_translations (vpodzime) - Setup language early to a value we can figure out (vpodzime) --- diff --git a/.gitignore b/.gitignore index 148b309..11a4cad 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.8.tar.bz2 /anaconda-20.9.tar.bz2 /anaconda-20.10.tar.bz2 +/anaconda-20.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 97e47db..d5ad666 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 20.10 -Release: 2%{?dist} +Version: 20.11 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -255,8 +255,23 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Wed Sep 04 2013 Kalev Lember - 20.10-2 -- Rebuilt for libgladeui soname bump +* Thu Sep 05 2013 Brian C. Lane - 20.11-1 +- Add more details to iso device selector (#971290) (bcl) +- Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda) +- Don't mark spoke as completed if no repo is set. (#1001538) (sbueno+anaconda) +- Don't enable chronyd if disabled in kickstart (#1002583) (mkolman) +- Run firstboot-only spokes on first boot by default (vpodzime) +- Let hubs specify which environments they support (vpodzime) +- Don't mount cdroms that contain no mountable media. (#1000889) (dlehman) +- Don't try to parse langcode if none given (vpodzime) +- Get rid of the non-deterministic expand_langs and its usage (vpodzime) +- Rework the Langsupport spoke to work with all locales (vpodzime) +- Rework the Welcome spoke to allow users choose from all locales (vpodzime) +- Improve import in GUI utils a bit (vpodzime) +- Remove the cryptic "language-default keyboard" checkbutton (vpodzime) +- Allow seting up locale without modifying ksdata (vpodzime) +- Remove an unused argument of get_available_translations (vpodzime) +- Setup language early to a value we can figure out (vpodzime) * Tue Sep 03 2013 Brian C. Lane - 20.10-1 - Optionally hide the GUI option to install updates (dshea) diff --git a/sources b/sources index 047dc1f..0899fd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09bc986ef720a572885366d496d15170 anaconda-20.10.tar.bz2 +aa49299c9ee8f8f7d8b53e36dd416883 anaconda-20.11.tar.bz2