diff --git a/.cvsignore b/.cvsignore index 1beba68..89f634b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.5.0.3.tar.bz2 anaconda-11.5.0.4.tar.bz2 +anaconda-11.5.0.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e1bf844..bd33007 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.4 +Version: 11.5.0.5 Release: 1 License: GPLv2+ Group: Applications/System @@ -204,6 +204,24 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Jan 08 2009 Chris Lumens - 11.5.0.5-1 +- NetworkManager system settings plugins were renamed, change mk-images. + (dcantrell) +- Add a message to install.log when package installation is done (#476953). + (clumens) +- Add support for specifying which partition to upgrade (atodorov, #471232). + (clumens) +- pykickstart has a new version of the upgrade command. (clumens) +- Log all calls to mount to /tmp/program.log as well. (clumens) +- Log everything from execWithRedirect or execWithCapture (#467690). + (clumens) +- Update partedUtils.py:findExistingRootPartitions to return UUID + (atodorov). (clumens) +- Don't skip the method screen when going back and forth (#477991). (clumens) +- Die on errors from upd-instroot/mk-images rather than continuing on (katzj) +- The FTP USER command does not need to be followed by a PASS (#477536). + (clumens) + * Mon Jan 05 2009 David Cantrell - 11.5.0.4-1 - Workaround compile error due to (# 478663) (hdegoede) - Various packaging fixed from review (#225246) (hdegoede) diff --git a/sources b/sources index d3e5f83..29efedc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f32eee4e0d921598f538c0d208740a0 anaconda-11.5.0.4.tar.bz2 +b7b95ccf39efde688acfe6f2cd6d8451 anaconda-11.5.0.5.tar.bz2