aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-15 14:27:11 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-15 14:27:11 +0000
commita12546998f0094112b02702f5889fd17ca11b759 (patch)
treeaba9e937732f8720010de75cb800578f2ae9cd58
parent2dfa6d34b4809e90006ac8d225a6dff1ef621050 (diff)
downloadluaevent-prosody-a12546998f0094112b02702f5889fd17ca11b759.tar.gz
luaevent-prosody-a12546998f0094112b02702f5889fd17ca11b759.zip
CHANGELOG: Update for luaevent-prosody 0.1.0
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8525ef7..2079f48 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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