--- cvsroot/Coro/Changes 2009/12/12 01:30:26 1.531 +++ cvsroot/Coro/Changes 2010/03/31 17:41:07 1.533 @@ -1,14 +1,21 @@ Revision history for Perl extension Coro. TODO: should explore PerlIO::coroaio (perl leaks like hell). -TODO: maybe implement a default message channel, very much like Erlang's - actor model (which is cool in a lot of important aspects (failures!), - but very lacking in others (higher level ipc)). TODO: unready_all TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? -5.21 + - convert Coro::Util into a "perl compatibility wrapper" - the functions + are less useful now, but are drop-in replacements for existing + functions, listing better alternatives in the documentation. This also + fixes a bug in Coro::LWP which naively substituted Socket::inet_aton + with Coro::Util::inet_aton. + - do not override $Coro::idle unconditionally in Coro.pm, as other + modules could have provided their own idle coro already + (for exmaple, Coro::AnyEvent). + - fix Coro::Util::gethost* functions. + +5.21 Wed Dec 16 07:19:51 CET 2009 - automatically load Coro::AnyEvent when AnyEvent and Coro are used together. - add some examples on how to combine other event loops with Coro in