aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-08 13:32:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-08 13:32:43 +0000
commit5c52cacc98b838a891d0b0bb62c8d96a3377d60c (patch)
treeb38a5b5ff78c7c33d25e69e6cd8e70730ff650f7 /CHANGES
parente612f73374d25ba290e3fe27758bb6084851450f (diff)
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
addresses, if one of them fails (ipv4-code).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 38a4cd400..78b387187 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Daniel (8 October)
+- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
+ addresses, if one of them fails (ipv4-code).
+
Daniel (7 October)
- Neil Dunbar provided a patch that now makes libcurl check SSL
subjectAltNames when matching certs. This is apparently detailed in RFC2818