luaevent/CHANGELOG

changeset 10
88ce07d62597
parent 6
59287edf821b
child 11
8339f6236a3c
equal deleted inserted replaced
9:1f3b72ba96c9 10:88ce07d62597
1 ======
2 0.1.1 - Revision 14 - 2007-06-13
3 + Fixed event-handling code to cancel events on nothing being returned
4 + Added socket/object cleanup.
5 + Filed bug to libevent about the strange valgrind-released errors
6 - Recognized following issues:
7 Timeouts needed
8 Need to handle events setup from inside a coroutine... need to get a global Lua state from a thread...
1 ====== 9 ======
2 0.1.0 - Revision 6 - 2007-06-10 22:00 EST 10 0.1.0 - Revision 6 - 2007-06-10 22:00 EST
3 Completed mostly working version 11 Completed mostly working version
4 * Moved to a mode where addevent calls a callback rather than it being instantiated within. 12 * Moved to a mode where addevent calls a callback rather than it being instantiated within.
5 If the callback returns -1, then no event is ever setup, 13 If the callback returns -1, then no event is ever setup,

mercurial