From 0af03bd26d233b99226b6162a6a14032c5308d13 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 8 Jan 2009 13:47:59 -0500 Subject: New version. --- anaconda.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index e1bf84489..bd33007a7 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) -- cgit