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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,10 @@ Changelog Daniel S (5 October 2007) +- 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. + - The new file docs/libcurl/ABI describes how we view ABI breakages, soname bumps and what the version number's significance to all that is. @@ -25,7 +29,6 @@ Yang Tse (3 October 2007) - Fixed issue related with the use of ares_timeout() result. Daniel S (3 October 2007) - - Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and CURLOPT_OPENSOCKETDATA to set a callback that allows an application to replace the socket() call used by libcurl. It basically allows the app to |