about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-09-30 11:34:15 +0100
committerPeter Stephenson <pws@zsh.org>2016-09-30 11:34:15 +0100
commitbb2bbcc944e5b2a089f27e9b988e1740a517cedd (patch)
treec16ac525ae35a97e466aa4f54cfe8e5e4b46f06b /ChangeLog
parentd08674ef8c8e4920c2ebfa02f0bef86812f051ee (diff)
downloadzsh-bb2bbcc944e5b2a089f27e9b988e1740a517cedd.tar.gz
zsh-bb2bbcc944e5b2a089f27e9b988e1740a517cedd.tar.xz
zsh-bb2bbcc944e5b2a089f27e9b988e1740a517cedd.zip
39517: back off 39502 (WC_ASSIGN causes fork in pipe).
This isn't a robust fix as WC_ASSIGNs simply precede the main wordcode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6db9d982..ce891fc6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-09-30  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 39517: back off 39502, this isn't a robust fix.
+
 	* 39498: Src/parmas.c,Src/zsh.h: use PRIVILEGED option to
 	decide on problematic parameter imports.