From 7d0558167621d6e04c258f5ea33995050085a5bb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Apr 18 2009 00:21:16 +0000 Subject: * Fri Apr 17 2009 David Cantrell - 11.5.0.46-1 - Clean up argument list after changing from rhpl to iutil for execWithRedirect (jkeating) - Fix NameError traceback setting up bootloader in EFI installs (wwoods) - No longer force ISOs to be on ext2, ext3, or vfat partitions. (clumens) - Sending translation for German (ckpinguin) - Split text mode exn saving into multiple screren (#469380). (clumens) - Copy /tmp/program.log to /mnt/sysimage/var/log/. (clumens) - Fix member preselection in raid UI. (rvykydal) - Fix editing of raid device (persistence of level choice) (#496159) (rvykydal) - Fix ks --useexisting and --noformat options of logvol and volgroup (rvykydal) - Make sure inconsistencies dont screw us up. (jgranado) - Re-implement the inconsistency functionality. (jgranado) - Allow the use of "-" in the lvm names. (495329) (jgranado) - Make sure we "insist" on mdadm commands. (491729) (jgranado) - [PATCH] Possible fix for some encryption related bugs during the Custom Layout editation (#495848) (msivak) --- diff --git a/.cvsignore b/.cvsignore index b42200e..77cab9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,2 @@ clog -anaconda-11.5.0.44.tar.bz2 -anaconda-11.5.0.45.tar.bz2 +anaconda-11.5.0.46.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6688bd1..09c6f6b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.45 +Version: 11.5.0.46 Release: 1 License: GPLv2+ Group: Applications/System @@ -213,6 +213,26 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Apr 17 2009 David Cantrell - 11.5.0.46-1 +- Clean up argument list after changing from rhpl to iutil for + execWithRedirect (jkeating) +- Fix NameError traceback setting up bootloader in EFI installs (wwoods) +- No longer force ISOs to be on ext2, ext3, or vfat partitions. (clumens) +- Sending translation for German (ckpinguin) +- Split text mode exn saving into multiple screren (#469380). (clumens) +- Copy /tmp/program.log to /mnt/sysimage/var/log/. (clumens) +- Fix member preselection in raid UI. (rvykydal) +- Fix editing of raid device (persistence of level choice) (#496159) + (rvykydal) +- Fix ks --useexisting and --noformat options of logvol and volgroup + (rvykydal) +- Make sure inconsistencies dont screw us up. (jgranado) +- Re-implement the inconsistency functionality. (jgranado) +- Allow the use of "-" in the lvm names. (495329) (jgranado) +- Make sure we "insist" on mdadm commands. (491729) (jgranado) +- [PATCH] Possible fix for some encryption related bugs during the Custom + Layout editation (#495848) (msivak) + * Thu Apr 16 2009 Chris Lumens - 11.5.0.45-1 - Touch /.autorelabel when running under rescue mode (#491747). (clumens) - Add support for fingerprint-based logins (#481273). (clumens) diff --git a/sources b/sources index e0f04e5..a4ab3cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00b7f0263ca1c593152a0b625d74ccd7 anaconda-11.5.0.45.tar.bz2 +e350ffddc62e02b64751832711941c01 anaconda-11.5.0.46.tar.bz2