aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-04 15:51:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-04 15:51:16 +0000
commit23f869205861afbb72ff724030a141cf636acc19 (patch)
tree9328d5a4880bbd5cef63d162325f1e5247217ca0 /RELEASE-NOTES
parent780652e5b695ba2e85cfbefedf80ec1f5e951798 (diff)
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
and then set it to NULL in a subsequent one, the previous cookie was still sent off!
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 a0be96100..ca7412a48 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
o if an FTP transfer used a bad path, the next transfer could fail too
o ares-built libcurl resolves IP-only names properly
o changed the curl_lock_function proto to prevent warnings on some compilers
@@ -59,6 +60,6 @@ advice from friends like these:
Sanders, John McGowan, Henrik Storner, Jörg Mueller-Tolk, Peter Pentchev,
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
- Neil Spring, Siddhartha Prakash Jain, Jon Turner
+ Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner
Thanks! (and sorry if I forgot to mention someone)