summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-06-22 12:20:05 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-06-22 12:20:05 +0200
commit6defc05f0a7226a260d7f80e6708dad1ca5b66f5 (patch)
tree3140503d08d1a50349d6c9e64b531feb070da11e /ChangeLog
parentebac36d0751086842968424852c079a7fd197d80 (diff)
downloadweechat-6defc05f0a7226a260d7f80e6708dad1ca5b66f5.zip
core: fix freeze when hook_fd is called with a bad file/socket (bug #33619)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e5b91118..6d559436b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)