diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-01-20 21:15:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-01-20 21:15:15 +0100 |
commit | 4d67af399dee3319d10cfd3db29d440383c37d72 (patch) | |
tree | 6e31ae50813a7b83463a69bb2f24ffa83a85908f /ChangeLog.adoc | |
parent | 7cd566e8d37fc06f8aef68e0e6a81d60df1dbc76 (diff) | |
download | weechat-4d67af399dee3319d10cfd3db29d440383c37d72.zip |
core: flush stdout/stderr before forking in hook_process function (closes #1441)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 990d39383..13c51795a 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -28,6 +28,7 @@ New features:: Bug fixes:: + * core: flush stdout/stderr before forking in hook_process function (issue #1441) * core: fix evaluation of condition with nested "if" (issue #1434) * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439) * irc: fix memory leak when the channel topic is changed |