diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-10 19:58:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-10 19:58:03 +0200 |
commit | 9a969c41dbd938f598fd06f2dee8bbd3feafea57 (patch) | |
tree | 7e56daefc43b4b699b4924512bc68d989a0ae9c7 /ChangeLog.adoc | |
parent | 4001ed956faf1adaaa064843f4778c7203c0af52 (diff) | |
download | weechat-9a969c41dbd938f598fd06f2dee8bbd3feafea57.zip |
core: update ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index ec045e93b..6e3fd9c9c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -33,7 +33,10 @@ Bug fixes:: * irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (issue #1173) * irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787) * irc: fix memory leak when receiving a message with IRCv3 tags + * guile: fix memory leak in 7 functions returning allocated strings + * php: fix return code of functions config_write_option and config_write_line * php: fix memory leak in 72 functions returning allocated strings + * ruby: fix memory leak in 7 functions returning allocated strings * xfer: set option TCP_NODELAY on socket when receiving a file via DCC (issue #1171) Documentation:: |