New version.

This commit is contained in:
Christopher Edward Lumens 2009-04-13 18:39:48 +00:00
parent 7c89186b72
commit a80169db11
3 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,4 @@
clog
anaconda-11.5.0.41.tar.bz2
anaconda-11.5.0.42.tar.bz2
anaconda-11.5.0.43.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 11.5.0.42
Version: 11.5.0.43
Release: 1
License: GPLv2+
Group: Applications/System
@ -213,6 +213,27 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Mon Apr 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.43-1
- Run programs with LC_ALL=C in case we're parsing output (#492549).
(clumens)
- A volume group device has a "peSize" attribute (not "pesize"). (dlehman)
- Remove uncommitted new lv from dict on cancel. (dlehman)
- Use the correct value when setting new extent size. (#493753) (dlehman)
- Fix image generation so all ELF binaries have their deps included
(#495231). (clumens)
- Clean up the code in editLogicalVolume function. (jgranado)
- Setup the disks before partitioning as the nodes are needed. (jgranado)
- Rescan the devices when we are saving a traceback. (jgranado)
- Close file descriptors when an error occurs. (jgranado)
- Aesthetic changes to "editLogicalVolume" function. (jgranado)
- When deallocating a partition also set its disk attribute to None
(hdegoede)
- Check self.partedPartition not being None before using it (#495077)
(hdegoede)
- growPartitions: Change op_func (back to) add when an iteration succeeds
(hdegoede)
- partedPartition can be None while growing partitions (#495076) (hdegoede)
* Thu Apr 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.42-1
- Fix display of format type for devices. (dlehman)
- Fix handling of priority option from swap fstab entries. (#494992)

View File

@ -1 +1 @@
6d39e6659579b995b2c9af32be740b53 anaconda-11.5.0.42.tar.bz2
0f786092df3c424a2e2ffa06863b62ec anaconda-11.5.0.43.tar.bz2