New version.

This commit is contained in:
Chris Lumens 2010-08-02 12:40:40 -04:00
parent b554830c76
commit edd4f4dce3
3 changed files with 28 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
anaconda-14.13.tar.bz2 anaconda-14.13.tar.bz2
anaconda-14.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 14.13 Version: 14.14
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -223,6 +223,31 @@ update-desktop-database &> /dev/null || :
%endif %endif
%changelog %changelog
* Mon Aug 02 2010 Chris Lumens <clumens@redhat.com> - 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 <akozumpl@redhat.com> - 14.13-1 * Tue Jul 27 2010 Ales Kozumplik <akozumpl@redhat.com> - 14.13-1
- Use readvars_parse_file in loader/init.c (dcantrell) - Use readvars_parse_file in loader/init.c (dcantrell)
- Use readvars_parse_*() in loader/loader.c (dcantrell) - Use readvars_parse_*() in loader/loader.c (dcantrell)

View File

@ -1 +1 @@
4994ea76ddcfa8955548312a15b10b52 anaconda-14.13.tar.bz2 ca554daa5142eb3f7febbca8c36e4964 anaconda-14.14.tar.bz2