diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-02-13 23:35:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-13 23:35:32 +0100 |
commit | db981b7b30c8ed35ebdeab198fdf52afd8f49433 (patch) | |
tree | 9c0f153a3c8798c1b6e3c1bd46717c44f2eae401 | |
parent | 378af08c99299683eb728fd8f9d3d3ab05f73ec0 (diff) |
RELEASE-NOTES: synced with 378af08c992
-rw-r--r-- | RELEASE-NOTES | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 42cb1aa72..b49a4bf62 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,7 +14,9 @@ This release includes the following changes: o openssl: add ALPN support o gtls: add ALPN support o nss: add ALPN and NPN support - o + o added CURLOPT_EXPECT_100_TIMEOUT_MS [7] + o tool: add --no-alpn and --no-npn + o added CURLOPT_SSL_ENABLE_NPN and CURLOPT_SSL_ENABLE_ALPN This release includes the following bugfixes: @@ -29,7 +31,10 @@ This release includes the following bugfixes: o formpost: use semicolon in multipart/mixed [5] o --help: add missing --tlsv1.x options o formdata: Fixed memory leak on OOM condition - o + o ConnectionExists: reusing possible HTTP+NTLM connections better [6] + o mingw32: fix compilation + o chunked decoder: track overflows correctly [8] + o curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0 This release includes the following known bugs: @@ -38,9 +43,10 @@ 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: - Dan Fandrich, Daniel Stenberg, Fabian Frank, Gisle Vanem, Kamil Dudka, - Marc Hoersken, Prash Dush, Remi Gacogne, Rob Davies, Steve Holme, - Tatsuhiro Tsujikawa + Adam Sampson, Dan Fandrich, Daniel Stenberg, Fabian Frank, Gisle Vanem, + Kamil Dudka, Marc Hoersken, Prash Dush, Remi Gacogne, Rob Davies, + Romulo A. Ceccon, Steve Holme, Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, + Thanks! (and sorry if I forgot to mention someone) @@ -51,3 +57,6 @@ References to bug reports and discussions on issues: [3] = http://curl.haxx.se/mail/archive-2013-11/0006.html [4] = http://curl.haxx.se/bug/view.cgi?id=1334 [5] = http://curl.haxx.se/bug/view.cgi?id=1333 + [6] = http://curl.haxx.se/mail/lib-2014-02/0100.html + [7] = http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTEXPECT100TIMEOUTMS + [8] = http://curl.haxx.se/mail/lib-2014-02/0097.html |