diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-08 08:28:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-08 08:28:27 +0200 |
commit | 3744787ec01660f903228423f2281ef056f15784 (patch) | |
tree | dec5b4cd26da6242a7e9a789b06f0cb7736dfa08 /ChangeLog | |
parent | d38d033ce74a88cf4d86a28ed72ba24b63d6806b (diff) | |
download | weechat-3744787ec01660f903228423f2281ef056f15784.zip |
core: fix crash in evaluation of expression when reading a string in hdata with a NULL value (bug #39419)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-dev, 2013-07-02 +v0.4.2-dev, 2013-07-08 This document lists all changes for each version. @@ -14,6 +14,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.2 (under dev!) -------------------------- +* core: fix crash in evaluation of expression when reading a string in hdata + with a NULL value (bug #39419) * core: fix display bugs with some UTF-8 chars that truncates messages displayed (for example U+26C4) * core: update man page and add translations (in french, german, italian, and |