--- Coro/Changes 2009/06/27 14:26:09 1.502 +++ Coro/Changes 2009/07/23 01:35:18 1.517 @@ -8,12 +8,46 @@ TODO: myhttpd header parsing TODO: channel->maxsize(newsize)? + - perl 5.8.2 is now minimum requirement. + +5.161 Wed Jul 22 04:47:38 CEST 2009 + - Coro::AnyEvent::poll could have a different prototype when EV was + used as backend (analyzed by Tatsuhiko Miyagawa). + - Coro::AnyEvent errornously initialised the event loop when loaded, + not on demand. + - try to workaround rare */t/01_unblock.t failures. + +5.16 Tue Jul 21 01:44:37 CEST 2009 + - 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. + - implement paragraph readline mode in Coro::Handle + (based on patches by Zsbán Ambrus). + - replace WSAEINPROGRESS by WSAEWOULDBLOCK (reported + and analyzed by Yasuhiro MATSUMOTO). + - 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. - work around SvOK not supporting getmagic, so we have to getmagic to test for undef :/ (reported by Matthias Waldorf). - load Coro::AnyEvent in all modules using AnyEvent. + - work around perl corrupting our internal data structures, + reported by Tokuhiro Matsuno. + - enable per-coroutine real and cpu time gathering + (Coro::State::enable_times). 5.14 Wed Jun 24 01:37:48 CEST 2009 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent,