--- AnyEvent/Changes 2009/12/26 08:59:35 1.374 +++ AnyEvent/Changes 2010/03/10 11:15:37 1.382 @@ -1,5 +1,22 @@ Revision history for Perl extension AnyEvent. + - speed up AnyEvent::Socket::format_address and ::format_ipv6. + - the AnyEvent::Util::fh_nonblocking function worked only + by lucky accident on win32. + - smaller and faster AnyEvent::Util::fh_nonblocking. + - when the (required!) Time::HiRes module is missing, AnyEvent + did not fall back to built-in time properly. + - do not load Fcntl at runtime, saving memory and loading time. + - precompile a number of constants and use them instead of runtime + detection and eval. + - free detection code after detection and similar memory optimisations. + - Perl backend timer interval best effort drift has been improved + (ame algorithm as EV). + +5.24 Tue Jan 5 11:39:43 CET 2010 + - cygwin never reports errors from failed connects. 1.5 just gives + you continous readyness and EAGAIN, 1.7 is even more broken and + just hangs. work around both issues in a cygwin-specific hack. - improve idle watcher documentation slightly. 5.23 Sun Dec 20 23:48:00 CET 2009