mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
a2256e899b
either AF_INET6 or AF_INET. It works by accepting any of the looksups in the hosts file, and it resolves the AAAA field with a fallback to A.
20 lines
520 B
Plaintext
20 lines
520 B
Plaintext
This is what's new and changed in the c-ares 1.6.1 release:
|
|
|
|
Changed:
|
|
|
|
o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is
|
|
instead declared and used
|
|
p ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving
|
|
either AF_INET6 or AF_INET
|
|
|
|
Fixed:
|
|
|
|
o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
|
|
ARES_EBADNAME if the name in the response failed to decode
|
|
|
|
Thanks go to these friendly people for their efforts and contributions:
|
|
|
|
Phil Blundell
|
|
|
|
Have fun!
|