summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-03 11:51:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-03 11:51:06 +0000
commit408df8efcdc7d724e3c94c2ae14b9b35372f95c4 (patch)
tree4e897543572f1c3b15cb29cdd1dc6881413952f1 /CHANGES
parentd0a8c3b68bcea7c790bcb7c338aea0411def3fba (diff)
downloadc-ares-408df8efcdc7d724e3c94c2ae14b9b35372f95c4.tar.gz
c-ares-408df8efcdc7d724e3c94c2ae14b9b35372f95c4.tar.bz2
c-ares-408df8efcdc7d724e3c94c2ae14b9b35372f95c4.zip
- 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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c61e319..888b7ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
fails to get inited by other means. This fixes a case of when the c-ares
init fails when internet access is fone.
+- 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.
+
* 14 Jul 2009 (Guenter Knauf)
- renamed generated config.h to ares_config.h to avoid any future clashes
with config.h from other projects.