--- AnyEvent/Changes 2009/04/01 14:02:27 1.225 +++ AnyEvent/Changes 2009/04/23 22:44:30 1.232 @@ -1,7 +1,22 @@ Revision history for Perl extension AnyEvent. - - set the cloexec flag on the signal pipe. +TODO: perl idle +TODO: - 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. + - fix Qt timers without interval. + +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 - event models relying on AnyEvent's signal watcher emulation did