--- AnyEvent/Changes 2008/07/16 20:09:50 1.171 +++ AnyEvent/Changes 2008/07/20 14:34:56 1.176 @@ -1,9 +1,21 @@ Revision history for Perl extension AnyEvent. +4.22 Sun Jul 20 16:34:13 CEST 2008 + - new function AnyEvent::Socket::parse_hostport. + - as the bulkheads at microsoft can't even get getprotobyname reliably + working on their shitty fucking broken os we need to hardcode + some common protocol numbers in AnyEvent::Socket. How can + people even bother with such a pile of shit as windows. + +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. - - avoid calling do_retry if the request has already - finished in AnyEvent::DNS (reported by Anatoly K. Sharifulin). + - 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.