--- Coro/Changes 2007/10/27 15:08:40 1.285 +++ Coro/Changes 2007/11/01 08:41:14 1.288 @@ -10,8 +10,11 @@ - 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. + - only use assembly method if -O switch is in $Config{optimize}. +# - 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.