diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:17:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:17:35 +0000 |
commit | 46c699c483f3e453fa6b0e8f69846ecce95a1a0f (patch) | |
tree | aa01760fa21c8d133dd28b87fa261ce090678371 /RELEASE-NOTES | |
parent | f7d6e147f1a64269e0e68b8e6c7d3a92eb6fa726 (diff) |
Colin Hogben filed bug report #1750274
(http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the
case where libcurl did a connect attempt to a non-listening port and didn't
provide a human readable error string back.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 64f038493..7f1ccf4ec 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following bugfixes: o CURLOPT_SSL_VERIFYHOST set to 1 o CONNECT endless loop o krb5 support builds with Heimdal + o added returned error string for connection refused case This release includes the following known bugs: @@ -38,6 +39,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev, - Daniel Cater + Daniel Cater, Colin Hogben Thanks! (and sorry if I forgot to mention someone) |