From e27e9d4d6e87bb863a4716c4da1c288949939a9c Mon Sep 17 00:00:00 2001 From: David Cantrell Date: May 08 2009 02:58:41 +0000 Subject: * Thu May 07 2009 David Cantrell - 11.5.0.51-1 - Don't clear the first partition on any disk with a Mac disk label (#492154). (clumens) - Add detailedMessageWindow to the cmdline class (#499700). (clumens) - Don't traceback when a freespace partition is present (#499662). (clumens) - Do nomodeset when doing xdriver=vesa (ajax) - Fix calculation of smallest PV's size in the lvm dialog. (#493753) (dlehman) - Fix KeyError when partition numbers change during allocation. (#497911) (dlehman) - Update EFI CD booting code in mk-images (pjones) --- diff --git a/.cvsignore b/.cvsignore index 0ae29f3..f6fb0da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.5.0.49.tar.bz2 +anaconda-11.5.0.51.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d559abe..d868d91 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.49 +Version: 11.5.0.51 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -211,6 +211,43 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu May 07 2009 David Cantrell - 11.5.0.51-1 +- Don't clear the first partition on any disk with a Mac disk label + (#492154). (clumens) +- Add detailedMessageWindow to the cmdline class (#499700). (clumens) +- Don't traceback when a freespace partition is present (#499662). (clumens) +- Do nomodeset when doing xdriver=vesa (ajax) +- Fix calculation of smallest PV's size in the lvm dialog. (#493753) + (dlehman) +- Fix KeyError when partition numbers change during allocation. (#497911) + (dlehman) +- Update EFI CD booting code in mk-images (pjones) + +* Wed May 06 2009 Chris Lumens - 11.5.0.50-1 +- Use storage objects throughout the partition editing UI code (#491806, + #496002). (clumens) +- Verify filesystems after the live resize (katzj) +- Verify with fsck after resizing filesystems (katzj) +- IBM improvements to linuxrc.s390 (#475350) (dcantrell) +- Write out correct hostname during LiveCD installs (#492515) (dcantrell) +- Enter in hostname entry field advances to next screen (#494135) (dcantrell) +- Check if we'll clear a partition after setting its format attr. (#499251) + (dlehman) +- Don't pass the default clearPartType value to the device tree. (dlehman) +- Fix some logic errors in storage.partitioning.shouldClear. (dlehman) +- Forward port various iscsi fixes from 5.4 iscsi work (hdegoede) +- Avoid writing out NAME= in ifcfg files (#497485) (dcantrell) +- Retry network configuration in loader (#492009) (dcantrell) +- Make sure /boot ends up on the same disk as Apple Bootstrap (#497390). + (clumens) +- Handle that the default bootloader entry can sometimes be None (#496618). + (clumens) +- The PS3 bootloader allows booting from ext4 filesystems (#498539). + (clumens) +- Support LVM PE sizes > 128MB (#497733) (cristian.ciupitu) +- Set ANACONDAVERSION on most livecd installs. (clumens) +- getDependentDevices is in devicetree, not storage (#499144). (clumens) + * Mon May 04 2009 David Cantrell - 11.5.0.49-1 - Collect network interfaces from NetworkManager (#493995) (dcantrell) - Handle fstab entries whose filesystem we don't recognize.(#498120) diff --git a/sources b/sources index 4671a9a..c93d76a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13414124ca22903979310067aea1cfd8 anaconda-11.5.0.49.tar.bz2 +630893fb748d415d569e6ed46a5f2f8d anaconda-11.5.0.51.tar.bz2