summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Potter <agpotter@gmail.com>2014-01-11 11:47:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-11 11:47:19 +0100
commit52f2d5bf131e8af78f57cff8c8f842a3f183fb82 (patch)
tree54df0aff03563e793f3b75f910f15d8ac2231420 /ChangeLog
parent520f7369ba389c09759ea5418c9d0e2f4b1d75e1 (diff)
downloadweechat-52f2d5bf131e8af78f57cff8c8f842a3f183fb82.zip
lua: fix detection of Lua 5.2 in autotools (patch #8270)
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test using luaL_newstate() if the lua_main() test fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf8b0e63..c73bfbd08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* irc: add option irc.look.notice_welcome_tags
* irc: add server option "default_msg_kick" to customize default kick/kickban
message (task #12777)
+* lua: fix detection of Lua 5.2 in autotools (patch #8270)
* lua: fix crash on calls to callbacks during load of script
* python: fix load of scripts with python >= 3.3
* relay: fix memory leak on unload of relay plugin