--- AnyEvent/Changes 2009/05/06 03:45:27 1.235 +++ AnyEvent/Changes 2009/06/26 06:33:17 1.249 @@ -1,6 +1,33 @@ Revision history for Perl extension AnyEvent. - - AnyEvent::DNS: add the "dname" resource record name. +4.42 Fri Jun 26 08:32:18 CEST 2009 + - preliminary and neccesarily incomplete support for IO::Async. + - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in + case it was set to IGNORE, to ensure we can catch child statuses + even when the calling env acts stupidly. + - updated benchmarks with IO::Async, which performs very well. + +4.412 Wed Jun 24 01:35:57 CEST 2009 + - support an "untaint" attribute for AnyEvent::DNS + and set it on the default resolver. + - implement and document AnyEvent::Impl::Perl::loop. + - remove all anyevent-env variables from %ENV + when running in tainted mode. + - mention and extend the IO::Lambda benchmark. + +4.411 Sun Jun 7 18:48:02 CEST 2009 + - do not try to use F_SETFD on windows. + +4.41 Thu May 14 06:40:11 CEST 2009 + - work around issues in older perls (5.8.0?) when + a signal handler is deleted from the %SIG hash. + - use POSIX::_exit in child test, to avoid running + destructors. + - speed up CHLD handling by relying on SIGCHLD being + synchronously delivered, even when we roll our own + implementation. + - AnyEvent::DNS: add the "dname" resource record name + for cosmetic reasons. 4.4 Sun Apr 26 20:12:33 CEST 2009 - implemented idle watchers, where applicable. @@ -10,7 +37,7 @@ - clip negative "after" values to 0 in AnyEvent::Impl::Event to avoid spamming out warning messages. - fix Qt timers without interval. - - avoid Qt zero-timeout specialcase, in old libqt's. + - avoid Qt zero-timeout special case, in old libqt's. 4.352 Mon Apr 20 16:31:11 CEST 2009 - fix AnyEvent::Strict error messages for child watchers.