diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-22 21:10:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-22 21:10:52 +0200 |
commit | 1c626ab946fa201d33d337a9f114f1feb231991e (patch) | |
tree | 07a26036a5992bbb61c4c9c35233d77567787ac5 /ChangeLog.adoc | |
parent | d0b1d4f6ada26575c114c5f2aa8510322b33b3ae (diff) | |
download | weechat-1c626ab946fa201d33d337a9f114f1feb231991e.zip |
core: update ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6432bd020..267f645b4 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -39,6 +39,7 @@ Bug fixes:: * api: fix crash in function network_connect_to() if address is NULL * api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (issue #770) * api: fix crash in function string_split_command() when the separator is not a semicolon (issue #731) + * irc: fix socket leak in connection to server (issue #358, issue #801) * irc: fix display of service notice mask (message 008) (issue #429) * irc: fix NULL pointer dereference in 734 command callback (issue #738) * relay: return an empty hdata when the requested hdata or pointer is not found (issue #767) |