From ec0f77639ad51ae244dcf6d4e546e3b15f537398 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mar 07 2011 19:34:07 +0000 Subject: - Make sure a bootloader device is selected (#595951) (bcl) - Attempt at fixing reboot behavior in kickstart (#676968). (clumens) - Another fix for the loader translations. (akozumpl) - Enable network if sshd boot option is used (#643738) (rvykydal) - Give an indication how many packages are left in cmdline mode (#681614). (clumens) - Dynamic strings make gettext translations fail. (akozumpl) - Change upgrade to use findExistingRootDevices (#681267) (bcl) - Fix up remaining anaconda.id references (#680296) (bcl) - Wipe out pre-existing problems before running transaction (#678201, pmatilai). (clumens) - brcm_iscsiuio is not in Fedora yet, handle that you can't find it. (akozumpl) - Handle nfsiso in promptForNfs as well (#678413). (clumens) - If the umount in getFileFromNfs fails, log it. (clumens) - Correct the return values of some backend base class methods. (#679107) (dlehman) - Override kernel cmdline updates (bcl) - Change xhost auth when doing a liveinst (#663294) (bcl) - Do all dm handling inside addUdevDMDevice. (#672030) (dlehman) - VNC does not support runtime SecurityTypes changes (#678150) (mgracik) - Don't show loaderSegvHandler or its glibc entry point in tracebacks. (pjones) - The default kickstart UI is graphical, specify other if you want it (#678095). (clumens) - Only check for the addons of enabled repos (#677773). (clumens) - Fix a thinko when setting up the base repo for NFSISO (#676821). (clumens) - Fix loading translations in loader (#677648). (clumens) - Don't always attempt to load updates on kickstart installs (#677131). (clumens) - In text mode we have to treat strings and lists separately while printing them (#676942) (msivak) - Don't fail on missing %includes during loader kickstart processing (#676940). (clumens) - Prompt for media check on DVD installs (#676551). (clumens) --- diff --git a/.gitignore b/.gitignore index 7e290fb..43b75cc 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.19.tar.bz2 /anaconda-15.20.tar.bz2 /anaconda-15.20.1.tar.bz2 +/anaconda-15.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ed1e8fc..93be50c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.20.1 +Version: 15.21 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,11 +229,40 @@ update-desktop-database &> /dev/null || : %endif %changelog -* Mon Feb 21 2011 Chris Lumens - 15.20.1-1 +* Mon Mar 07 2011 Chris Lumens - 15.21-1 +- Make sure a bootloader device is selected (#595951) (bcl) +- Attempt at fixing reboot behavior in kickstart (#676968). (clumens) +- Another fix for the loader translations. (akozumpl) +- Enable network if sshd boot option is used (#643738) (rvykydal) +- Give an indication how many packages are left in cmdline mode (#681614). + (clumens) +- Dynamic strings make gettext translations fail. (akozumpl) +- Change upgrade to use findExistingRootDevices (#681267) (bcl) +- Fix up remaining anaconda.id references (#680296) (bcl) +- Wipe out pre-existing problems before running transaction (#678201, + pmatilai). (clumens) +- brcm_iscsiuio is not in Fedora yet, handle that you can't find it. (akozumpl) +- Handle nfsiso in promptForNfs as well (#678413). (clumens) +- If the umount in getFileFromNfs fails, log it. (clumens) - Correct the return values of some backend base class methods. (#679107) (dlehman) +- Override kernel cmdline updates (bcl) - Change xhost auth when doing a liveinst (#663294) (bcl) - Do all dm handling inside addUdevDMDevice. (#672030) (dlehman) +- VNC does not support runtime SecurityTypes changes (#678150) (mgracik) +- Don't show loaderSegvHandler or its glibc entry point in tracebacks. (pjones) +- The default kickstart UI is graphical, specify other if you want it + (#678095). (clumens) +- Only check for the addons of enabled repos (#677773). (clumens) +- Fix a thinko when setting up the base repo for NFSISO (#676821). (clumens) +- Fix loading translations in loader (#677648). (clumens) +- Don't always attempt to load updates on kickstart installs (#677131). + (clumens) +- In text mode we have to treat strings and lists separately while printing + them (#676942) (msivak) +- Don't fail on missing %includes during loader kickstart processing (#676940). + (clumens) +- Prompt for media check on DVD installs (#676551). (clumens) * Thu Feb 10 2011 Chris Lumens - 15.20-1 - Check for valid mountpoint before unmounting image. (#671922) (dlehman) diff --git a/sources b/sources index a83ea50..dbf8e5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef7b056ab1abcdd0cbd7ddbf5661ba66 anaconda-15.20.1.tar.bz2 +8f96a158e40907a54ce35cb906cf3fac anaconda-15.21.tar.bz2