diff --git a/.gitignore b/.gitignore index d03c365..7be918e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ anaconda-14.13.tar.bz2 +anaconda-14.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 40ba5fe..cadcfb6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 14.13 +Version: 14.14 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -223,6 +223,31 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Aug 02 2010 Chris Lumens - 14.14-1 +- Write out correct nfs url for repo= in /root/anaconda-ks.cfg (#584580) + (rvykydal) +- mdadm -I no longer accepts --no-degraded (#620359) (hdegoede) +- Update buildinstall because of new man package name (mgracik) +- Clarify name of function that identifies biosraid member devices. (dlehman) +- Use dm subsystem functions to identify dmraid,mpath partitions. (dlehman) +- Move disk enumeration to a method of FilterWindow. (dlehman) +- Check if an mpath should be ignored before adding it to the devicetree. + (dlehman) +- Add handling for mpath and fwraid devices in exclusiveDisks. (dlehman) +- Add functions to identify specific types of device-mapper devices. (dlehman) +- Ignore active fwraids and mpaths when setting up the filter ui. (dlehman) +- Include pyconfig*.h so that we can actually run python2.7 . (pjones) +- Remove translation of error strings in uncpio.c (bcl) +- Clean up tabs in uncpio.c (bcl) +- Redirect uncpio errors to syslog (#618181) (bcl) +- Make sure multipathd starts on systems using mpath storage (#615040) + (dcantrell) +- Handle systems where all disks have a whole disk format (#617554) (dcantrell) +- Include modprobe file for Mellanox 10GB driver (#611997) (dcantrell) +- Remove some more kickstart duplication (#617512). (clumens) +- Fix setup of LVs (bcl) +- Include the kickstart file in the traceback (bcl) + * Tue Jul 27 2010 Ales Kozumplik - 14.13-1 - Use readvars_parse_file in loader/init.c (dcantrell) - Use readvars_parse_*() in loader/loader.c (dcantrell) diff --git a/sources b/sources index 21a9787..95ce471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4994ea76ddcfa8955548312a15b10b52 anaconda-14.13.tar.bz2 +ca554daa5142eb3f7febbca8c36e4964 anaconda-14.14.tar.bz2