diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-27 21:45:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-27 21:45:12 +0000 |
commit | bf07d37737e179ff2ded90b8303bb65c227a8615 (patch) | |
tree | 3e0f2f359ee8e0efce5925b773d404fe3d2ac580 /RELEASE-NOTES | |
parent | eecb7136164ac60567c28b2386e291106aaee1de (diff) |
- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear
the auth credentials back in 7.19.0 and earlier while now you have to set ""
to get the same effect. His patch brings back the ability to use NULL.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8d1f2591b..c00db9161 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following bugfixes: o crash on bad socket close with FTP o leaking cookie memory when duplicate domains or paths were used o build fix for Symbian + o CURLOPT_USERPWD set to NULL clears auth credentials This release includes the following known bugs: @@ -24,6 +25,7 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Kamil Dudka, Caolan McNamara, Frank McGeough, Andre Guibert de Bruet + Kamil Dudka, Caolan McNamara, Frank McGeough, Andre Guibert de Bruet, + Mike Crowe Thanks! (and sorry if I forgot to mention someone) |