[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 341/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 341/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:22:36 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit df2af7dd819f76abada7cb1204c35e75bc1c91b8
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Fri Nov 13 13:32:37 2020 +0100
RELEASE-NOTES: synced
---
RELEASE-NOTES | 37 +++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c5d0de120..e267e54a5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,11 +4,11 @@ curl and libcurl 7.74.0
Command line options: 235
curl_easy_setopt() options: 284
Public functions in libcurl: 85
- Contributors: 2278
+ Contributors: 2282
This release includes the following changes:
- o hsts: add support for Strict-Transport-Security [37]
+ o hsts: add experimental support for Strict-Transport-Security [37]
This release includes the following bugfixes:
@@ -21,6 +21,8 @@ This release includes the following bugfixes:
o CI/tests: enable test target on TravisCI for CMake builds [38]
o CI/travis: add brotli and zstd to the libssh2 build [27]
o cmake: call the feature unixsockets without dash [26]
+ o cmake: correctly handle linker flags for static libs [52]
+ o cmake: don't pass -fvisibility=hidden to clang-cl on Windows [53]
o cmake: make BUILD_TESTING dependent option [30]
o cmake: set the unicode feature in curl-config on Windows [23]
o cmake: store IDN2 information in curl_config.h [25]
@@ -29,12 +31,15 @@ This release includes the following bugfixes:
o connect: repair build without ipv6 availability [19]
o curl.1: add an "OUTPUT" section at the top of the manpage [32]
o curl.se: new home [59]
+ o curl: only warn not fail, if not finding the home dir [15]
+ o curl_easy_escape: limit output string length to 3 * max input [55]
o Curl_pgrsStartNow: init speed limit time stamps at start [48]
o curl_url_set.3: fix typo in the RETURN VALUE section [3]
o CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo [34]
o CURLOPT_NOBODY.3: fix typo [6]
o CURLOPT_TCP_NODELAY.3: fix comment in example code [8]
o CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as well
+ o docs: document the 8MB input string limit [57]
o docs: Fix various typos in documentation [58]
o examples/httpput: remove use of CURLOPT_PUT [39]
o FAQ: refreshed [56]
@@ -43,10 +48,13 @@ This release includes the following bugfixes:
o HISTORY: the new domain
o http3: fix two build errors, silence warnings [10]
o http: pass correct header size to debug callback for chunked post [44]
+ o http_proxy: use enum with state names for 'keepon' [54]
+ o httpput-postfields.c: new example doing PUT with POSTFIELDS [35]
o libssh2: fix build with disabled proxy support [17]
o libssh2: fix transport over HTTPS proxy [31]
o libssh2: require version 1.0 or later [24]
o Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3 [11]
+ o mqttd: fclose test file when done [60]
o ngtcp2: adapt to recent nghttp3 updates [49]
o openssl: acknowledge SRP disabling in configure properly [9]
o os400: Sync libcurl API options [5]
@@ -80,14 +88,15 @@ 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:
- asavah on github, b9a1 on github, Baruch Siach, Basuke Suzuki,
- bobmitchell1956 on github, BrumBrum on hackerone, Cristian Morales Vega,
- Daniel Gustafsson, Daniel Stenberg, Dietmar Hauser, Dirk Wetter, Emil Engler,
- hamstergene on github, Harry Sintonen, Jeroen Ooms, Jon Rumsey,
- José Joaquín Atria, Kael1117 on github, Marcel Raad, Marc Hörsken,
- nosajsnikta on github, Philipp Klaus Krause, Ray Satiro, Rui LIU,
- Sergei Nikulov, Tom G. Christensen, Viktor Szakats,
- (27 contributors)
+ Andreas Fischer, asavah on github, b9a1 on github, Baruch Siach,
+ Basuke Suzuki, bobmitchell1956 on github, BrumBrum on hackerone,
+ Cristian Morales Vega, Daniel Gustafsson, Daniel Stenberg, Dietmar Hauser,
+ Dirk Wetter, Emil Engler, hamstergene on github, Harry Sintonen,
+ Jakub Zakrzewski, Jeroen Ooms, Jon Rumsey, José Joaquín Atria,
+ Kael1117 on github, Marcel Raad, Marc Hörsken, Marc Schlatter,
+ Niranjan Hasabnis, nosajsnikta on github, Philipp Klaus Krause, Ray Satiro,
+ Rui LIU, Sergei Nikulov, Tobias Hieta, Tom G. Christensen, Viktor Szakats,
+ (32 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -107,6 +116,7 @@ References to bug reports and discussions on issues:
[12] = https://curl.se/bug/?i=6095
[13] = https://curl.se/bug/?i=6088
[14] = https://curl.se/bug/?i=6086
+ [15] = https://curl.se/bug/?i=6200
[16] = https://curl.se/bug/?i=6053
[17] = https://curl.se/bug/?i=6125
[18] = https://curl.se/bug/?i=6068
@@ -126,6 +136,7 @@ References to bug reports and discussions on issues:
[32] = https://curl.se/bug/?i=6134
[33] = https://curl.se/bug/?i=6126
[34] = https://curl.se/bug/?i=6131
+ [35] = https://curl.se/bug/?i=6188
[36] = https://curl.se/bug/?i=6124
[37] = https://curl.se/bug/?i=5896
[38] = https://curl.se/bug/?i=6074
@@ -142,9 +153,15 @@ References to bug reports and discussions on issues:
[49] = https://curl.se/bug/?i=6185
[50] = https://curl.se/bug/?i=6168
[51] = https://curl.se/bug/?i=6182
+ [52] = https://curl.se/bug/?i=6195
+ [53] = https://curl.se/bug/?i=6194
+ [54] = https://curl.se/mail/lib-2020-11/0026.html
+ [55] = https://curl.se/bug/?i=6192
[56] = https://curl.se/bug/?i=6177
+ [57] = https://curl.se/bug/?i=6190
[58] = https://curl.se/bug/?i=6171
[59] = https://curl.se/bug/?i=6172
+ [60] = https://curl.se/bug/?i=6058
[63] = https://curl.se/bug/?i=6077
[64] = https://curl.se/bug/?i=6161
[65] = https://curl.se/bug/?i=6161
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 409/411: gnurl: rename new files, (continued)
- [gnurl] 409/411: gnurl: rename new files, gnunet, 2021/01/12
- [gnurl] 379/411: ngtcp2: advertise h3 ALPN unconditionally, gnunet, 2021/01/12
- [gnurl] 386/411: splay: rename Curl_splayremovebyaddr to Curl_splayremove, gnunet, 2021/01/12
- [gnurl] 392/411: tests/util.py: fix compatibility with Python 2, gnunet, 2021/01/12
- [gnurl] 399/411: urlapi: don't accept blank port number field without scheme, gnunet, 2021/01/12
- [gnurl] 410/411: adjust makefile for opts, gnunet, 2021/01/12
- [gnurl] 366/411: urldata: remove 'void *protop' and create the union 'p', gnunet, 2021/01/12
- [gnurl] 344/411: cirrus: build with FreeBSD 12.2 in CirrusCI, gnunet, 2021/01/12
- [gnurl] 313/411: copyright: fix year ranges, gnunet, 2021/01/12
- [gnurl] 373/411: tool_writeout: use off_t getinfo-types instead of doubles, gnunet, 2021/01/12
- [gnurl] 341/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 304/411: rtsp: fixed Session ID comparison to refuse prefix, gnunet, 2021/01/12
- [gnurl] 350/411: KNOWN_BUGS: cmake build doesn't fail if zlib not found, gnunet, 2021/01/12
- [gnurl] 323/411: FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?", gnunet, 2021/01/12
- [gnurl] 365/411: winbuild: remove docs from Makefiles and refer to README.md, gnunet, 2021/01/12
- [gnurl] 343/411: tests/*server.py: close log file after each log line, gnunet, 2021/01/12
- [gnurl] 307/411: travis: use ninja-build for CMake builds, gnunet, 2021/01/12
- [gnurl] 287/411: tests: fix some http/2 tests for older versions of nghttpx, gnunet, 2021/01/12
- [gnurl] 408/411: gnurl adjustments (paths), gnunet, 2021/01/12
- [gnurl] 405/411: urldata: restore comment on ssl_connect_data.use, gnunet, 2021/01/12
- [gnurl] 396/411: scripts/completion.pl: parse all opts, gnunet, 2021/01/12