]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced with 79607eec51055
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Sep 2016 21:58:55 +0000 (23:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Sep 2016 21:58:55 +0000 (23:58 +0200)
RELEASE-NOTES

index cb0c32c9e1ed731e12c52cd393f8d7d7dd76f1ef..bba03976d755f59c095d44915a58929e73576347 100644 (file)
@@ -12,7 +12,15 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
- o
+ o openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2 [1]
+ o http: accept "Transfer-Encoding: chunked" for HTTP/2 as well [2]
+ o LICENSE-MIXING.md: update with mbedTLS dual licensing [3]
+ o examples/imap-append: Set size of data to be uploaded [4]
+ o test2048: fix url
+ o darwinssl: disable RC4 cipher-suite support
+ o CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting
+ o openssl: don’t call CRYTPO_cleanup_all_ex_data [5]
+ o libressl: fix version output [6]
 
 This release includes the following known bugs:
 
@@ -21,10 +29,17 @@ 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:
 
-
+  Akshay Vernekar, Bernard Spil, Daniel Gustafsson, Daniel Stenberg,
+  lukaszgn on github, Nick Zitzmann, Ray Satiro, Todd Short, Tony Kelman,
+  (9 contributors)
 
         Thanks! (and sorry if I forgot to mention someone)
 
 References to bug reports and discussions on issues:
 
- [1] = https://curl.haxx.se/bug/?i=
+ [1] = https://curl.haxx.se/bug/?i=964
+ [2] = https://curl.haxx.se/bug/?i=1013
+ [3] = https://curl.haxx.se/bug/?i=1019
+ [4] = https://curl.haxx.se/bug/?i=1011
+ [5] = https://curl.haxx.se/mail/lib-2016-09/0045.html
+ [6] = https://curl.haxx.se/bug/?i=1029