[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.1 (rc2) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 28 May 2012 20:22:54 -0300
> Lua 5.2.1 (rc2) is now available at
> http://www.lua.org/work/lua-5.2.1-rc2.tar.gz
>
> MD5 d71214c6eca16d557058be6b8c9ea895 -
> SHA1 82aad19966dfee3c1efe36ceeb8f73efca9cdbb5 -
>
> Lua 5.2.1 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.0 .
>
> Lua 5.2.1 also fixes several other minors glitches and includes
> a revised reference manual.
>
> The complete diffs from rc1 to rc2 are available at
> http://www.lua.org/work/diffs-lua-5.2.1-rc1-lua-5.2.1-rc2.txt
As shown in the diffs, the only difference are small adjustments in the
garbage-collection pace control.
-- Roberto