diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 15:45:25 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 15:45:25 +0200 |
commit | 56baaaffa89c8d78e132043a3b5edfcbaa28bbc9 (patch) | |
tree | 50a9198e5f090f86cd8314d613146ef54368a514 /ChangeLog | |
parent | f4a030731658e4d5effe109cf175f0ff949fbfbb (diff) | |
download | weechat-56baaaffa89c8d78e132043a3b5edfcbaa28bbc9.zip |
core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug #39538)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.2 (under dev!) -------------------------- +* core: use "/dev/null" for stdin in hook_process instead of closing stdin + (bug #39538) * core: add option "scroll_beyond_end" for command /window (task #6745) * core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix (task #12730) |