--- Coro/Changes 2007/12/02 22:24:30 1.296 +++ Coro/Changes 2007/12/13 05:15:27 1.301 @@ -5,10 +5,20 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). + - majorly improved Coro::Handle's performance with Coro::EV. + +4.31 Wed Dec 5 12:32:39 CET 2007 + - remove warn statement form Coro::Util. + +4.3 Tue Dec 4 20:33:14 CET 2007 + - calls to the idle function could cause stack corruption + when the stack changed. - 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