]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
issue 12 fixed, the final known outstanding issue to be done before 7.11.1
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Mar 2004 13:12:58 +0000 (13:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Mar 2004 13:12:58 +0000 (13:12 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index f182a6681dc71355352c4012f2cd9495ea6e2eae..b4c4915ec72deba077de561191017967c7f31f5b 100644 (file)
--- 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.
index 94a194bcdba1fbe191548928ad7f6afe208bf933..f16de83135543f5ba8dac528b92fa75943806a28 100644 (file)
@@ -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