[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 140/178: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 140/178: RELEASE-NOTES: synced |
Date: |
Wed, 23 May 2018 12:26:15 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 03319b9903c37f013c201fcd99ac389c4b227fd4
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu May 3 15:14:03 2018 +0200
RELEASE-NOTES: synced
---
RELEASE-NOTES | 44 +++++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 13 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f61fdca7b..d3d6b6785 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -94,6 +94,17 @@ This release includes the following bugfixes:
o mime: avoid NULL pointer dereference risk [70]
o cookies: ensure that we have cookies before writing jar [71]
o os400.c: fix checksrc warnings [72]
+ o configure: provide --with-wolfssl as an alias for --with-cyassl
+ o cyassl: adapt to libraries without TLS 1.0 support built-in
+ o http2: get rid of another strstr [73]
+ o checksrc: force indentation of lines after an else [74]
+ o cookies: remove unused macro [75]
+ o CURLINFO_PROTOCOL.3: mention the existing defined names
+ o tests: provide 'manual' as a feature to optionally require [76]
+ o travis: enable libssh2 on both macos and Linux [77]
+ o CURLOPT_URL.3: added ENCODING section
+ o wolfssl: Fix non-blocking connect [78]
+ o vtls: don't define MD5_DIGEST_LENGTH for wolfssl
This release includes the following known bugs:
@@ -102,19 +113,20 @@ 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, 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, Geeknik Labs, 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, Ori Avtalion,
- Oumph on github, patelvivekv1993 on github, Patrick Monnerat,
- Philip Prindeville, Ray Satiro, Rick Deist, Rikard Falkeborn, Sergei Nikulov,
- Stefan Agner, Stephan Mühlstrasser, Terry Wu, Vincas Razma, wncboy on github,
- Wyatt O'Day, 刘佩东,
- (53 contributors)
+ Adam Brown, Alex Baines, Anders Bakken, Anders Roxell, Bas van Schaik,
+ Bernard Spil, Chris Araman, Christian Schmitz, Cyril B, Dagobert Michelsen,
+ Daniel Gustafsson, Daniel Stenberg, Dan McNulty, Dario Weisser,
+ dasimx on github, David Garske, David L., Dmitry Mikhirev, Dongliang Mu,
+ Don J Olmstead, Eric Gallager, Ernst Sjöstrand, Gaurav Malhotra,
+ Geeknik Labs, Howard Chu, iz8mbw on github, Jakub Wilk, Jon DeVree,
+ Kees Dekker, Kobi Gurkan, Laurie Clark-Michalek, Lauri Kasanen,
+ Lawrence Matthews, Luz Paz, Marcel Raad, Max Dymond, Michael Kaufmann,
+ Michael Kilburn, 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, Stephan Mühlstrasser,
+ Terry Wu, Vincas Razma, wncboy on github, Wyatt O'Day, 刘佩东,
+ (58 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -192,3 +204,9 @@ References to bug reports and discussions on issues:
[70] = https://curl.haxx.se/bug/?i=2527
[71] = https://curl.haxx.se/bug/?i=2529
[72] = https://curl.haxx.se/bug/?i=2525
+ [73] = https://curl.haxx.se/bug/?i=2534
+ [74] = https://curl.haxx.se/bug/?i=2532
+ [75] = https://curl.haxx.se/bug/?i=2537
+ [76] = https://curl.haxx.se/bug/?i=2533
+ [77] = https://curl.haxx.se/bug/?i=2541
+ [78] = https://curl.haxx.se/bug/?i=2542
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] 132/178: KNOWN_BUGS: --upload-file . hang if delay in STDIN, (continued)
- [GNUnet-SVN] [gnurl] 132/178: KNOWN_BUGS: --upload-file . hang if delay in STDIN, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 134/178: KNOWN_BUGS: Client cert with Issuer DN differs between backends, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 130/178: travis: enable libssh2 on both macos and Linux, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 127/178: tests: provide 'manual' as a feature to optionally require, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 142/178: URL: fix ASCII dependency in strcpy_url and strlen_url, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 161/178: http: restore buffer pointer when bad response-line is parsed, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 133/178: KNOWN_BUGS: Passive transfer tries only one IP address, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 145/178: travis: add an mbedtls build, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 156/178: openssl: change FILE ops to BIO ops, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 139/178: Revert "TODO: remove configure --disable-pthreads", gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 140/178: RELEASE-NOTES: synced,
gnunet <=
- [GNUnet-SVN] [gnurl] 174/178: http2: remove unused variable, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 176/178: THANKS: added people from the curl 7.60.0 release, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 152/178: URLs: fix one more http url, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 138/178: vtls: don't define MD5_DIGEST_LENGTH for wolfssl, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 141/178: docs: remove extraneous commas in man pages, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 170/178: CODE_STYLE: mention return w/o parens, but sizeof with, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 168/178: tool: Fix format specifiers, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 175/178: docs/libcurl/index.html: removed, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 164/178: contributors.sh: use "on github", not at, gnunet, 2018/05/23
- [GNUnet-SVN] [gnurl] 163/178: http2: getsock fix for uploads, gnunet, 2018/05/23