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 | 1ce8e6583ebcdc448c3187d186a9ef219218bfdb (patch) | |
tree | 544bf377dbb9d8320556ec5ad0ba72f25fa77640 /RELEASE-NOTES | |
parent | 054aa0e11e3e71109bcb994146f2e641916ef115 (diff) | |
download | c-ares-1ce8e6583ebcdc448c3187d186a9ef219218bfdb.tar.gz c-ares-1ce8e6583ebcdc448c3187d186a9ef219218bfdb.tar.bz2 c-ares-1ce8e6583ebcdc448c3187d186a9ef219218bfdb.zip |
- 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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8b5aa49..761121b 100644 --- a/RELEASE-NOTES +++ b/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: |