aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-21 20:40:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-21 20:40:15 +0000
commit755f98e7687a1fc2a7ff363212803b39897897a0 (patch)
treeea9937317e931a527f550f4aa2645f4b2209c87a /CHANGES
parentaadc797225906ba02fab4e1ad29b484acd4751b3 (diff)
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 and test case 171 verifies it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3dd5922c..3dfb5cde0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+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
+ and test case 171 verifies it.
+
Daniel (20 May 2004)
- Jesse Noller reported that the upload speed info reported by libcurl was
wrong. The same was true for the download speed. Fixed now.