From fb0c67b1c95b6a595c0cd34a66136af6193b4d1b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sat, 26 Jan 2013 20:21:39 +0100 Subject: version 3.4.4 * bugfix: take into account the fact that "coroutine" is no longer part of base library in Lua 5.2 * bugfix: if "bit32" was listed in the libraries, it wouldn't open (library list parsing failing on digits) * bugfix: Use luaL_requiref() to open standard libraries in Lua 5.2 as we should * bugfix: any Lua state created by Lanes reuses the allocator function of the originating state * bugfix: don't call on_state_create() while GC is suspended during lua state initialization --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 8188fe9..4f31923 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@

- This document was revised on 24-Jan-13, and applies to version 3.4.3. + This document was revised on 26-Jan-13, and applies to version 3.4.4.

-- cgit v1.2.3-55-g6feb