aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-07-03 11:34:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-07-03 11:34:34 +0000
commited7af82bdf9d7cf0f02a503c676cdef4cf4f6243 (patch)
tree1f4190695570ef8f85ac863247e828ebbce10213 /ares
parente3b5673e9895fa53525eb3b3620e3ececf0761ff (diff)
ares_gethostbyname() fallback from AAA to A records with CNAME present
Diffstat (limited to 'ares')
-rw-r--r--ares/RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index 6990b765f..3efb308ee 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/RELEASE-NOTES
@@ -3,10 +3,11 @@ This is what's new and changed in the c-ares 1.5.3 release:
o fix adig sample application compilation failure on some systems
o fix pkg-config reporting of private libraries needed for static linking
o fallback to gettimeofday when monotonic clock is unavailable at run-time
+ o ares_gethostbyname() fallback from AAA to A records with CNAME present
Thanks go to these friendly people for their efforts and contributions:
- Brad House, Yang Tse
+ Brad House, Yang Tse, Phil Blundell
and obviously Daniel Stenberg
Have fun!