--- Coro/Changes 2007/11/14 10:24:13 1.290 +++ Coro/Changes 2007/12/03 22:48:04 1.298 @@ -5,7 +5,20 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - do no longer rely on the presence of EV::DNS if EV is used + (because it is gone), but instead take avdantage of EV::ADNS + if available. + - add ($) prototypes to all functions in Coro::Storable. + - use a conventional (safer) idle callback in Coro::EV. + - do accept quickly in Coro::Debug to avoid endless loops. + +4.22 Fri Nov 30 16:04:04 CET 2007 + - really use optimised versions for Event and EV in Coro::Util + and Coro::Handle. + +4.21 Sun Nov 25 10:48:59 CET 2007 - fix a spurious memory read. + - Coro::EV no longer keeps the eventloop "alive". 4.2 Fri Nov 9 20:47:05 CET 2007 - enable/disable tracing from a new coroutine, not a pooled one.