aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-04 13:12:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-04 13:12:00 +0000
commit6b5a04cf833710f40dd0e8e651ebe7c1ad1b93b2 (patch)
treec5431974e02acbef959212af3105a02e34f584da /CHANGES
parent55e61c092ed05b5fbe92e7f212d98bf331ba22c0 (diff)
multi-connect fix and cookie domain fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 48b4e35cb..ecd02efea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (4 August 2004)
+- Gisle Vanem provided a fix for the multi interface and connecting to a host
+ using multiple IP (bad) addresses.
+
+- Dylan Salisbury made libcurl no longer accept cookies set to a TLD only (it
+ previously allowed that on the seven three-letter domains).
+
Daniel (31 July 2004)
- Joel Chen reported that the digest code assumed quotes around the contents a
bit too much.