--- cvsroot/Coro/Changes 2009/06/29 06:14:23 1.504 +++ cvsroot/Coro/Changes 2009/07/16 02:19:17 1.512 @@ -8,6 +8,22 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - Coro::AnyEvent failed to hook into the event loop + when no threads had been readied between detecting + the event loop and actually running it. + - considerably speed up Coro::Select by taking avdantage + of AnyEvent > 4.8 and some other optimisations. + - clarified libcoro license and copyright. + - someone stole my EXTRA_META!!! + - implement Coro::Select::patch_pp_sselect and it's brother, + for hardcode select overriding. + +5.151 Mon Jul 6 05:41:57 CEST 2009 + - backport to windows process emulation code again (patch by + Yasuhiro MATSUMOTO). + - slightly update Coro::MakeMaker. + +5.15 Tue Jun 30 10:28:06 CEST 2009 - deprecate Coro::Socket, document how to get ipv6 support via AnyEvent::Socket instead. - implement signal->wait ($cb) interface, similar to semaphores.