summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-31 20:17:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-31 20:17:41 +0000
commit1ce8e6583ebcdc448c3187d186a9ef219218bfdb (patch)
tree544bf377dbb9d8320556ec5ad0ba72f25fa77640 /CHANGES
parent054aa0e11e3e71109bcb994146f2e641916ef115 (diff)
downloadc-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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2321472..ec20226 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* January 31 2009 (Daniel Stenberg)
+- 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.
+
* January 14 2009 (Daniel Stenberg)
- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it
now declares the private struct ares_in6_addr for all systems instead of