diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-07 21:20:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-07 21:20:45 +0000 |
commit | 836fa69e2e9bafca263bc6a51527960ddf3dad92 (patch) | |
tree | 6857a663410f9e8eb8ca2f59697d9fbf83773869 /ares/CHANGES | |
parent | 9026dc2da4f7dbb7e0df54c3a8f5e19c4840d762 (diff) |
- Sebastian made c-ares able to return all PTR-records when doing reverse
lookups. It is not common practice to have multiple PTR-Records for a single
IP, but its perfectly legal and some sites have those.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 88d95cc55..0acc94c15 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -2,6 +2,10 @@ * May 7 2008 (Daniel Stenberg) +- Sebastian made c-ares able to return all PTR-records when doing reverse + lookups. It is not common practice to have multiple PTR-Records for a single + IP, but its perfectly legal and some sites have those. + - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to autoconf 2.57 usage (which is the version you have specified as the minimum version). It's a minor change but it does clean up some warnings with newer |