From: Daniel Stenberg Date: Thu, 29 Nov 2007 22:15:22 +0000 (+0000) Subject: ftp resumed upload and long Digest nonces X-Git-Tag: upstream/7.37.1~8349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56ddfbea6e834da58f1dfa26b54b3d3a52a9d378;p=platform%2Fupstream%2Fcurl.git ftp resumed upload and long Digest nonces --- diff --git a/CHANGES b/CHANGES index e026dcd..6fb1704 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,14 @@ Changelog +Daniel S (29 Nov 2007) +- A bug report on the curl-library list showed a HTTP Digest session going on + with a 700+ letter nonce. Previously libcurl only support 127 letter ones + and now I bumped it to 1023. + +- Fixed the resumed FTP upload loop to now require that the read callback + returns a full buffer on each invoke. + Daniel S (25 Nov 2007) - Added test case 1015 that tests --data-urlencode in multiple ways diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3ba305f..005a279 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -27,6 +27,9 @@ This release includes the following bugfixes: o setting a share no longer activates cookies o Negotiate now works on auth and proxy simultanouesly o curl.h now includes a socklen_t definition for Win32 API build targets + o support HTTP Digest nonces up to 1023 letters + o resumed ftp upload no longer requires the read callback to return full + buffers This release includes the following known bugs: