diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-02 12:58:49 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-02 12:58:49 +0000 |
commit | 49ba75af269044e3ac10a6d9431fcc1818760449 (patch) | |
tree | 4b5ea00a5ad3da8779f9bffa8e9f63ab5eab17a6 /RELEASE-NOTES | |
parent | 232d17ec6486c79c2daa6a8f613d2e3fd94ae2fc (diff) |
- 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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d8a1fe4d9..22f362085 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following changes: o curl supports --ssl and --ssl-reqd o added -J/--remote-header-name for using server-provided filename with -O o enhanced asynchronous DNS lookups + o symbol CURL_FORMAT_OFF_T is obsoleted This release includes the following bugfixes: |