diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-05 13:12:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-05 13:12:58 +0000 |
commit | 9c8b2a99580e0c25c347b9da54c697e78762f93d (patch) | |
tree | 98d8fafe74a791b5f83c63ff0df82eba1f6f1dcf /RELEASE-NOTES | |
parent | 498666bdc3673e97a0a1bea97ecb358af05d1c2e (diff) | |
download | curl-9c8b2a99580e0c25c347b9da54c697e78762f93d.tar.gz |
issue 12 fixed, the final known outstanding issue to be done before 7.11.1
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 94a194bcd..f16de8313 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 |