summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-11-15 16:05:16 +0000
committerTilman Klar <phoenix@gentoo.org>2002-11-15 16:05:16 +0000
commit6c87d441d948367d876d9cbc4215030da1328551 (patch)
tree2d37b9ab2bf020eb4c9525fa76023f28bfcfd522 /app-shells/zsh/ChangeLog
parentcleanup and update (diff)
downloadgentoo-2-6c87d441d948367d876d9cbc4215030da1328551.tar.gz
gentoo-2-6c87d441d948367d876d9cbc4215030da1328551.tar.bz2
gentoo-2-6c87d441d948367d876d9cbc4215030da1328551.zip
Fixed a serious bug where zsh didnt source /etc/profile* - check bug 10724 for details.
Diffstat (limited to 'app-shells/zsh/ChangeLog')
-rw-r--r--app-shells/zsh/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index d76475d7d62b..78779dce468f 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for app-shells/zsh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.12 2002/11/08 15:33:21 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.13 2002/11/15 16:05:16 phoenix Exp $
+
+*zsh-4.0.6-r3 (15 Oct 2002)
+
+ 15 Oct 2002; phoen][x <phoenixk@gentoo.org> zsh-4.0.6-r3.ebuild :
+
+ Fixed a quite serious issues: zsh didnt source /etc/profile.env
+ and /etc/profile. Removed /etc/zsh/zshlogin and /etc/zsh/zshrc
+ and replaced /etc/zsh/zshenv with a script which sources /etc/profile*.
+ Thanks to James Michael Fultz <jmf@gtcom.net> for the contribution.
+ This closes bug #10724.
*zsh-4.0.6-r2 (05 Oct 2002)