diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-18 20:35:01 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-18 20:35:01 +0100 |
commit | 0115ec2f1368338fe4716b16d5d770650ecfb618 (patch) | |
tree | a717df5bd5d3b3b279995b7f1484d73f0563cf33 /RELEASE-NOTES | |
parent | 33e0cba8f12094cf981cf49d09fdf7a41f8c51a6 (diff) |
RELEASE-NOTES: Synced with 33e0cba8f1
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ed124215d..f1ba02221 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,9 @@ This release includes the following changes: o CURLOPT_HEADEROPT: added o curl: add --proxy-header o sasl: Added support for DIGEST-MD5 via Windows SSPI + o sasl: Added DIGEST-MD5 qop-option validation in native challange handling + o imap: Expanded mailbox SEARCH support to use URL query strings [7] + o imap: Extended FETCH support to include PARTIAL URL specifier [7] o This release includes the following bugfixes: @@ -31,6 +34,9 @@ This release includes the following bugfixes: o HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue [4] o http2: Compile with current nghttp2, which supports h2-11 [5] o http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not defined + o strerror: fix comment about vxworks' strerror_r buffer size [6] + o url: only use if_nametoindex() if IFNAMSIZ is available + o imap: Fixed untagged response detection when no data after command o This release includes the following known bugs: @@ -40,9 +46,9 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Alan, Cody Mack, Dan Fandrich, Daniel Stenberg, JimS, Marc Hoersken, - Maciej Puzio, Melissa Mears, Paul Marks, Remi Gacogne, Steve Holme, - Tatsuhiro Tsujikawa, Till Maas, Tom Sparrow, Vijay Panghal + Alan, Cody Mack, Dan Fandrich, Daniel Stenberg, Jeroen Koekkoek, JimS, + Marc Hoersken, Maciej Puzio, Melissa Mears, Paul Marks, Remi Gacogne, + Steve Holme, Tatsuhiro Tsujikawa, Till Maas, Tom Sparrow, Vijay Panghal Thanks! (and sorry if I forgot to mention someone) @@ -53,3 +59,5 @@ References to bug reports and discussions on issues: [3] = http://curl.haxx.se/mail/lib-2014-02/0135.html (ruined) [4] = http://curl.haxx.se/bug/view.cgi?id=1349 [5] = http://curl.haxx.se/mail/lib-2014-04/0053.html + [6] = http://curl.haxx.se/mail/lib-2014-04/0063.html + [7] = http://curl.haxx.se/mail/lib-2014-04/0067.html |