aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-03 13:19:34 +0000
committerYang Tse <yangsita@gmail.com>2007-10-03 13:19:34 +0000
commit3f3a38f9c6cd87b767d2a9e1f713ac975bda5f80 (patch)
tree517dc5486ac4b1ff4503756897314c087cd8c4ef /CHANGES
parent4bf28cb904212e37a31403a21c3d9db1f921367d (diff)
Fix issue related with the use of ares_timeout() result.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 803bf0f85..ebda3001b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
Daniel S (3 October 2007)
+- Yang Tse, fix issue related with the use of ares_timeout() result.
+
- Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and
CURLOPT_OPENSOCKETDATA to set a callback that allows an application to
replace the socket() call used by libcurl. It basically allows the app to