- New upstream release 7.16
- Add ffdhe group dh parameters from RFC 7919, and use ffdhe3072 as new
default, instead of schmorp1539
- AnyEvent::Log did not re-assess logging status of AnyEvent::Log::loggers
when contexts were changed with ->attach/detach/slaves, causing them not to
log even though a recent attach should have caused them to log
- Added some more logging configuration examples
- Mention RFC 8482 in AnyEvent::DNS
- ffdhe group dh parameters require OpenSSL ≥ 1.0.2 (CPAN RT#130116)
- New upstream release 7.15
- INCOMPATIBLE CHANGE: AnyEvent::Handle's tls_detect documentation gave
separate major and minor versions, while code passed only a single value;
this version follows the documentation and now passes separate major and
minor values
- Work around Net::SSLeay not having been ported to openssl 1.1, but many
distributions compiling it against openssl 1.1, which unfortunately
succeeds and results in a very broken module
- AnyEvent::DNS::dns_unpack now stores the original DNS packet in the __
member, to allow decoding of undecodable resouce records containing
compressed domain names
- AnyEvent::Socket::parse_ipv6 would NOT, as advertised, accept ipv4
addresses; it now does and converts them to ipv4 mapped addresses
- Support CAA records
- Add freenom and cloudflare nameservers as DNS fallback
- AnyEvent::Strict would not properly ward against io watchers on files when
the handle passed was a file descriptor
- Document "internal" variables used by the DNS en-/decoder to allow
enterprising users to extend them in a semi-official way
- New upstream release 7.14
- Fix a crash bug in AnyEvent::Handle with openssl 1.1.0
- AnyEvent::Handle->keepalive was documented (and defined) twice
- AnyEvent::Socket::tcp_bind/tcp_server would immediately unlink a unix
listening socket unless a guard is used; change this so that no clean-up
will be performed unless a guard is used and document this more clearly
- Make tcp_bind/tcp_server error messages more regular
- Fix building on Perl without '.' in @INC
- Add TCP_FASTOPEN/MSG_FASTOPEN and MSG_NOSIGNAL/MSG_MORE/MSG_DONTWAIT to
constants
- Update warnings to common::sense 3.74 standards
- New upstream release 7.13
- Only call tlsext_host_name for non-empty common names
- Log a (single) notice message if SNI is not supported
- Upgrade to UTS-46:9.0.0 draft and switch to non-transitional behaviour
(see also https://bugzilla.mozilla.org/show_bug.cgi?id=1218179)
- It turns out that the UTS-46 IDNA testcase failures were indeed bugs in the
testcases and the specification and not in the code - the post-9.0.0
unicode files have all known problems fixed, so finally the AnyEvent IDNA
implementation can pass the full IDNA testsuite - without needing a single
fix
- Guarantee (and document) that condvar callbacks will be removed on
invocation - important to avoid circular references
- Simplify find command using -delete
- Use %license unconditionally
- New upstream release 7.12
- Use common name as hostname for TLS connects, if Net::SSLeay supports SNI
- Fix documentation of tls_autostart read type in AnyEvent::Handle