diff options
author | Dominick Meglio <dcm5151@esu.edu> | 2005-04-08 15:41:31 +0000 |
---|---|---|
committer | Dominick Meglio <dcm5151@esu.edu> | 2005-04-08 15:41:31 +0000 |
commit | a7ba0d908da23cdf79bf353eb7f8b00192cc11b8 (patch) | |
tree | ae1177e587e18ade97f63db202b4aea9926d30b8 /ares/CHANGES | |
parent | 2fc70e2c5d6cf45de85119106db96699556abd60 (diff) | |
download | curl-a7ba0d908da23cdf79bf353eb7f8b00192cc11b8.tar.gz |
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index a2207cb4b..c61759c8f 100644 --- a/ares/CHANGES +++ b/ares/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. |