--- AnyEvent/Changes 2009/10/01 17:23:14 1.353 +++ AnyEvent/Changes 2009/11/26 10:41:27 1.359 @@ -1,5 +1,22 @@ Revision history for Perl extension AnyEvent. + - 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). + +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 + (analysed by Matthias Waldorf). - AnyEvent::Handle::run_cmd can now pass the PID of the newly-created process, which is much less useful than it might sound (based on patch by Yann Kerherve).