--- Coro/Changes 2007/12/04 19:33:43 1.299 +++ Coro/Changes 2007/12/27 22:01:34 1.311 @@ -5,6 +5,27 @@ (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.35 + - "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. + +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. + 4.3 Tue Dec 4 20:33:14 CET 2007 - calls to the idle function could cause stack corruption when the stack changed.