diff options
author | Bart Schaefer <schaefer@zsh.org> | 2013-05-05 11:24:31 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-05-05 11:27:39 +0200 |
commit | f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6 (patch) | |
tree | 432de11f898481d24a2e55021ab1b17c41741dfc /ChangeLog | |
parent | 3d6d6136e201edf03eb31887a49fbde4b3f0d0e8 (diff) | |
download | zsh-f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6.tar.gz zsh-f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6.tar.xz zsh-f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6.zip |
31372: Do not block SIGWINCH for child processes
Something similar may also be needed in the zpty and clone modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 821563406..736bbd76d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-05 Bart Schaefer <schaefer@zsh.org> + + * 31372: Src/exec.c: Do not block SIGWINCH for child processes + 2013-05-05 Kenyon Ralph <kenyon@kenyonralph.com> * 31371: Completion/Linux/Command/_brctl: _brctl: update brctl |