diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 08:55:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 08:55:47 +0000 |
commit | 1ebda8fa0eedf04a9759bd08b904199b2c02a0bf (patch) | |
tree | afd1d5e831a414caa3f3c045045e94c341dd637a /RELEASE-NOTES | |
parent | 9af532e6624dc9d61ce025a6d114102eecfb5eec (diff) | |
download | curl-1ebda8fa0eedf04a9759bd08b904199b2c02a0bf.tar.gz |
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 524b74d93..3b3041d8d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,10 +3,11 @@ Curl and libcurl 7.11.1. A bugfix release. Public curl release number: 79 Releases counted from the very beginning: 106 Available command line options: 94 - Available curl_easy_setopt() options: 111 + Available curl_easy_setopt() options: 112 This release includes the following changes: + o CURLOPT_POSTFIELDSIZE_LARGE added to offer POSTs larger than 2GB o CURL_VERSION_LARGEFILE is a feature bit returned by libcurls that feature large file support o libcurl only requires winsock 1.1 on windows now |