This commit is contained in:
Daniel Stenberg 2015-11-02 10:16:21 +01:00
Родитель cba5bc5854
Коммит 1ea3a7d5e4
1 изменённых файлов: 15 добавлений и 4 удалений

Просмотреть файл

@ -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