[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luaposix 31 released
- From: Gary Vaughan <gary@...>
- Date: Mon, 9 Sep 2013 19:38:03 +0700
Lua bindings for POSIX (including curses)
I am happy to announce the release of luaposix release 31.
luaposix's home page is at http://github.com/luaposix/luaposix/
* Noteworthy changes in release 31 (2013-09-09) [stable]
** New features:
- Missing termios cc flags are now available.
** Bug fixes:
- posix.tcgetattr and posix.tcsetattr no save and restore all flags,
regardless of whether they are local extensions to POSIX.
Install it with LuaRocks, using:
luarocks install luaposix-31
Until the rocks are available from the official repository in a few days,
you can install directly from the luaposix release branch, with:
$ luarocks install \
http://raw.github.com/luaposix/luaposix/release-v31/luaposix-31-1.rockspec