--- AnyEvent/Changes 2009/07/05 01:38:43 1.262 +++ AnyEvent/Changes 2009/07/07 06:58:58 1.267 @@ -1,6 +1,11 @@ Revision history for Perl extension AnyEvent. -ZERO_RETURN - stoptls? + - new env variables: PERL_ANYEVENT_RESOLV_CONF, + PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE + and PERL_ANYEVENT_CA_PATH. + - provide a sensible synopsis section for AnyEvent::TLS. + +4.8 Mon Jul 6 23:45:16 CEST 2009 - AnyEvent::DNS did not properly follow CNAME records with uppercase targets. - AnyEvent::DNS would errornously return AAAA records @@ -18,6 +23,7 @@ - add AnyEvent::Handle->push_shutdown method. - add an additional error message parameter to AnyEvent::Handle's on_error callback (for TLS, $! is still available). + - add AnyEvent::Handle on_starttls/on_stoptls callbacks. - make AnyEvent::Handle more robust against early conenction failures (during new), and return C in that case from the constructor.