diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-04-19 13:58:10 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-04-19 13:58:10 +0100 |
commit | 0f29b5148e6157d9bfc1ead9fdae67137358e541 (patch) | |
tree | 1eea5b4d51404e3d24af789da5be4b5b18a4ced0 /ChangeLog | |
parent | 3c74891fcd68d37c1629943f703ac70428e3ce9f (diff) | |
download | zsh-0f29b5148e6157d9bfc1ead9fdae67137358e541.tar.gz zsh-0f29b5148e6157d9bfc1ead9fdae67137358e541.tar.xz zsh-0f29b5148e6157d9bfc1ead9fdae67137358e541.zip |
42686: Fix previous pgrp patch.
We shouldn't do any fix ups unless the process has actually exited.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c5fe925dd..41b993bfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-19 Peter Stephenson <p.stephenson@samsung.com> + + * 42686: Src/signals.c: Fix 42630 only to change process groups + on exited process. + 2018-04-17 Peter Stephenson <p.stephenson@samsung.com> * 42630: Src/exec.c, Src/signals.c: Improve process group |