diff --git a/.cvsignore b/.cvsignore index 1034505..cc410f2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-12.5.tar.bz2 anaconda-12.6.tar.bz2 +anaconda-12.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cec353f..6143418 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.6 +Version: 12.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -208,6 +208,16 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Jul 31 2009 Chris Lumens - 12.7-1 +- Fix up udev sillies (related to #514501) (katzj) +- Log when we unmount filesystems so we have a match for mount messages. + (clumens) +- Let's not exit from buildinstall.functions, say, ever (katzj) +- Rework shutDown() to better accomidate "nokill" better. (pjones) +- Make upgradeany boot option work again (#513227) (rvykydal) +- Update device.map when upgrading (#513393) (rvykydal) +- Catch None devs (katzj) + * Wed Jul 29 2009 Chris Lumens - 12.6-1 - Fix CDLABEL substitution in syslinux.cfg for x86 boot.iso (katzj) - And finish off the removal of rhpl (katzj) diff --git a/sources b/sources index 663b1a4..6793468 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f9d1f4802ad88ff69deae6879854b1b anaconda-12.6.tar.bz2 +9817081809bd5e752cdb304212328494 anaconda-12.7.tar.bz2