[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lua 5.2.0 (beta-rc7) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 8 Jul 2011 17:18:11 -0300
Lua 5.2.0 (beta-rc7) is now available at
http://www.lua.org/work/lua-5.2.0-beta-rc7.tar.gz
MD5 b46d751cd4112afa31955a9458bb1118 -
SHA1 3b5be149e47bf05b3e2cfad8bad517c4b793a2eb -
This is a beta version. Some details may change in the final version.
The changes from rc6 to rc7 are:
- added check for "_M_IX86" in NaN trick
- illegal escape sequences raise an error
- line-breaks in the manual
- added missing lua.hpp file
The main changes since Lua 5.1 are listed in
http://www.lua.org/work/doc/#changes
The complete diffs are available at
http://www.lua.org/work/diffs-lua-5.2.0-beta-rc6-beta-rc7.txt
A test suite is available at
http://www.lua.org/tests/5.2/
This release candidate will be the beta version if no glitches are found
in the next 10 days or so. We thank everyone for their feedback till now.
All feedback welcome. Thanks.
--lhf