]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced with cba5bc585410
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Nov 2015 09:16:21 +0000 (10:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Nov 2015 09:16:21 +0000 (10:16 +0100)
RELEASE-NOTES

index 15be95f185f939c5e6a6b38aa0585e8ba6777138..3a8be1715b1c433038ba1264f92a8e61fc5961c4 100644 (file)
@@ -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