lua-users home
lua-l archive

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


On Fri, Jun 1, 2012 at 11:44 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.1 (rc3) is now available at
>        http://www.lua.org/work/lua-5.2.1-rc3.tar.gz
>
> MD5     fbc64da34a1713a218760c0988cad631  -
> SHA1    81ab6dc43720d0faa198606bc58210c417279813  -
>
> 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 rc2 to rc3 are available at
>        http://www.lua.org/work/diffs-lua-5.2.1-rc2-rc3.txt
>
> We thank everyone for their feedback on Lua 5.2 till now.
>
> All feedback welcome. Thanks.

It seems from 5.1 -> 5.2, the Lua copyright message for the
interpreter is now being sent to stdout instead of stderr:

http://www.lua.org/source/5.1/lua.c.html#print_version
http://www.lua.org/source/5.2/lua.c.html#print_version

I would think stderr is the appropriate place for such a message?

-- 
- Patrick Donnelly