From 86b42f0259c837c6559960601aba6847c2f3a4c8 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: May 06 2009 22:04:53 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 0ae29f3..a9787ff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.5.0.49.tar.bz2 +anaconda-11.5.0.50.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7c97636..5bfffe3 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.50 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -213,6 +213,31 @@ update-desktop-database &> /dev/null || : %endif %changelog +* 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..c9c9e93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13414124ca22903979310067aea1cfd8 anaconda-11.5.0.49.tar.bz2 +517afb58cc8d0e1645c04f656ba46671 anaconda-11.5.0.50.tar.bz2