--- AnyEvent/Changes 2008/07/09 11:32:49 1.168 +++ AnyEvent/Changes 2008/07/17 15:21:02 1.174 @@ -1,13 +1,26 @@ Revision history for Perl extension AnyEvent. -4.2 +4.22 + - new function AnyEvent::Socket::parse_hostport. + +4.21 Thu Jul 17 14:40:05 CEST 2008 + - 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. - - not importing anything from Event causes it to malfunction - and not use Time::HiRes, work around this bug. - 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. - - more bug workaroudns against the endlessly broken Tk module, + - 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.