From 5a553058917854000d51c039b2ed2f671faa64ab Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Apr 22 2009 02:36:24 +0000 Subject: * Tue Apr 21 2009 David Cantrell - 11.5.0.47-1 - Fix adding of fifth partition in UI (#496930). (rvykydal) - Define the fd variable before it can ever be referenced (#496930). (clumens) - Fix preservation of format attrs for preexisting luks partitions. (dlehman) - Set md member devices' uuids after creating an array. (dlehman) - Don't try to get size for nodev and bind filesystems. (dlehman) - Include the device path in DeviceError exceptions. (dlehman) - Mdadm's incremental mode ignores the auto option, so don't use it. (dlehman) - Use incremental mode for all md member addition during probing. (dlehman) - Try to name existing md arrays based on their preferred minor. (dlehman) - Reimplement mdexamine using a more easily parseable output format. (dlehman) - Fix position of "--run" option to mdadm assemble. (dlehman) - Handle passphrase prompts without a traceback in cmdline mode. (#492123) (dlehman) - Fix another device vs. string problem in EFI bootloader config (#496669). (clumens) - Add the device's name to mdadm.conf (#496390). (clumens) - Show normal cursor during passphrase entry (#496534) (msivak) - Fix traceback in cmdline mode after exception handling cleanup (#496644) (katzj) - DeviceError only returns a message, not (message, device) tuple (#496343). (clumens) --- diff --git a/.cvsignore b/.cvsignore index 77cab9c..062bd33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.46.tar.bz2 +anaconda-11.5.0.47.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c23f53a..8e13ce8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.46 -Release: 1%{?dist} +Version: 11.5.0.47 +Release: 1 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -213,6 +213,32 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Apr 21 2009 David Cantrell - 11.5.0.47-1 +- Fix adding of fifth partition in UI (#496930). (rvykydal) +- Define the fd variable before it can ever be referenced (#496930). + (clumens) +- Fix preservation of format attrs for preexisting luks partitions. (dlehman) +- Set md member devices' uuids after creating an array. (dlehman) +- Don't try to get size for nodev and bind filesystems. (dlehman) +- Include the device path in DeviceError exceptions. (dlehman) +- Mdadm's incremental mode ignores the auto option, so don't use it. + (dlehman) +- Use incremental mode for all md member addition during probing. (dlehman) +- Try to name existing md arrays based on their preferred minor. (dlehman) +- Reimplement mdexamine using a more easily parseable output format. + (dlehman) +- Fix position of "--run" option to mdadm assemble. (dlehman) +- Handle passphrase prompts without a traceback in cmdline mode. (#492123) + (dlehman) +- Fix another device vs. string problem in EFI bootloader config (#496669). + (clumens) +- Add the device's name to mdadm.conf (#496390). (clumens) +- Show normal cursor during passphrase entry (#496534) (msivak) +- Fix traceback in cmdline mode after exception handling cleanup (#496644) + (katzj) +- DeviceError only returns a message, not (message, device) tuple (#496343). + (clumens) + * Fri Apr 17 2009 David Cantrell - 11.5.0.46-1 - Clean up argument list after changing from rhpl to iutil for execWithRedirect (jkeating) diff --git a/sources b/sources index a4ab3cf..14fa1a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e350ffddc62e02b64751832711941c01 anaconda-11.5.0.46.tar.bz2 +32dbbf60959b6ab88f8e5ac63b2ee614 anaconda-11.5.0.47.tar.bz2