diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-12-15 03:10:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-12-15 03:10:09 +0000 |
commit | c0d249d70535e8931c6ee690490f5317d3cd4ce7 (patch) | |
tree | 53ba8cee6d5d41b6dd83dcc9afbe8367b7ae72d1 | |
parent | db857bb7c8a4d3fefe7f5ebc3661cdfdec114cf0 (diff) | |
download | anaconda-c0d249d70535e8931c6ee690490f5317d3cd4ce7.tar.gz anaconda-c0d249d70535e8931c6ee690490f5317d3cd4ce7.tar.xz anaconda-c0d249d70535e8931c6ee690490f5317d3cd4ce7.zip |
2006-12-14 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | anaconda.spec | 16 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-12-14 Jeremy Katz <katzj@redhat.com> + + * anaconda.spec: Bump version. + 2006-12-14 David Cantrell <dcantrell@redhat.com> * iw/autopart_type.py (PartitionTypeWindow): Break if rc does not diff --git a/anaconda.spec b/anaconda.spec index ef952127d..998ac4bf8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.2.0.4 +Version: 11.2.0.5 Release: 1 License: GPL Summary: Graphical system installer @@ -103,6 +103,20 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.5-1 +- Fix adding zfcp devices (dcantrell, #210635) +- Fix rescue mode (clumens) +- Do dasdfmt based on initlabel (dcantrell, #218861) +- Adjust for official xvc0 major/minor +- Abstract required media for different backends (Elliot Peele) +- Fix overflow of source CDs (Dawei Pang) +- EDD should work on x86_64 (#218123) +- Better ipv6 config for second stage (dcantrell, #213110, #213112) +- Fix iscsi typo, don't traceback when iscsi isn't present (#218513) +- Unmount CD after install when using local stage2 with http install (clumens) +- Don't set LIBUSER_CONF in %%post scripts (#218213) +- Some python 2.5 updates + * Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 11.2.0.4 - Describe nokill option (clumens, #218412) - Make sure / is mounted before /boot (clumens, #217292) |