diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-01-13 21:49:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-01-13 21:49:45 +0000 |
commit | e2223bf4ced135abd0508f43553c84b1bf0f3318 (patch) | |
tree | 6d2467d34517a31ea31b15ef66a1be67cc22ac79 | |
parent | b51e063512443ca56ca0c5db601cfdb4021f1b6d (diff) | |
download | anaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.tar.gz anaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.tar.xz anaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.zip |
2005-01-13 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | anaconda.spec | 8 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-01-13 Jeremy Katz <katzj@redhat.com> + + * anaconda.spec: Bump version. + 2005-01-13 Peter Jones <pjones@redhat.com> * loader2/loader.c: Initialize terminals 0 to 9 before we start diff --git a/anaconda.spec b/anaconda.spec index 4ea67134a..64ddc16f1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.2.0.10 +Version: 10.2.0.11 Release: 1 License: GPL Summary: Graphical system installer @@ -70,6 +70,12 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.11-1 +- Fix some tracebacks with the new glade code +- Use busybox ash instead of ash for netstg2.img/hdstg2.img +- Initialize terminals to avoid color palette change from + bterm (pjones, #137849) + * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.10-1 - Handle /sbin/lvm not existing anymore - Allow installclasses to turn off showing the upgrade option |