Skip to content

Commit

Permalink
RELEASE-NOTES: synced with cba5bc5
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 2, 2015
1 parent cba5bc5 commit 1ea3a7d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions RELEASE-NOTES
Expand Up @@ -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:

Expand All @@ -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:

Expand All @@ -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)

Expand All @@ -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 comments on commit 1ea3a7d

Please sign in to comment.