diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 20:17:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 20:17:41 +0000 |
commit | a2256e899b7c122169b9c50e8cb92ac6fc51e95b (patch) | |
tree | 0235ee52cb2d1054027f4a7c083b0665035b442e /ares/RELEASE-NOTES | |
parent | 8b6805572a5322bd4addbf45382f0041cc09c885 (diff) |
- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving
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.
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 8b5aa49fb..761121be5 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -2,8 +2,10 @@ 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 + 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: |