aboutsummaryrefslogtreecommitdiffstats
path: root/luaevent/CHANGELOG
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-06-13 04:32:12 +0000
committerThomas Harning Jr <harningt@gmail.com>2007-06-13 04:32:12 +0000
commitdbea9370eb58cdc3cbd1b12d8c8735582370cd6e (patch)
tree80526dffa240d3eca832114e98490f9632925176 /luaevent/CHANGELOG
parenta309c7952c6ae1b9ad9c9c0c0d895e1ad969cb95 (diff)
downloadluaevent-prosody-dbea9370eb58cdc3cbd1b12d8c8735582370cd6e.tar.gz
luaevent-prosody-dbea9370eb58cdc3cbd1b12d8c8735582370cd6e.zip
Setup management of socket create/close.
Recognized new bug: cannot create threads within threads... C contains reference to closed thread, not global.
Diffstat (limited to 'luaevent/CHANGELOG')
-rw-r--r--luaevent/CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/luaevent/CHANGELOG b/luaevent/CHANGELOG
index 02d0d81..c3622c8 100644
--- a/luaevent/CHANGELOG
+++ b/luaevent/CHANGELOG
@@ -1,4 +1,12 @@
======
+0.1.1 - Revision 14 - 2007-06-13
++ Fixed event-handling code to cancel events on nothing being returned
++ Added socket/object cleanup.
++ Filed bug to libevent about the strange valgrind-released errors
+- Recognized following issues:
+ Timeouts needed
+ Need to handle events setup from inside a coroutine... need to get a global Lua state from a thread...
+======
0.1.0 - Revision 6 - 2007-06-10 22:00 EST
Completed mostly working version
* Moved to a mode where addevent calls a callback rather than it being instantiated within.