diff options
author | Yang Tse <yangsita@gmail.com> | 2008-02-10 04:20:09 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-02-10 04:20:09 +0000 |
commit | 736af32b498687be9d1cc391e07631f8515e4376 (patch) | |
tree | b8d8dd76752b59165db27eff7377e4b7b7fe2782 /CHANGES | |
parent | 6942d313ffa476a60a3a08aee13df56310a92c5a (diff) |
Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points
out and provides test program that demonstrates that libcurl might not set
error description message for error CURLE_COULDNT_RESOLVE_HOST for Windows
threaded name resolver builds. Fixed now.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Yang Tse (10 Feb 2008) +- Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points out + and provides test program that demonstrates that libcurl might not set error + description message for error CURLE_COULDNT_RESOLVE_HOST for Windows threaded + name resolver builds. Fixed now. + Daniel Fandrich (8 Feb 2007) - Added key words to all SSL-using tests so they can be skipped if necessary. Removed a few unnecessary requires SSL statements. |