From 0606b792f04801b149d54e9c554b4f5c62ee8cad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Aug 2009 11:51:06 +0000 Subject: - Timo Teras changed the reason code used in the resolve callback done when ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to better allow the callback to know what's happening. --- ares/RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ares/RELEASE-NOTES') diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index c144d1c73..cfd4a95e3 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -9,6 +9,7 @@ Changed: o a build-time configured ares_socklen_t is now used instead of socklen_t o new ares_library_init() and ares_library_cleanup() functions o new --enable-curldebug configure option + o ARES_ECANCELLED is now sent as reason for ares_cancel() Fixed: @@ -20,6 +21,7 @@ Fixed: Thanks go to these friendly people for their efforts and contributions: - Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny, Joshua Kwan + Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny, Joshua Kwan, + Timo Teras Have fun! -- cgit v1.2.3