diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 07:52:44 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 07:52:44 +0100 |
commit | e01ed80669059fb6042543bf0798ad31109563a4 (patch) | |
tree | 400933f83263699924c862b181f88274a61ef160 | |
parent | 501437af0701256e64c29d4b7dd0b6d4271275cd (diff) | |
download | weechat-e01ed80669059fb6042543bf0798ad31109563a4.zip |
core: move line from new features to bugs in ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 857b9bf76..593b0d819 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -26,7 +26,6 @@ New features:: * core: add option "time" in command /debug * api: add info "uptime" (WeeChat uptime) * api: add info "pid" (WeeChat PID) (issue #850) - * exec: fix memory leak in display of process output * fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (issue #850) * irc: add server option "usermode" (issue #377, issue #820) * irc: add tag "self_msg" on self messages (issue #840) @@ -46,6 +45,7 @@ Bug fixes:: * core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32) * core: fix display of empty lines in search mode (issue #829) * api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827) + * exec: fix memory leak in display of process output * irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873) * irc: fix buffer switching on manual join for forwarded channels (issue #876) * irc: add missing tags on CTCP message sent |