diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-08-15 12:19:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-15 12:19:20 +0200 |
commit | 9eba83c156039156b8bd24b820923f2ddd275a80 (patch) | |
tree | 83a2febebcb8c7d64fa9d5820c54d734a75a87db /RELEASE-NOTES | |
parent | 0187c9e11d079335f6863e583704e4350fe6b3e8 (diff) |
RELEASE-NOTES: synced with 0187c9e11d079
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f2cf1f7c0..8779c816e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: o findprotocol: show unsupported protocol within quotes o version: detect and show LibreSSL o version: detect and show BoringSSL + o Kerberos (SASL GSSAPI) authentication working for IMAP, SMTP and POP3 This release includes the following bugfixes: @@ -57,6 +58,12 @@ This release includes the following bugfixes: o http_negotiate_sspi: Use a dynamic buffer for SPN generation o sasl_sspi: Fixed missing free of challenge buffer on SPN failure o sasl_sspi: Fixed hard coded buffer for response generation + o Curl_poll + Curl_wait_ms: fix timeout return value + o docs/SSLCERTS: update the section about NSS database + o create_conn: prune dead connections [11] + o openssl: fix version report for the 0.9.8 branch + o mk-ca-bundle.pl: switched to using hg.mozilla.org [12] + o http: fix the Content-Range: parser [13] This release includes the following known bugs: @@ -66,10 +73,11 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Alessandro Ghedini, Anthon Pang, Dan Fandrich, Daniel Stenberg, Dave Reisner, - David Woodhouse, Fabian Keil, Jan Ehrhardt, Kamil Dudka, Leonardo Rosati, - Marcel Raad, Michael Osipov, Michael Wallner, Patrick Monnerat, Paul Saab, - Rafaël Carré, Sergey Nikulov, Spork Schivago, Steve Holme, - Tatsuhiro Tsujikawa, Toby Peterson, + David Shaw, David Woodhouse, Dimitrios Siganos, Ed Morley, Fabian Keil, + Frank Meier, Jan Ehrhardt, Jonatan Vela, Jose Alf, Kamil Dudka, + Leonardo Rosati, Marcel Raad, Michael Osipov, Michael Wallner, + Patrick Monnerat, Paul Saab, Peter Wang, Rafaël Carré, Sergey Nikulov, + Spork Schivago, Steve Holme, Tatsuhiro Tsujikawa, Toby Peterson, Thanks! (and sorry if I forgot to mention someone) @@ -85,3 +93,6 @@ References to bug reports and discussions on issues: [8] = http://curl.haxx.se/bug/view.cgi?id=1399 [9] = http://curl.haxx.se/mail/lib-2014-06/0224.html [10] = http://curl.haxx.se/bug/view.cgi?id=1401 + [11] = http://curl.haxx.se/mail/lib-2014-06/0189.html + [12] = http://curl.haxx.se/bug/view.cgi?id=1409 + [13] = http://curl.haxx.se/mail/lib-2014-06/0221.html |