diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-05 14:37:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-05 14:37:33 +0000 |
commit | 4449bd9b4dffc67b4c0597414d816a123e9a98e5 (patch) | |
tree | 04b6c0deac16226bf203c8b0a68f721a938e07d5 /RELEASE-NOTES | |
parent | bffa8355733160e5f0e950beecc97a75ef89c4f5 (diff) |
Michael Wallner made the CULROPT_COOKIELIST option support a new magic
string: "FLUSH". Using that will cause libcurl to flush its cookies to the
CURLOPT_COOKIEJAR file.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 29748f115..50a4db1db 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: o added CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5 o renamed CURLE_SSL_PEER_CERTIFICATE to CURLE_PEER_FAILED_VERIFICATION o added CURLOPT_OPENSOCKETFUNCTION and CURLOPT_OPENSOCKETDATA + o CULROPT_COOKIELIST supports "FLUSH" This release includes the following bugfixes: @@ -53,6 +54,6 @@ advice from friends like these: Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire, Mark Davies, Max Katsev, Philip Langdale, Alex Fishman, Johnny Luong, - Alexey Pesternikov, Yang Tse, Kim Rinnewitz + Alexey Pesternikov, Yang Tse, Kim Rinnewitz, Michael Wallner Thanks! (and sorry if I forgot to mention someone) |