lua-users home
lua-l archive

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


Hi Everyone,

Just a quick announce that I've release Tir 0.8 which works on OSX now
and has some simple fixes for a few bugs:

http://tir.mongrel2.org/

For those whoe don't know, Tir is my little Lua and Mongrel2 web
framework that let's you manage state in any way that makes sense for
you.

The changes for this release are:

* Timeouts on restarts of handlers that freak out.
* Fixes to some issues with session_ids, request objects now have a
req.session_id.
* Fixed a missing SIGINT handler.
* Went back to luaposix 5.1.2 to support OSX.
* Ditch libuuid and just rolled my own psuedo uuid for sessions (which
probably ain't secure but oh well).
* Tested and works on OSX, all versions I could find.

Give it a shot and let me know if you're looking for anything in
particular with the docs.  Thanks.

Zed