diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-11-04 19:46:28 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-11-04 19:46:28 +0000 |
commit | 91e9e0b9a9d152b19d606a72b6775a5c444e1381 (patch) | |
tree | 3dc90bae52410d877a5e53e798c6c90447578cb1 /anaconda.spec | |
parent | b487890e39427d2f51ec4b32c9bc90be5d7f9bca (diff) | |
download | anaconda-91e9e0b9a9d152b19d606a72b6775a5c444e1381.tar.gz anaconda-91e9e0b9a9d152b19d606a72b6775a5c444e1381.tar.xz anaconda-91e9e0b9a9d152b19d606a72b6775a5c444e1381.zip |
2004-11-04 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index eca535cb9..98e86a4ff 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ ExcludeArch: ppc64 Name: anaconda -Version: 10.1.1.3 +Version: 10.1.1.4 Release: 1 License: GPL Summary: Graphical system installer @@ -74,6 +74,22 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1 +- Fix traceback with CJK upgrades (#137345) +- Allow 128 bit WEP keys (#137447) +- Fix race condition with X client startup (krh, #108777) +- Fix segfault in hd kickstart install (twaugh, #137533) +- Better handling of errors reading labels (#137846) +- Try harder to find LCS interface names (karsten) +- Improve CTCPROT handling (karsten) +- Fix traceback going back in rescue mode network config (#137844) +- Don't use busybox shutdown, poweroff, reboot (#137948) +- Set permissions on anaconda logs +- Make autopartioning better with native storage on legacy iSeries +- Sync onboot behavior of gui/text network screens (#138011) +- Load some drivers later to try to avoid having FC disks be sda +- Sizes in ks.cfg need to be an integer (#138109) + * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1 - Pull in firefox on upgrade if mozilla/netscape were installed (#137244) - Fix s390 tracebacks (#130123, #137239) |