mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
- When building with c-ares 1.6.1 (not yet released) or later and IPv6 support
enabled, we can now take advantage of its brand new AF_UNSPEC support in ares_gethostbyname(). This makes test case 241 finally run fine for me wtih this setup since it now parses the "::1 ip6-localhost" line fine in my /etc/hosts file!
This commit is contained in:
parent
a2256e899b
commit
dcf92bffd2
3 changed files with 16 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ This release includes the following changes:
|
|||
o Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC - with
|
||||
the corresponding curl options --socks5-gssapi-service and
|
||||
--socks5-gssapi-nec
|
||||
o Improved IPv6 support when built with with c-ares >= 1.6.1
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue