aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-02-10 04:20:09 +0000
committerYang Tse <yangsita@gmail.com>2008-02-10 04:20:09 +0000
commit736af32b498687be9d1cc391e07631f8515e4376 (patch)
treeb8d8dd76752b59165db27eff7377e4b7b7fe2782 /RELEASE-NOTES
parent6942d313ffa476a60a3a08aee13df56310a92c5a (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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 36f1a7f0c..286cc17d7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,7 @@ This release includes the following bugfixes:
o improved pipelining
o improved strdup replacement
o GnuTLS-built libcurl failed when doing global cleanup and reinit
+ o error message problem when unable to resolve a host on Windows
This release includes the following known bugs: