# HG changeset patch # User Matthew Wild # Date 1266244031 0 # Node ID e19416d59f3c6b0fd2d1b2b5ad5bcda0f1d03ff8 # Parent af4b0b367116fdca9d78b12ce70a83bde66b0de7 CHANGELOG: Update for luaevent-prosody 0.1.0 diff -r af4b0b367116 -r e19416d59f3c CHANGELOG --- a/CHANGELOG Mon Feb 15 14:26:47 2010 +0000 +++ b/CHANGELOG Mon Feb 15 14:27:11 2010 +0000 @@ -1,3 +1,15 @@ +luaevent-prosody 0.1.0 - 2010-02-15 + * Fixed stack slot leak in event callbacks + * Fixed stack slot leak when error occurs in callback + * Various compilation fixes for Windows/ANSI C + * Silence some compiler warnings + + Add base:loopexit() method, with timeout support + + Add base:method() to discover backend in use + + Add core.libevent_version() to detect libevent version + + Add _NAME and _VERSION fields to module table + + base:addevent() now accepts integer fd to watch + + Switched from premake to standard Makefile for building +====== 0.2.0 - 2007-09-21 + Reorganized project to better fit GIT + Refactored and cleaned sources