diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-30 10:38:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-30 10:38:19 +0200 |
commit | 0e315a81ad2177b6d212697fe5be2367219d825c (patch) | |
tree | fe8baff97921e44eac4e832871a6dda9c3f1baf8 /ChangeLog | |
parent | b4f63e70af3a56949b151bdbcefcce20070d553d (diff) | |
download | weechat-0e315a81ad2177b6d212697fe5be2367219d825c.zip |
Fix crash when unloading lua script
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.4-dev, 2010-10-29 +v0.3.4-dev, 2010-10-30 Version 0.3.4 (under dev!) @@ -53,6 +53,7 @@ Version 0.3.4 (under dev!) expressions (bug #26964) * relay: beta version of IRC proxy * scripts: add missing function "infolist_reset_item_cursor" in API (bug #31057) +* lua: fix crash when unloading script * ruby: fix compilation with Ruby 1.9.2 (patch #7316) Version 0.3.3 (2010-08-07) |