summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-05-18 22:36:24 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-05-18 22:36:24 +0200
commite0281a40f0f93ae9f3a69595f7dff74fe15ae8e7 (patch)
tree9e3fa66e769853cb2648c412399ee5205e0ffa9f /ChangeLog
parent5877a458ea70b53d3dbb99dc25df586e702a8c7b (diff)
downloadweechat-e0281a40f0f93ae9f3a69595f7dff74fe15ae8e7.zip
irc: fix uncontrolled format string when sending unknown irc commands (if option irc.network.send_unknown_commands is on)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 432b5d5b7..d05d6898c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,8 @@ Version 0.4.1 (under dev!)
list with arguments inside), guile >= 2.0 is now required (bug #38350)
* guile: fix crash on calls to callbacks during load of script (bug #38343)
* guile: fix compilation with guile 2.0
+* irc: fix uncontrolled format string when sending unknown irc commands
+ (if option irc.network.send_unknown_commands is on)
* irc: fix uncontrolled format string when sending ison command (for nicks
monitored by /notify)
* irc: fix refresh of nick in input bar when joining a new channel with op