diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 13:32:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 13:32:43 +0000 |
commit | 5c52cacc98b838a891d0b0bb62c8d96a3377d60c (patch) | |
tree | b38a5b5ff78c7c33d25e69e6cd8e70730ff650f7 /RELEASE-NOTES | |
parent | e612f73374d25ba290e3fe27758bb6084851450f (diff) |
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
addresses, if one of them fails (ipv4-code).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4aecc490e..150a902e0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,7 +19,8 @@ This release includes the following changes: This release includes the following bugfixes: - o libcurl checks subjectAltNames when matching certs + o fixed the ipv4 connect code when a DNS entry has multiple IPs + o now checks subjectAltNames when matching certs o HTTP POST using read callback works again o builds fine on BeOS now o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie @@ -64,6 +65,6 @@ advice from friends like these: Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan, Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard, - Jeremy Friesner, Florian Schoppmann, Neil Dunbar + Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler Thanks! (and sorry if I forgot to mention someone) |