--- Coro/Changes 2007/12/03 22:48:04 1.298 +++ Coro/Changes 2007/12/17 06:47:32 1.304 @@ -5,6 +5,17 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.32 Mon Dec 17 07:46:02 CET 2007 + - majorly improved Coro::Handle's performance with Coro::EV. + - implemented the until now mythical Coro::BDB module. + - specialcase EV in Coro::AIO and Coro::BDB for extra speed. + +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.