--- Coro/Changes 2008/04/26 08:05:38 1.340 +++ Coro/Changes 2008/05/24 18:01:50 1.349 @@ -5,6 +5,22 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +4.71 Sat May 24 20:01:27 CEST 2008 + - fix a bug in Coro::AnyEvent ("Usage: Coro::AnyEvent::_schedule()"). + - take advantage of async name resolution of AnyEvent::Util. + - work around brutal inet_aton override in Coro::LWP. + - take advantage of the readyhook in Coro::EV, for smoother + scheduling. + +4.7 Sun May 11 00:32:19 CEST 2008 + - completely reworked the Coro manpage. + - added Coro::AnyEvent, generic event loop integration. + - implement cancel, ready and kill commands in Coro::Debug. + - document find_coro in Coro::Debug. + - incompatible change: rename has_stack to has_cctx. + - Coro::AIO and Coro::BDB no longer force event model detection, + use AnyEvent::AIO and AnyEvent::BDB. + 4.6 Sat Apr 26 10:05:14 CEST 2008 - INCOMPATIBLE CHANGE: sub/code attributes are no longer supported by the Coro module. It was a mistake to have it in the first place.