diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-13 18:24:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-13 18:24:46 +0100 |
commit | 6c1815d3d15c7e9f376103396b9809900821cca5 (patch) | |
tree | 0e687ef148ef94d0b673646a06654995cb7b678c /ChangeLog.adoc | |
parent | 6da99d8749a0bde24ba6d9b26c89076cac9127f2 (diff) | |
download | weechat-6c1815d3d15c7e9f376103396b9809900821cca5.zip |
core, xfer: display more information on fork errors (issue #573)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 60083ce14..b0027df5b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -30,6 +30,7 @@ New features:: Improvements:: + * core, xfer: display more information on fork errors (issue #573) * core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait * core: add a warning in header of configuration files to not edit by hand (issue #851) * alias: add a slash before commands completed in arguments of /alias @@ -64,7 +65,7 @@ New features:: Improvements:: - * core, irc, xfer: display more information in memory allocation errors (issue #573) + * core, irc, xfer: display more information on memory allocation errors (issue #573) * api: remove functions printf_date() and printf_tags() * irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them * relay: allow escape of comma in command "init" (weechat protocol) (issue #730) |