--- Coro/Changes 2007/10/24 05:50:32 1.282 +++ Coro/Changes 2007/10/29 19:13:56 1.287 @@ -6,6 +6,14 @@ but very lacking in others (higher level ipc)). - enable/disable tracing from a new coroutine, not a pooled one. + - fix a memleak in Coro::Event. + - removed killall call from fork_eval. + - made sure store_fd is already loaded so that fork_eval + does not have to parse autoload in each subprocess. + - if the event model is EV, use EV::DNS to resolve + stuff in Coro::Util. + - don't get confused by multiple event notifications in Coro::Handle. + - initial support for EV (libevent interface). 4.13 Wed Oct 24 07:26:45 CEST 2007 - add Coro::Storable::blocking_thaw.