--- AnyEvent/Changes 2009/04/01 14:08:27 1.226 +++ AnyEvent/Changes 2009/05/13 13:36:49 1.236 @@ -1,6 +1,30 @@ Revision history for Perl extension AnyEvent. +4.41 Wed May 13 14:41:29 CEST 2009 + - AnyEvent::DNS: add the "dname" resource record name + for cosmetic reasons. + - work around issues in older perls (5.8.0?) when + a signal handler is deleted from the %SIG hash. + +4.4 Sun Apr 26 20:12:33 CEST 2009 + - implemented idle watchers, where applicable. + - AnyEvent->time died when Event backend was in use. + - fix a memleak in the Tk backend. + - sped up Tk timer handling. + - 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. + +4.352 Mon Apr 20 16:31:11 CEST 2009 + - fix AnyEvent::Strict error messages for child watchers. + - fix/update Makefile.PL "recommends" versions. + - add AnyEvent->now_update. + +4.351 Sat Apr 11 07:56:14 CEST 2009 - actually make the signal pipe work under win32. + - localise $! in signal handler to avoid changing $!, although + perl itself does not seem to save/restore errno either. - set the cloexec flag on the signal pipe (normally set by perl too). 4.35 Fri Mar 27 11:48:20 CET 2009