summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-02 12:58:49 +0000
committerYang Tse <yangsita@gmail.com>2010-02-02 12:58:49 +0000
commit49ba75af269044e3ac10a6d9431fcc1818760449 (patch)
tree4b5ea00a5ad3da8779f9bffa8e9f63ab5eab17a6 /CHANGES
parent232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc (diff)
downloadcurl-49ba75af269044e3ac10a6d9431fcc1818760449.tar.gz
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b5a512a78..8802e3ebc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Yang Tse (2 Feb 2010)
+- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
+ symbol will not be available when building with CURL_NO_OLDIES defined. Use
+ of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
+
Daniel Stenberg (1 Feb 2010)
- Using the multi_socket API, it turns out at times it seemed to "forget"
connections (which caused a hang). It turned out to be an existing (7.19.7)