aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorMatthias Bolte <photron@users.sourceforge.net>2010-11-19 13:31:34 -0800
committerDan Fandrich <dan@coneharvesters.com>2010-11-19 13:34:07 -0800
commita83870ef9d1758de371551844efa4f17dda71581 (patch)
tree495eb436ba53e190d9cf2dfac94e42e3f847d485 /RELEASE-NOTES
parenta768e39b2d6bd60cbf71e983f1003b22603cb71e (diff)
Detect socket errors in GnuTLS on Windows
On Windows, translate WSAGetLastError() to errno values as GNU TLS does it internally, too. This is necessary because send() and recv() on Windows don't set errno when they fail but GNU TLS expects a proper errno value. Bug: http://curl.haxx.se/bug/view.cgi?id=3110991
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f23e2f3d5..6e783c2c7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -31,6 +31,7 @@ This release includes the following bugfixes:
o krb5: Use GSS_ERROR to check for error
o TFTP: resend the correct data
o configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
+ o GnuTLS: now detects socket errors on Windows
This release includes the following known bugs:
@@ -41,6 +42,6 @@ advice from friends like these:
Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka,
Stefan Tomanek, Alfred Gebert, Yang Tse, Julien Chaffraix, Adam Light,
- Rutger Hofman
+ Rutger Hofman, Matthias Bolte
Thanks! (and sorry if I forgot to mention someone)