summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-07 13:15:49 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-07 13:15:49 +0200
commit36736564abf243206cb1cbff109119e7351617e2 (patch)
tree151b48443842e9fe10930dcf6b8ff00e9e24af49 /ChangeLog
parent55b5130a8725da2e261464ebc93553fe5d0c8512 (diff)
downloadweechat-36736564abf243206cb1cbff109119e7351617e2.zip
Fix crash/bug when option "addresses" for an IRC server is unset or changed when WeeChat is connected to this server (bug #31268)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c36d82c55..1fec3c609 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.4-dev, 2010-10-06
+v0.3.4-dev, 2010-10-07
Version 0.3.4 (under dev!)
@@ -21,6 +21,8 @@ Version 0.3.4 (under dev!)
info_get_hashtable
* irc: display old channel topic when topic is unset (task #9780)
* irc: add new info_hashtable "irc_parse_message"
+* irc: fix crash/bug when option "addresses" for a server is unset or changed
+ when WeeChat is connected to this server (bug #31268)
* irc: fix bug with hostmasks in command /ignore (bug #30716)
* rmodifier: new plugin "rmodifier": alter modifier strings with regular
expressions (bug #26964)