aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-04-08 19:46:46 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-04-08 19:46:46 +0000
commit634982840ebd676255f50b87c2c06405281bf885 (patch)
tree981572a1275dc5f28e5c68d5b9e013e250f08e74 /ares/CHANGES
parentfb3c85ab2f6353985b5a3b4252e18b8398d095eb (diff)
Added preliminary IPv6 support to ares_gethostbyname
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index c61759c8f..a435502f9 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -2,6 +2,11 @@
* April 8
+- Added preliminary IPv6 support to ares_gethostbyname. Currently, sortlist
+ does not work with IPv6. Also provided an implementation of bitncmp from
+ BIND for systems that do not supply this function. This will be used to add
+ IPv6 support to sortlist.
+
- Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family.
The function can lookup IPv6 addresses both from files (/etc/hosts) and
DNS lookups.