Skip to content
Snippets Groups Projects
Commit 1ea3a7d5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

RELEASE-NOTES: synced with cba5bc58

parent cba5bc58
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ This release includes the following changes:
o Added CURLOPT_STREAM_DEPENDS [8]
o Added CURLOPT_STREAM_DEPENDS_E [9]
o Added CURLOPT_STREAM_WEIGHT [10]
o Added CURLFORM_CONTENTLEN [14]
This release includes the following bugfixes:
......@@ -39,6 +40,13 @@ This release includes the following bugfixes:
o http2: on_frame_recv: trust the conn/data input
o ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size [11]
o polarssl/mbedtls: fix name space pollution
o build: Fix mingw ssl gdi32 order [12]
o build: Fix support for PKG_CONFIG
o MacOSX-Framework: sdk regex fix for sdk 10.10 and later
o socks: Fix incorrect port numbers in failed connect messages
o curl.1: -E: s/private certificate/client certificate
o curl.h: s/HTTPPOST_/CURL_HTTPOST_ [13]
o curl_formadd: support >2GB files on windows [14]
This release includes the following known bugs:
......@@ -48,10 +56,10 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Anders Bakken, Dan Fandrich, Daniel Hwang, Daniel Stenberg, Dmitry S. Baikov,
Erik Johansson, Gisle Vanem, Javier G. Sogo, Jonas Minnberg, Kurt Fankhauser,
Rainer Jung, Ray Satiro, Richard Hosking, Svyatoslav Mishyn,
Tatsuhiro Tsujikawa, Tim Rühsen,
(16 contributors)
Erik Johansson, Gisle Vanem, Javier G. Sogo, John Levon, Jonas Minnberg,
Kang Lin, Kurt Fankhauser, Rainer Jung, Ray Satiro, Richard Hosking,
Svyatoslav Mishyn, Tatsuhiro Tsujikawa, Tim Rühsen, xiangbin li,
(19 contributors)
Thanks! (and sorry if I forgot to mention someone)
......@@ -68,3 +76,6 @@ References to bug reports and discussions on issues:
[9] = http://curl.haxx.se/libcurl/c/CURLOPT_STREAM_DEPENDS_E.html
[10] = http://curl.haxx.se/libcurl/c/CURLOPT_STREAM_WEIGHT.html
[11] = http://curl.haxx.se/bug/?i=480
[12] = https://github.com/bagder/curl/pull/501
[13] = http://curl.haxx.se/bug/?i=506
[14] = http://curl.haxx.se/bug/?i=425
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment