summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-05-06 16:33:06 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-05-06 16:33:06 +0200
commit9754d0cbbd04b0d599e6ee339e0e42fbb353726c (patch)
treefd846273c2232c78663a219a63b61e103987e01a /ChangeLog
parentae57815e2327f1722620618877aca35ade8ac0fa (diff)
downloadweechat-9754d0cbbd04b0d599e6ee339e0e42fbb353726c.zip
irc: fix parsing of message 332 when no topic neither colon are found (bug with bip proxy)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 368cbb127..b68227bb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.5-rc2, 2011-05-02
+v0.3.5-rc2, 2011-05-06
Version 0.3.5 (under dev!)
@@ -63,6 +63,8 @@ Version 0.3.5 (under dev!)
(plugins: irc, relay, xfer, scripts)
* aspell: add section "option" in aspell.conf for speller options (task #11083)
* aspell: fix spellers used after switch of window (bug #32811)
+* irc: fix parsing of message 332 when no topic neither colon are found
+ (bug with bip proxy)
* irc: fix nick color in private when option irc.look.nick_color_force is
changed
* irc: fix tags for messages sent with /msg command (bug #33169)