diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 20:25:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 20:25:55 +0000 |
commit | dcf92bffd2a22909a44b45bd7490e2575e14f82c (patch) | |
tree | bac149118b9b72f7d144af622b2d4a1346841974 /CHANGES | |
parent | a2256e899b7c122169b9c50e8cb92ac6fc51e95b (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 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (31 Jan 2009) +- 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! + Daniel Stenberg (30 Jan 2009) - Scott Cantor filed bug report #2550061 (http://curl.haxx.se/bug/view.cgi?id=2550061) mentioning that I failed to |