diff options
-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:: |