From 1a7f66a3de2625d10f65415e6eb3e56067dc0555 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Aug 2015 20:13:01 +0200 Subject: [PATCH] RELEASE-NOTES: synced with c75a1e775061 --- RELEASE-NOTES | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9e981602c..f1229788c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -72,6 +72,10 @@ This release includes the following bugfixes: o SFTP: fix range request off-by-one in size check [21] o CMake: fix GSSAPI builds [22] o build: refer to fixed libidn versions [4] + o http2: discard frames with no SessionHandle [23] + o curl_easy_recv.3: fix formatting + o libcurl-tutorial.3: fix formatting [24] + o curl_formget.3: correct return code [25] This release includes the following known bugs: @@ -80,13 +84,14 @@ 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: - Cédric Connes, Dan Fandrich, Daniel Stenberg, David Woodhouse, Eric Ridge, - Feist Josselin, Gustavo Grieco, Inca R, Isaac Boukris, Jakub Zakrzewski, - John E. Malmberg, Kamil Dudka, Lior Kaplan, Marcel Raad, Michael Kaufmann, - Michał Fita, Patrick Monnerat, Paul Howarth, Ray Satiro, Roger Leigh, - Stefan Bühler, Štefan Kremeň, Steve Holme, Tatsuhiro Tsujikawa, Terri Oda, - Tim Stack, TJ Saunders, Tomas Tomecek, Viktor Szakáts, - (29 contributors) + Anders Bakken, Cédric Connes, Dan Fandrich, Daniel Stenberg, David Woodhouse, + Eric Ridge, Feist Josselin, Gustavo Grieco, Inca R, Isaac Boukris, + Jakub Zakrzewski, John E. Malmberg, Kamil Dudka, Lior Kaplan, Marcel Raad, + Michael Kaufmann, Michał Fita, Patrick Monnerat, Paul Howarth, Ray Satiro, + Roger Leigh, Stefan Bühler, Štefan Kremeň, Steve Holme, Svyatoslav Mishyn, + Tatsuhiro Tsujikawa, Terri Oda, Tim Stack, TJ Saunders, Tomas Tomecek, + Viktor Szakáts, + (31 contributors) Thanks! (and sorry if I forgot to mention someone) @@ -114,3 +119,6 @@ References to bug reports and discussions on issues: [20] = http://curl.haxx.se/mail/lib-2015-08/0019.html [21] = http://curl.haxx.se/bug/?i=359 [22] = http://curl.haxx.se/bug/?i=370 + [23] = http://curl.haxx.se/bug/?i=372 + [24] = http://curl.haxx.se/bug/?i=374 + [25] = http://curl.haxx.se/bug/?i=375