* Thu May 07 2009 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
David Cantrell 2009-05-08 02:58:41 +00:00
parent 906da4036c
commit e27e9d4d6e
3 changed files with 40 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-11.5.0.49.tar.bz2 anaconda-11.5.0.51.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.5.0.49 Version: 11.5.0.51
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -211,6 +211,43 @@ update-desktop-database &> /dev/null || :
%endif %endif
%changelog %changelog
* Thu May 07 2009 David Cantrell <dcantrell@redhat.com> - 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 <clumens@redhat.com> - 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 <dcantrell@redhat.com> - 11.5.0.49-1 * Mon May 04 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.49-1
- Collect network interfaces from NetworkManager (#493995) (dcantrell) - Collect network interfaces from NetworkManager (#493995) (dcantrell)
- Handle fstab entries whose filesystem we don't recognize.(#498120) - Handle fstab entries whose filesystem we don't recognize.(#498120)

View File

@ -1 +1 @@
13414124ca22903979310067aea1cfd8 anaconda-11.5.0.49.tar.bz2 630893fb748d415d569e6ed46a5f2f8d anaconda-11.5.0.51.tar.bz2