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 | 29d71bd49985ffc226bb55e0717600eb061ba699 (patch) | |
tree | eb9b480517a7316b1d35fca47d65497fdad4d8f7 /CHANGES | |
parent | 2a0239bab1b7654d7c770011b8a035f6660ca4fe (diff) | |
download | c-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |