about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a86bf3514..3c072fe20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* unposted: Src/exec.c: Revert "31372: Do not block SIGWINCH for
 	child processes" as suggested by Bart.
 
+	* 31376: Src/exec.c: Make sure every execve() is prefixed by
+	winch_unblock()
+
 2013-05-05  Bart Schaefer  <schaefer@zsh.org>
 
 	* 31372: Src/exec.c: Do not block SIGWINCH for child processes