From: Daniel Stenberg Date: Fri, 5 Mar 2004 13:12:58 +0000 (+0000) Subject: issue 12 fixed, the final known outstanding issue to be done before 7.11.1 X-Git-Tag: curl-7_11_1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8b2a99580e0c25c347b9da54c697e78762f93d;p=thirdparty%2Fcurl.git issue 12 fixed, the final known outstanding issue to be done before 7.11.1 --- diff --git a/CHANGES b/CHANGES index f182a6681d..b4c4915ec7 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ Changelog Daniel (4 March 2004) +- Improved PUT/POST with NTLM/Digest authentication, the so called issue 12. + - Modified the test HTTP server a lot to work with the upcoming changes for PUT/POST with NTLM/Digest authentication (like test case 88). Added Andrés García's win32-changes. Improved the logging. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 94a194bcdb..f16de83135 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ This release includes the following changes: This release includes the following bugfixes: + o Improved PUT/POST with NTLM/Digest authentication o following redirects and doing NTLM/Digest (where the first connection gets closed) with the multi interface work better now o file: progress meter and getinfo variables work now