--- Coro/Changes 2007/10/25 08:13:59 1.283 +++ Coro/Changes 2007/10/27 14:07:31 1.284 @@ -7,6 +7,9 @@ - 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. 4.13 Wed Oct 24 07:26:45 CEST 2007 - add Coro::Storable::blocking_thaw.