From a2314225e02ea2f3bd49dc8557f2452846e49b19 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 31 Mar 2008 10:02:23 +0000 Subject: - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut. --- RELEASE-NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5eda86711..e97294987 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,11 +6,11 @@ Curl and libcurl 7.18.2 Public functions in libcurl: 56 Public web site mirrors: 39 Known libcurl bindings: 36 - Contributors: 621 + Contributors: 636 This release includes the following changes: - o + o CURLFORM_STREAM was added This release includes the following bugfixes: -- cgit v1.2.3