summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-01-13 21:49:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-01-13 21:49:45 +0000
commite2223bf4ced135abd0508f43553c84b1bf0f3318 (patch)
tree6d2467d34517a31ea31b15ef66a1be67cc22ac79 /anaconda.spec
parentb51e063512443ca56ca0c5db601cfdb4021f1b6d (diff)
downloadanaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.tar.gz
anaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.tar.xz
anaconda-e2223bf4ced135abd0508f43553c84b1bf0f3318.zip
2005-01-13 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
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