aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-24 07:13:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-24 07:13:48 +0000
commit59f904d8de005755f87aa0a4312ab7570a62c6f7 (patch)
treef9984fb0c6495595931f9ddf7d22bc0f6b20d773 /CHANGES
parent755f98e7687a1fc2a7ff363212803b39897897a0 (diff)
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
not be used both in one request. Fixed it and added test case 172 to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3dfb5cde0..a4ea90706 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (24 May 2004)
+- Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
+ not be used both in one request. Fixed it and added test case 172 to verify.
+
Daniel (21 May 2004)
- While talking to host a.b.c, libcurl did wrongly not accept cookies that
were set to the domain .a.b.c (that is with a dot prefix). This is now fixed