diff --git a/.cvsignore b/.cvsignore index 22d99c9..21e566b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.36.tar.bz2 +anaconda-11.5.0.37.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 8c3fdc4..f525fda 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.36 +Version: 11.5.0.37 Release: 1 License: GPLv2+ Group: Applications/System @@ -212,6 +212,39 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Mar 24 2009 David Cantrell - 11.5.0.37-1 +- Start with a basic /etc/hosts file (#491634) (dcantrell) +- Do not flag every existing partition for resize (#491803) (dcantrell) +- Remove unused noformatCB() function. (dcantrell) +- Remove unnecessary istruefalse() function. (dcantrell) +- Build new _isys.so for updates.img if needed. (dcantrell) +- Get the UUID of each md array we create. (#491796) (dlehman) +- Call udev_settle after committing changes to a disk (#491529) (hdegoede) +- Be a little bit smarter about allocating space to grow parts. (#491761) + (dlehman) +- Check that partition is on the disk before trying to remove it. (#491997) + (dlehman) +- Work around a bug in mdadm incremental assembly. (dlehman) +- Use the same units (MB) for extent size that we do for everything else. + (dlehman) +- Put line breaks in between crypttab entries. (#491938) (dlehman) +- Register the NoDevFS class. (clumens) +- fslabels -> labels. (clumens) +- NFSDevice does not take exists= as a parameter. (clumens) +- Override _setDevice and _getDevice in NFS. (clumens) +- Move resolveDevice into the DeviceTree class. (clumens) +- Move most of the parseFSTab logic into its own function. (clumens) +- We don't even use partedUtils in this module. (clumens) +- PReP formats can never be active. (#491865) (dlehman) +- Move protectedPartition setup into storageInitialize (#491781). (clumens) +- Use the mount and unmount methods on OpticalDevice.format now. (clumens) +- Add a format for ISO9660 filesystems. (clumens) +- getDeviceByName does not expect the CD device to start with "/dev/" + (#491768). (clumens) +- Write the same arch to .discinfo as iutil.getArch() gives us (#490977). + (clumens) +- Don't remove partitions twice. (jgranado) + * Mon Mar 23 2009 David Cantrell - 11.5.0.36-1 - Add EFI, Apple Bootstrap, and PPC PReP Boot formats. (dlehman) - Remove all implicit calls to self.format.destroy from Device classes. diff --git a/sources b/sources index 485aa73..be298fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7090bcea5c860b5ad31e5eca3f30f193 anaconda-11.5.0.36.tar.bz2 +7a8e4a697f0857ccf1016b0dd46ec6e5 anaconda-11.5.0.37.tar.bz2