Hello list, I'm happy to announce the release of Lua Signal 1.200. You may download it here: http://www.batbytes.com/files/lua-signal-1.200.tar.gz http://www.batbytes.com/files/lua-signal-1.200.zip Changes in the new version: o Reverts the debug hook change (debug hook on all the time) of version 1.100. o You may set a signal to be SIG_DFL and SIG_IGN using "default" and "ignore" respectively (in place of a signal handling function). o Some race conditions were corrected thanks to James Graves. o The library sets all signals to SIG_DFL on lua_close. -- - Patrick Donnelly