aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-31 20:25:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-31 20:25:55 +0000
commitdcf92bffd2a22909a44b45bd7490e2575e14f82c (patch)
treebac149118b9b72f7d144af622b2d4a1346841974 /RELEASE-NOTES
parenta2256e899b7c122169b9c50e8cb92ac6fc51e95b (diff)
- 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!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d35eb91ab..a2ecac09a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: