--- AnyEvent/Changes 2009/05/13 15:19:43 1.237 +++ AnyEvent/Changes 2009/05/14 04:40:28 1.238 @@ -1,8 +1,6 @@ Revision history for Perl extension AnyEvent. -4.41 - - AnyEvent::DNS: add the "dname" resource record name - for cosmetic reasons. +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 @@ -10,6 +8,8 @@ - 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.