lua-users home
lua-l archive

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




Le mar. 10 juil. 2018 à 12:58, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> a écrit :
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.

The release number in the top Makefile was not updated.

François

Index: b/Makefile
=================================================================== --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ # Lua version and release. V= 5.3 -R= $V.4 +R= $V.5 # Targets start here. all: $(PLAT)

--lhf