summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-02 21:00:56 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-07-02 21:00:56 +0100
commitae10f88bfbb93b20aa831a7dd31a0ce1d347dbf0 (patch)
tree8bb3c0871e077a129ab904f4127dc5b4554db792 /ChangeLog
parente8edd42f7ff0fefbf74db7fbab2d242852b6bce6 (diff)
downloadzsh-ae10f88bfbb93b20aa831a7dd31a0ce1d347dbf0.tar.gz
zsh-ae10f88bfbb93b20aa831a7dd31a0ce1d347dbf0.tar.xz
zsh-ae10f88bfbb93b20aa831a7dd31a0ce1d347dbf0.zip
41386: when backgrounding a STAT_CURSH job, remove the flag.
This typical applies to a STAT_SUPERJOB.  It prevents it from
getting copied interrupts as a foreground process.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c843d8856..0f0d6d31b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-07-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 41386: Src/jobs.c: when backgrounding a STAT_CURSH job, remove
+	the flag, preventing it getting foreground signals.
+
 	* 22760: Src/utils.c, Test/D04parameter.ztst: NO_MULTIBYTE
 	partial string lengths were reported as full string lengths.