--- AnyEvent/Changes 2008/05/10 00:57:31 1.67 +++ AnyEvent/Changes 2008/05/15 08:37:55 1.73 @@ -1,8 +1,18 @@ Revision history for Perl extension AnyEvent. -TODO: implement condvars... + - added AnyEvent::Util::connect and some examples (eg/connect, eg/handle). + - fix manpage condvars examples to use new syntax. + +3.41 Sun May 11 19:53:13 CEST 2008 + - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao. + +3.4 Sun May 11 00:29:25 CEST 2008 + - complete re-implementation of condvars with a hopefully much mroe useful + API (backward compatible functions exist but are undocumented). + - AnyEvent::Handle fully rewritten with a hopefully more powerful API + (still subject to change). - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl. - - provide AnyEvent::on_detect and @AnyEvent::on_detect, which + - provide AnyEvent::post_detect and @AnyEvent::post_detect, which allows module authors to avoid forcing event loop detection. (used by Coro::AIO, Coro::BDB, Coro::AnyEvent for example). - remove coro backends: Coro now provides generic support for AnyEvent