aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-04 00:26:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-04 00:26:50 +0000
commit6f752c64bc18a9fdd0c0b2321faa230781280b8b (patch)
treea4e6d3f33b2c48132531d035c0438651235724a5 /CHANGES
parentccb7950c4ccb9641200994689661a75b4e11a457 (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 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14ab35c6f..e53b34dd0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@
Daniel (4 March 2005)
+- 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.
+
- Rene Rebe fixed a -# crash when more data than expected was retrieved.
Daniel (22 February 2005)