--- AnyEvent/Changes 2007/11/03 09:29:50 1.30 +++ AnyEvent/Changes 2007/11/23 10:42:00 1.35 @@ -1,9 +1,19 @@ Revision history for Perl extension AnyEvent. -MAYBE: http://svn.xantus.org/shortbus/trunk/cometd-perl/lab/aio.pl - (poe makes their own "anyevent", unfortunately). +2.7 Fri Nov 23 11:41:14 CET 2007 + - force use of AnyEvent::Impl::Perl in testsuite, there is + too much breakage outside AnyEvent. + - deliver signals synchronously in AnyEvent::Impl::Perl + or any other event loop that relies on AnyEvents child + watcher emulation. *Could* help with hanging testsuite + (except when Event or EV are installed). -2.55 +2.6 Fri Nov 9 20:36:35 CET 2007 + - fix bug in testsuite. + - move EV adaptor modules to AnyEvent. + - add Coro+EV adaptor module. + +2.55 Tue Nov 6 17:41:32 CET 2007 - add EV to the list of supported event models. - do not auto-reset pid watchers, pass pid and status to them. - allow a pid of zero to watch for all children in child watchers.