[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 106/178: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 106/178: RELEASE-NOTES: synced |
Date: |
Wed, 23 May 2018 12:25:41 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 5e5725a47651b4398789b59074aef09bdc735869
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 23 14:43:02 2018 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 37 ++++++++++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 7 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7bab7c704..5eb06d3df 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -75,6 +75,17 @@ This release includes the following bugfixes:
o ntlm_sspi: fix authentication using Credential Manager [55]
o schannel: add client certificate authentication [56]
o winbuild: Support custom devel paths for each dependency [57]
+ o schannel: add support for CURLOPT_CAINFO [58]
+ o http2: handle on_begin_headers() called more than once [59]
+ o openssl: support OpenSSL 1.1.1 verbose-mode trace messages [60]
+ o openssl: fix subjectAltName check on non-ASCII platforms [61]
+ o http2: avoid strstr() on data not zero terminated [62]
+ o http2: clear the "drain counter" when a stream is closed [63]
+ o http2: handle GOAWAY properly [64]
+ o tool_help: clarify --max-time unit of time is seconds
+ o curl.1: clarify that options and URLs can be mixed [65]
+ o http2: convert an assert to run-time check [66]
+ o curl_global_sslset: always provide available backends [67]
This release includes the following known bugs:
@@ -83,17 +94,19 @@ 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:
- Adam Brown, Alex Baines, Bas van Schaik, Bernard Spil, Chris Araman,
- Christian Schmitz, Cyril B, Dagobert Michelsen, Daniel Gustafsson,
- Daniel Stenberg, dasimx on github, David L., Dmitry Mikhirev, Dongliang Mu,
- Don J Olmstead, Eric Gallager, Ernst Sjöstrand, Gaurav Malhotra, Howard Chu,
+ Adam Brown, Alex Baines, Anders Bakken, Bas van Schaik, Bernard Spil,
+ Chris Araman, Christian Schmitz, Cyril B, Dagobert Michelsen,
+ Daniel Gustafsson, Daniel Stenberg, Dan McNulty, dasimx on github, David L.,
+ Dmitry Mikhirev, Dongliang Mu, Don J Olmstead, Eric Gallager,
+ Ernst Sjöstrand, Gaurav Malhotra, Howard Chu, iz8mbw on github, Jakub Wilk,
Jon DeVree, Kees Dekker, Kobi Gurkan, Laurie Clark-Michalek, Lauri Kasanen,
Lawrence Matthews, Luz Paz, Marcel Raad, Michael Kaufmann,
- Michał Janiszewski, Michal Trybus, Muz Dima, Nikos Tsipinakis,
+ Michał Janiszewski, Michal Trybus, Muz Dima, Nikos Tsipinakis, Ori Avtalion,
Oumph on github, patelvivekv1993 on github, Patrick Monnerat,
Philip Prindeville, Ray Satiro, Rick Deist, Rikard Falkeborn, Sergei Nikulov,
- Stefan Agner, Vincas Razma, Wyatt O'Day, 刘佩东,
- (44 contributors)
+ Stefan Agner, Stephan Mühlstrasser, Terry Wu, Vincas Razma, wncboy on github,
+ Wyatt O'Day, 刘佩东,
+ (52 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -156,3 +169,13 @@ References to bug reports and discussions on issues:
[55] = https://curl.haxx.se/bug/?i=1622
[56] = https://curl.haxx.se/bug/?i=2376
[57] = https://curl.haxx.se/bug/?i=2474
+ [58] = https://curl.haxx.se/bug/?i=1325
+ [59] = https://curl.haxx.se/bug/?i=2507
+ [60] = https://curl.haxx.se/bug/?i=2403
+ [61] = https://curl.haxx.se/bug/?i=2493
+ [62] = https://curl.haxx.se/bug/?i=2513
+ [63] = https://curl.haxx.se/bug/?i=1680
+ [64] = https://curl.haxx.se/bug/?i=2416
+ [65] = https://curl.haxx.se/bug/?i=2515
+ [66] = https://curl.haxx.se/bug/?i=2514
+ [67] = https://curl.haxx.se/bug/?i=2499
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] 67/178: winbuild: fix URL, (continued)
- [GNUnet-SVN] [gnurl] 67/178: winbuild: fix URL, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 72/178: proxy: show getenv proxy use in verbose output, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 87/178: RELEASE-NOTES: synced, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 91/178: http2: handle on_begin_headers() called more than once, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 120/178: configure: provide --with-wolfssl as an alias for --with-cyassl, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 75/178: all: Refactor malloc+memset to use calloc, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 83/178: ntlm_sspi: fix authentication using Credential Manager, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 111/178: examples/sftpuploadresume: typecast fseek argument to long, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 95/178: openssl: fix subjectAltName check on non-ASCII platforms, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 117/178: cookies: ensure that we have cookies before writing jar, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 106/178: RELEASE-NOTES: synced,
gnunet <=
- [GNUnet-SVN] [gnurl] 98/178: http2: handle GOAWAY properly, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 122/178: http2: get rid of another strstr(), gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 125/178: cookies: remove unused macro, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 94/178: openssl: Add support for OpenSSL 1.1.1 verbose-mode trace messages, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 128/178: TODO: CLOEXEC, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 118/178: os400.c: fix ASSIGNWITHINCONDITION checksrc warnings, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 137/178: TODO: remove configure --disable-pthreads, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 148/178: transfer: don't unset writesockfd on setup of multiplexed conns, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 151/178: github/lock: auto-lock closed issues after 90 days of inactivity, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 154/178: RELEASE-NOTES: typo, gnunet, 2018/05/23