--- AnyEvent/Changes 2009/06/29 21:00:32 1.255 +++ AnyEvent/Changes 2009/07/04 23:58:52 1.261 @@ -1,5 +1,30 @@ Revision history for Perl extension AnyEvent. +ZERO_RETURN - stoptls? + - AnyEvent::DNS did not properly follow CNAME records with + uppercase targets. + - added new module AnyEvent::TLS for easier SSL/TLS context + creation, with many options including hostname verification, + secure default configuration, lots of documentation and, + predefined diffie-hellman keys for perfect forward security + and much more. get it while it's still fresh! + - use AnyEvent::TLS in AnyEvent::Handle for context management. + - load AnyEvent::Handle only on demand in AnyEvent::DNS, + so AnyEvent::Socket users have smaller memory footprint + in the common case. + - add AnyEvent::Handle->push_shutdown method. + - add an additional error message parameter to AnyEvent::Handle's + on_error callback (for TLS, $! is still available). + - make AnyEvent::Handle more robust against early conenction + failures (during new), and return C in that case + from the constructor. + - AnyEvent::Handle will now try to load only JSON::XS first, + then fall back to JSON. + +4.451 Fri Jul 3 00:28:58 CEST 2009 + - do not clear rbuf when shutting down an AnyEvent::Handle + object - doing so breaks AnyEvent::HTTP. + 4.45 Mon Jun 29 22:59:26 CEST 2009 - a write error could cause AnyEvent::Handle to create an I/O watcher with an undefined $fh.