--- Coro/Changes 2007/12/17 06:36:24 1.302 +++ Coro/Changes 2008/01/20 17:30:24 1.319 @@ -5,9 +5,35 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). -4.32 + - only assume .cfi pseudo isns exist on GNU/Linux. + +4.37 Sun Jan 20 11:25:23 CET 2008 + - soften the check for an active parser for perl 5.10 (avoiding + "Coro::State::transfer called while parsing" in many cases). + +4.36 Sun Jan 13 10:53:56 CET 2008 + - reset diehook when terminating from an async_pool as to not + trigger any __DIE__ handlers. + +4.35 Sun Jan 13 04:14:13 CET 2008 + - "bt" debug command now displays any exceptions + from longmess and also skips the innermost + stackframes, giving more useufl output. + - allow backtraces in coroutines blocked in Coro::EV, + at a <1% speed hit. + - handle localising of $SIG{__WARN__} and __DIE__ + properly (with a proper amount of dirty hacking). + +4.34 Sat Dec 22 17:49:53 CET 2007 + - upgrade to EV version 2.0 API. + +4.33 Mon Dec 17 08:36:12 CET 2007 + - make Coro::AIO etc. loadable in the absence of EV. + +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.