diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-22 12:20:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-22 12:20:05 +0200 |
commit | 6defc05f0a7226a260d7f80e6708dad1ca5b66f5 (patch) | |
tree | 3140503d08d1a50349d6c9e64b531feb070da11e /ChangeLog | |
parent | ebac36d0751086842968424852c079a7fd197d80 (diff) | |
download | weechat-6defc05f0a7226a260d7f80e6708dad1ca5b66f5.zip |
core: fix freeze when hook_fd is called with a bad file/socket (bug #33619)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ v0.3.6-dev, 2011-06-22 Version 0.3.6 (under dev!) -------------------------- +* core: fix freeze when hook_fd is called with a bad file/socket (bug #33619) * core: fix bug with option weechat.look.hotlist_count_max (value+1 was used) * core: add local variable "highlight_regex" in buffers * core: add "hdata" (direct access to WeeChat/plugin data) |