diff --git a/.cvsignore b/.cvsignore index 53c3ea8..70e66f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.33.tar.bz2 +anaconda-11.5.0.34.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 8496c60..55405cc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.33 +Version: 11.5.0.34 Release: 1 License: GPLv2+ Group: Applications/System @@ -212,6 +212,34 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Mar 19 2009 David Cantrell - 11.5.0.34-1 +- Catch FSError when detecting storage, prevent user from continuing. + (dcantrell) +- If we have no error string, place None in the tuple. (dcantrell) +- Move OUTPUT_TERMINAL definition to isys.h (dcantrell) +- mount and umount commands are in /sbin now, remove from /usr/sbin + (dcantrell) +- Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192) + (dcantrell) +- Attempt disk commits 5 times before raising an exception. (dcantrell) +- Add boot partition size limit properties and size validation method. + (dlehman) +- Make sure boot flag gets set. (#491170) (dlehman) +- Make bootable a property of PartitionDevice. (dlehman) +- After setting up our random UUID, inform the storage layer (katzj) +- Handle system crappyness. (jgranado) +- Fix up checking for live image backing (katzj) +- Let's not remove our mountpoints (katzj) +- Fix writing the default= line in grub.conf (#490756). (clumens) +- Revert "Fix pruning of destroy actions for preexisting devices." (dlehman) +- Add more blacklisting (katzj) +- Blacklist the live image backing device (katzj) +- Move blockdev blacklisting to be a function (katzj) +- Inhibit devkit-disks during a live install (katzj) +- try to unmount everything from /media on live installs (katzj) +- Fix live installs to not traceback (katzj) +- Fix New partition in UI (rvykydal) + * Thu Mar 19 2009 David Lehman - 11.5.0.33-1 - Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman) - Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman) diff --git a/sources b/sources index 0321ddd..40ebd3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21b5b09f30e4ad230d118866ef5c172a anaconda-11.5.0.33.tar.bz2 +f0ee6bdccfdfc5ed584f52434b5e825b anaconda-11.5.0.34.tar.bz2