summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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
commit5e74e4817752e2caa0ad78d057a6dc859edc1c22 (patch)
tree5712ceb133d9b5e0a0a4bfdee66cb4bf35879b5a /RELEASE-NOTES
parent93e7573628f717a9615d94b9ef76f6365b664eef (diff)
downloadc-ares-5e74e4817752e2caa0ad78d057a6dc859edc1c22.tar.gz
c-ares-5e74e4817752e2caa0ad78d057a6dc859edc1c22.tar.bz2
c-ares-5e74e4817752e2caa0ad78d057a6dc859edc1c22.zip
ares_gethostbyname() fallback from AAA to A records with CNAME present
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6990b76..3efb308 100644
--- a/RELEASE-NOTES
+++ b/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!