diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 21:59:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 21:59:07 +0000 |
commit | 496002ea1cd76af7fff27166e8a310ed64a434ba (patch) | |
tree | 21e5a5c8d219cfe0ac45cf7d98932eaaf0c39ebc /RELEASE-NOTES | |
parent | 1a1ffb10d00826d158e47d65fc3950c095c1a9ad (diff) |
- Wesley Miaw reported bug #2958179 which identified a case of looping during
OpenSSL based SSL handshaking even though the multi interface was used and
there was no good reason for it.
http://curl.haxx.se/bug/view.cgi?id=2958179
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 b6bd52512..fc63380fc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following bugfixes: o SMTP: use angle brackets in RCPT TO o curl --trace-time not using local time o off-by-one in the chunked encoding trailer parser + o superfluous blocking for OpenSSL-based SSH connects and multi interface This release includes the following known bugs: @@ -30,6 +31,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager, - Daniel Fandrich, Patrick Monnerat, Pat Ray + Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw Thanks! (and sorry if I forgot to mention someone) |