summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-08 13:47:59 -0500
committerChris Lumens <clumens@redhat.com>2009-01-08 13:47:59 -0500
commit0af03bd26d233b99226b6162a6a14032c5308d13 (patch)
treeb9af6bca24ee11cb637a9d91c58d57ff0ffc6500
parent491124ea03fe5b508d8dac8ae3a8f81cff284550 (diff)
downloadanaconda-0af03bd26d233b99226b6162a6a14032c5308d13.tar.gz
anaconda-0af03bd26d233b99226b6162a6a14032c5308d13.tar.xz
anaconda-0af03bd26d233b99226b6162a6a14032c5308d13.zip
-rw-r--r--anaconda.spec20
1 files changed, 19 insertions, 1 deletions
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 <clumens@redhat.com> - 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 <dcantrell@redhat.com> - 11.5.0.4-1
- Workaround compile error due to (# 478663) (hdegoede)
- Various packaging fixed from review (#225246) (hdegoede)