aboutsummaryrefslogtreecommitdiffstats
path: root/luaevent/CHANGELOG
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-08-18 20:57:33 +0000
committerThomas Harning Jr <harningt@gmail.com>2007-08-18 20:57:33 +0000
commit663fa798eeda2d1c66351d707c2f7e9cb2a9cf00 (patch)
treebe8a04fdf08eb4865dc55f6c9f7032d9ba93b403 /luaevent/CHANGELOG
parentdbea9370eb58cdc3cbd1b12d8c8735582370cd6e (diff)
downloadluaevent-prosody-663fa798eeda2d1c66351d707c2f7e9cb2a9cf00.tar.gz
luaevent-prosody-663fa798eeda2d1c66351d707c2f7e9cb2a9cf00.zip
* Committing what will be version 0.1.2
Main feature: Callback/coroutine issues resolved as described in COROUTINE_MANAGEMENT
Diffstat (limited to 'luaevent/CHANGELOG')
-rw-r--r--luaevent/CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/luaevent/CHANGELOG b/luaevent/CHANGELOG
index c3622c8..f2f964d 100644
--- a/luaevent/CHANGELOG
+++ b/luaevent/CHANGELOG
@@ -1,4 +1,13 @@
======
+0.1.2 - Revision 15 - 2007-08-18
++ Setup system to use new coro management as described in COROUTINE_MANAGEMENT
+ The callbacks are called from the event_loop 'thread' rather than that which they are
+ created in. This will prevent the self-resume problem as well as dead-thread problems.
+- Recognized issues to fix in next release:
+ * Socket/event closing needs to be cleaned
+ * luaevent.lua needs refactoring
+ * luaevent.[ch] need to be cleaned up
+======
0.1.1 - Revision 14 - 2007-06-13
+ Fixed event-handling code to cancel events on nothing being returned
+ Added socket/object cleanup.