diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-04 00:26:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-04 00:26:50 +0000 |
commit | 6f752c64bc18a9fdd0c0b2321faa230781280b8b (patch) | |
tree | a4e6d3f33b2c48132531d035c0438651235724a5 /RELEASE-NOTES | |
parent | ccb7950c4ccb9641200994689661a75b4e11a457 (diff) |
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
the cookie "engine" without having to provide an empty or non-existing 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 a230c898a..35c1db32c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,7 @@ Curl and libcurl 7.13.1 This release includes the following changes: + o CURLOPT_COOKIEFILE set to "" is now activating the cookie engine o FTP code overhaul => multi interface much less blocking o Added CURLE_LOGIN_DENIED to be returned when curl is denied login to FTP servers @@ -39,6 +40,6 @@ advice from friends like these: Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud, Christopher R. Palmer, Mike Dobbs, David in bug report #1124588, Ralph Mitchell, - Rene Rebe + Rene Rebe, Dave Dribin Thanks! (and sorry if I forgot to mention someone) |