diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-08-30 16:24:04 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-08-30 16:24:04 +0000 |
commit | d6c4c3f9d93683fe2ae1a30cc59880e3a215f0d6 (patch) | |
tree | e8f0c670e717e735fc19c0713dfe6926aa4ce108 | |
parent | 944048ab0154e8e23689719c7d7b4a4d20d11dd7 (diff) | |
download | anaconda-d6c4c3f9d93683fe2ae1a30cc59880e3a215f0d6.tar.gz anaconda-d6c4c3f9d93683fe2ae1a30cc59880e3a215f0d6.tar.xz anaconda-d6c4c3f9d93683fe2ae1a30cc59880e3a215f0d6.zip |
2006-08-30 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | anaconda.spec | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2006-08-30 Jeremy Katz <katzj@redhat.com> + * anaconda.spec: Bump version. + * scripts/pkgorder (PackageOrderer.doFileLogSetup): Don't setup file logging for pkgorder @@ -9,7 +11,8 @@ * fsset.py: Fix setting context on mountpoints for real * iw/partition_ui_helpers_gui.py (WideCheckList.__init__): Expand - the last column -- not all users of WideChecklist have 3 columns + the last column -- not all users of WideChecklist have 3 + columns (#204631) 2006-08-29 Jeremy Katz <katzj@redhat.com> diff --git a/anaconda.spec b/anaconda.spec index caa634ce2..7b5d14e6a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.86 +Version: 11.1.0.87 Release: 1 License: GPL Summary: Graphical system installer @@ -103,6 +103,11 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.87-1 +- Fix traceback on editing lvm (#204631) +- Fix SELinux context setting +- Don't do file logging in pkgorder + * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.86-1 - Fix ia64 pxeboot dir (#199274) - Remember manual TCP/IP settings (dcantrel, #202662) |