about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-11 09:27:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-11 09:27:55 +0000
commitc17b4c8d77c7a2ec52168f471a262023ed2e437d (patch)
treec4646cacf8a87629798f44bea29749bb0d042651 /ChangeLog
parent4814830da2babe3f919d3c0331014c60b7a8ce07 (diff)
downloadzsh-c17b4c8d77c7a2ec52168f471a262023ed2e437d.tar.gz
zsh-c17b4c8d77c7a2ec52168f471a262023ed2e437d.tar.xz
zsh-c17b4c8d77c7a2ec52168f471a262023ed2e437d.zip
25145: make sure XTRACE output is redirected with stderr
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad0b5d95..82796996f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-11  Peter Stephenson  <pws@csr.com>
 
+	* 25145: Src/exec.c, Test/E02xtrace.ztst: make sure XTRACE output
+	follows stderr redirections.
+
 	* 25143: Mikael: Doc/Zsh/mod_zprof.yo: missing descendants.
 
 2008-06-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>