lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On Tue, Jul 10, 2018 at 3:58 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.3.5 has been frozen and is now the current release of Lua 5.3.

Lua 5.3.5 fixes all bugs listed in http://www.lua.org/bugs.html#5.3.4 .

Like all minor releases, this is strictly a bug-fix release: no new
features or improvements have been added.  The reference manual has
been updated:
        http://www.lua.org/manual/5.3/

Lua 5.3.5 is available at
        http://www.lua.org/ftp/lua-5.3.5.tar.gz

The checksums are
        MD5     4f4b4f323fd3514a68e0ab3da8ce3455  -
        SHA1    112eb10ff04d1b4c9898e121d6bdf54a81482447  -

For installation and building instructions, see
        http://www.lua.org/manual/5.3/readme.html

The complete source code of Lua 5.3.5 is available for browsing at
        http://www.lua.org/source/5.3/

The complete diffs from Lua 5.3.4 to Lua 5.3.5 are available at
        http://www.lua.org/work/diffs-lua-5.3.4-lua-5.3.5.html
        http://www.lua.org/work/diffu-lua-5.3.4-lua-5.3.5.html

We thank everyone for their feedback on Lua 5.3 till now.

All feedback welcome. Thanks.
--lhf


Hi, 

The port patch for Lua 5.3.5 on FreeBSD is in review here: 

https://reviews.freebsd.org/D13690

It's largely identical to the 5.4 patch here:

 https://reviews.freebsd.org/D14709.

Thank you to Andrew Gierth and duarnimator for their help.

Russ