CHANGELOG

changeset 85
e19416d59f3c
parent 38
01374be0702d
child 90
c0598739d4b3
child 94
59d924f63c4a
equal deleted inserted replaced
84:af4b0b367116 85:e19416d59f3c
1 luaevent-prosody 0.1.0 - 2010-02-15
2 * Fixed stack slot leak in event callbacks
3 * Fixed stack slot leak when error occurs in callback
4 * Various compilation fixes for Windows/ANSI C
5 * Silence some compiler warnings
6 + Add base:loopexit() method, with timeout support
7 + Add base:method() to discover backend in use
8 + Add core.libevent_version() to detect libevent version
9 + Add _NAME and _VERSION fields to module table
10 + base:addevent() now accepts integer fd to watch
11 + Switched from premake to standard Makefile for building
12 ======
1 0.2.0 - 2007-09-21 13 0.2.0 - 2007-09-21
2 + Reorganized project to better fit GIT 14 + Reorganized project to better fit GIT
3 + Refactored and cleaned sources 15 + Refactored and cleaned sources
4 * Broke event_callback into its own source file 16 * Broke event_callback into its own source file
5 + Added timer/timeout capabilities + minor test 17 + Added timer/timeout capabilities + minor test

mercurial