--- AnyEvent/Changes 2009/11/12 13:59:26 1.356 +++ AnyEvent/Changes 2009/11/28 13:43:47 1.360 @@ -1,10 +1,20 @@ Revision history for Perl extension AnyEvent. +TODO: inet_aton does not actually deliver ipv6 addresses + - downgrade-or-fail in AnyEvent::Handle::push_write, to + diagnose encoding failures earlier and more succinctly. + (this works around bugs in perl, throwing away encoding info + when passing scalar data to extensions). + - add more examples to AnyEvent::Socket manpage. + +5.21 Thu Nov 19 02:48:47 CET 2009 - fix a problem where socket constants were called with parameters (spotted by David Friedland). - fork_call never use'd POSIX (reported by Daisuke Maki). - improve perl 5.6 compatibility further (but it still won't work unless you rip out everything but the core). + - prefer Net::DNS::Resolver over ipconfig, if installed, on win32. + uses 10MB of RAM, but doesn't open a console window. *sigh*. 5.202 Wed Oct 14 22:35:44 CEST 2009 - AnyEvent::DNS would unexpectedly clobber $_ under windows