diff options
author | JD Horelick <jdhore1@gmail.com> | 2010-09-19 08:52:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-09-19 08:52:15 +0200 |
commit | 9f7919ef05f55f3ab5000c31cbdf2ffd62a43138 (patch) | |
tree | 8b43965cb0760cac175a1dba07362f7f6023dd38 /ChangeLog | |
parent | 944a38ffbd58149e79be885ca75ec364d254d9d4 (diff) | |
download | weechat-9f7919ef05f55f3ab5000c31cbdf2ffd62a43138.zip |
Fix Ruby plugin compilation with Ruby 1.9.2
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-09-17 +v0.3.4-dev, 2010-09-19 Version 0.3.4 (under dev!) @@ -17,6 +17,7 @@ Version 0.3.4 (under dev!) * rmodifier: new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964) * relay: beta version of IRC proxy +* ruby: fix compilation with Ruby 1.9.2 Version 0.3.3 (2010-08-07) -------------------------- |