summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-05 21:20:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-05 21:20:14 +0000
commit7d3ea12b625fd07d9d41a68e7cc2cd5322247584 (patch)
tree7e8a964e4e70c54fd847390a0ad280524afb2c76 /RELEASE-NOTES
parent59dc9085d15fc069798eef92e41e4c72838ed990 (diff)
downloadcurl-7d3ea12b625fd07d9d41a68e7cc2cd5322247584.tar.gz
Spacen Jasset reported a problem with doing POST (with data read with a
callback) over a proxy when NTLM is used as auth with the proxy. The bug also concerned Digest and was limited to using callback only. Spacen worked with us to provide a useful patch. I added the test case 547 and 548 to verify two variations of POST over proxy with NTLM.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b4cb07dc8..d69a091cd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -33,6 +33,7 @@ This release includes the following bugfixes:
buffers
o no longer default-appends ;type= on FTP URLs thru proxies
o SSL session id caching
+ o POST with callback over proxy requiring NTLM or Digest
This release includes the following known bugs:
@@ -52,6 +53,6 @@ advice from friends like these:
Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
- Emil Romanus, Alessandro Vesely, Ray Pekowski
+ Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset
Thanks! (and sorry if I forgot to mention someone)