diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:09:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-21 21:09:44 +0000 |
commit | 0c37ab52553c1c7640d0a45dafadb718791a9c6f (patch) | |
tree | 181ee1f4f4ae4ae75c2b83e5835bbd4a18c7260a /ares/CHANGES | |
parent | 747a05844d66e070dbee9a2ad93695480ab07237 (diff) |
Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()
when getting the DNS server etc.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 164224918..52e2d9dab 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* August 21 + +- Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info() + when getting the DNS server etc. + * June 19 - Added some checks for the addrinfo structure. |