summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-04-08 15:41:31 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-04-08 15:41:31 +0000
commit29d71bd49985ffc226bb55e0717600eb061ba699 (patch)
treeeb9b480517a7316b1d35fca47d65497fdad4d8f7 /CHANGES
parent2a0239bab1b7654d7c770011b8a035f6660ca4fe (diff)
downloadc-ares-29d71bd49985ffc226bb55e0717600eb061ba699.tar.gz
c-ares-29d71bd49985ffc226bb55e0717600eb061ba699.tar.bz2
c-ares-29d71bd49985ffc226bb55e0717600eb061ba699.zip
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a2207cb..c61759c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
Changelog for the c-ares project
+* April 8
+
+- 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.
+
* April 7
+
- Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac
OS X.