diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-20 11:05:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-20 11:05:14 +0200 |
commit | 4cf6628d85ff4cef0624fb2f8e5fa54c9de6a3e4 (patch) | |
tree | f8fed7db1c54da174669350bc09fc8f14ca04e2b /ChangeLog | |
parent | fda70ec57df381245404f164d9ae46f3a863f79a (diff) | |
download | weechat-4cf6628d85ff4cef0624fb2f8e5fa54c9de6a3e4.zip |
ruby: fix crash in function hdata_move
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ Version 0.4.1 (under dev!) * rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth") +* ruby: fix crash in function hdata_move * ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050) * script: fix compilation on GNU/Hurd (patch #7977) |