1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 10:39:39 +00:00

ares_gethostbyname() fallback from AAA to A records with CNAME present

This commit is contained in:
Daniel Stenberg
2008-07-03 11:34:34 +00:00
parent 93e7573628
commit 5e74e48177

View File

@ -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!