--- AnyEvent/Changes 2008/07/04 12:19:00 1.162 +++ AnyEvent/Changes 2008/07/16 21:17:59 1.172 @@ -1,7 +1,30 @@ Revision history for Perl extension AnyEvent. +4.21 + - INCOMPATIBLE CHANGE: AnyEvent::Util::fork_call now has a prototype + which is incompatible to previous invocation syntax. + - work around more windows perl bugs in fork_call. I cannot imagine + why anybody would bother implementing fork in such an obviously + unusable way. + - avoid calling $do_retry if the request has already finished in + AnyEvent::DNS, thus avoiding an exception (reported by Anatoly + K. Sharifulin). + +4.2 Sat Jul 12 22:42:11 CEST 2008 + - support an "interval" argument for repeating timers. + - fix a bug in the pure perl event loop that caused timers to + be delayed under some circumstances. + - implement optional argument checking via PERL_ANYEVENT_STRICT. + - not importing anything from Event causes it to malfunction + and not use Time::HiRes, work around this bug. + - more bug workarounds against the endlessly broken Tk module, + seems to work now on 32 bit machines, but less so on 64 bit. + - minor optimisations applied to most backends. + +4.161 Fri Jul 4 14:24:48 CEST 2008 - fixed the t/handle/02_write.t, it read after write, with the - assumption that all data could be written before read. + assumption that all data could be written before read + (reported by Jim Razmus). 4.160 Thu Jul 3 04:02:21 CEST 2008 - re-registering signal watchers after unregistering one did