summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-16 22:49:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-16 22:49:25 +0100
commitc701498e6e895c74adfed2787b9573048b4e6adc (patch)
tree99b6bf2ce2a2b5f010bcbb8ff993578081ae488f
parent13fe0b6ade262e6ae5e595478b5bfcded86406ea (diff)
downloadcurl-c701498e6e895c74adfed2787b9573048b4e6adc.tar.gz
RELEASE-NOTES: synced
-rw-r--r--RELEASE-NOTES57
1 files changed, 47 insertions, 10 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3602484cf..dac5170e6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.75.0
Command line options: 237
curl_easy_setopt() options: 285
Public functions in libcurl: 85
- Contributors: 2314
+ Contributors: 2316
This release includes the following changes:
@@ -23,55 +23,74 @@ This release includes the following bugfixes:
o cleanup: fix empty expression statement has no effect
o cmake: Add an option to disable libidn2 [48]
o cmake: enable gophers correctly in curl-config [10]
+ o cmake: expose CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG [32]
o cmdline-opts/gen.pl: return hard on errors [11]
o cmdline-opts/retry.d: mention response code 429 as well [47]
o configure: set -Wextra-semi-stmt for clang with --enable-debug [52]
o connect: defer port selection until connect() time [22]
+ o connect: mark intentional ignores of setsockopt return values [75]
o connect: on linux, enable reporting of all ICMP errors on UDP sockets [27]
o connect: zero variable on stack to silence valgrind complaint [23]
o cookie: avoid the C1001 internal compiler error with MSVC 14 [36]
o curl.1: fix typo microsft -> microsoft [56]
o curl: fix handling of -q option [39]
o curl_easy_pause.3: add multiplexed pause effects [41]
+ o CURLINFO_PRETRANSFER_TIME.3: clarify [61]
o CURLOPT_URL.3: remove scheme specific details [12]
o digest_sspi: Show InitializeSecurityContext errors in verbose mode [8]
o docs/examples: adjust prototypes for CURLOPT_READFUNCTION [51]
o docs/URL-SYNTAX: the URL syntax curl accepts and works with [15]
o docs: enable syntax highlighting in several docs files [16]
+ o docs: fix line length bug in gen.pl [70]
+ o docs: fix wrong documentation in help.d [71]
o docs: remove redundant "better" in --fail help [55]
o examples/libtest: add .checksrc to dist [14]
o examples: remove superfluous asterisk uses
o failf: remove newline from formatting strings [35]
o file: don't provide content-length for directories [49]
o getinfo: build with disabled HTTP support
+ o gitattributes: Set batch files to CRLF line endings on checkout [65]
o h2: do not wait for RECV on paused transfers [43]
o HISTORY: added dates to early history
o http: have CURLOPT_FAILONERROR fail after all headers [54]
o http: show the request as headers even when split-sending [7]
+ o http_proxy: Fix CONNECT chunked encoding race condition [76]
o httpauth: make multi-request auth work with custom port [45]
o INSTALL: update the list known OSes and CPU archs curl has run on [38]
o lib/unit tests: add missing curl_global_cleanup() calls
o lib1564/5: verify that curl_multi_wakeup returns OK
+ o lib: remove Curl_ prefix from many static functions [66]
+ o libssh2: fix "Value stored to 'readdir_len' is never read"
+ o mime: make sure setting MIMEPOST to NULL resets properly [58]
o misc: assorted typo fixes [57]
o misc: fix "warning: empty expression statement has no effect" [30]
+ o misc: fix typos [73]
o mk-ca-bundle.pl: deterministic output when using -t [62]
o mqtt: deal with 0 byte reads correctly [4]
o mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE [1]
+ o multi: set the PRETRANSFER time-stamp when we switch to PERFORM [59]
+ o multi: skip DONE state if there's no connection left for ftp wildcard
o multi: when erroring in TOOFAST state, act as for PERFORM [9]
+ o multi_runsingle: bail out early on data->conn == NULL [74]
o ngtcp2: make it build it current master again [21]
+ o nss: get the run-time version instead of build-time [67]
o OS400: update ccsidcurl.c [20]
o pretransfer: setup the User-Agent header here [60]
o quiche: remove fprintf() leftover
o Revert "CI/github: work-around for brew breakage on macOS" [17]
o runtests: add 'wakeup' as a feature
o runtests: add support for %if [feature] conditions [19]
+ o schannel: plug a memory-leak [64]
+ o schannel_verify: fix safefree call typo [50]
o speedcheck: exclude paused transfers [42]
o test1522: add debug tracing [3]
o test1633: set appropriate name
o test179: use consistent header line endings
o tests/mqttd: extract the client id from the correct offset [13]
o tests: make --libcurl tests only test FTP options if ftp enabled [18]
+ o tool_doswin: Restore original console settings on CTRL signal [68]
o tool_operate: fix the suppression logic of some error messages [33]
+ o tool_operate: spellfix a comment
o tooĺ_writeout: fix the -w time output units [6]
o travis: limit the tests with quiche builds to HTTPS and FTPS only [44]
o travis: restrict the openssl3 job to only run https and ftps tests [34]
@@ -87,15 +106,17 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
0xflotus on github, Andrey Gursky, Bubu on github, Cherish98 on github,
- Cory Benfield, Cristian Rodríguez, Dan Fandrich, Daniel Stenberg,
- Denis Laxalde, Dennis Clarke, Douglas R. Reno, Earnestly on github,
- Emil Engler, Flameborn on github, Gergely Nagy, Gisle Vanem,
- Hans-Christian Noren Egtvedt, Harry Sintonen, Himanshu Gupta, Hongyi Zhao,
- Ian Spence, Jeremy Thibault, Jon Rumsey, Jon Wilkes, Julian Montes,
- Kevin Ushey, Matthias Gatto, Mike Gelfand, Nick Zitzmann, Olaf Hering,
- parazyd on github, Paul Groke, Ray Satiro, Sean McArthur, Tomas Berger,
- UrsusArctos on github, William A Rowe Jr, XhmikosR on github, 不确定
- (39 contributors)
+ Christoph M. Becker, Cory Benfield, Cristian Rodríguez, Dan Fandrich,
+ Daniel Stenberg, Denis Laxalde, Dennis Clarke, Douglas R. Reno,
+ Earnestly on github, Emil Engler, Fabian Keil, Flameborn on github,
+ Ganesh Kamath, Gergely Nagy, Gisle Vanem, Hans-Christian Noren Egtvedt,
+ Harry Sintonen, Himanshu Gupta, Hongyi Zhao, Ian Spence, Jeremy Thibault,
+ Jon Rumsey, Jon Wilkes, Julian Montes, Kevin Ushey, Matthias Gatto,
+ Mike Gelfand, Mike Tzou, Nick Zitzmann, Olaf Hering, parazyd on github,
+ Paul Groke, Ray Satiro, Razvan Cojocaru, Rich Turner, Sean McArthur,
+ Tomas Berger, UrsusArctos on github, William A Rowe Jr, XhmikosR on github,
+ 不确定
+ (45 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -132,6 +153,7 @@ References to bug reports and discussions on issues:
[29] = https://curl.se/bug/?i=6423
[30] = https://github.com/curl/curl/commit/08e8455dddc5e48e58a12ade3815c01ae3da3b64#commitcomment-45433279
[31] = https://curl.se/bug/?i=6349
+ [32] = https://curl.se/bug/?i=6435
[33] = https://curl.se/mail/archive-2020-12/0017.html
[34] = https://curl.se/bug/?i=6345
[35] = https://curl.se/bug/?i=6365
@@ -148,6 +170,7 @@ References to bug reports and discussions on issues:
[47] = https://curl.se/mail/archive-2020-12/0018.html
[48] = https://curl.se/bug/?i=6361
[49] = https://curl.se/bug/?i=6421
+ [50] = https://curl.se/bug/?i=6459
[51] = https://curl.se/bug/?i=6392
[52] = https://curl.se/bug/?i=6378
[53] = https://curl.se/bug/?i=6294
@@ -155,6 +178,20 @@ References to bug reports and discussions on issues:
[55] = https://curl.se/bug/?i=6385
[56] = https://curl.se/bug/?i=6380
[57] = https://curl.se/bug/?i=6375
+ [58] = https://curl.se/bug/?i=6455
+ [59] = https://curl.se/bug/?i=6454
[60] = https://curl.se/bug/?i=6312
+ [61] = https://curl.se/bug/?i=6453
[62] = https://curl.se/bug/?i=6413
[63] = https://curl.se/bug/?i=6411
+ [64] = https://curl.se/bug/?i=6457
+ [65] = https://github.com/curl/curl/discussions/6427
+ [66] = https://curl.se/bug/?i=6443
+ [67] = https://curl.se/bug/?i=6445
+ [68] = https://curl.se/bug/?i=6226
+ [70] = https://curl.se/bug/?i=6438
+ [71] = https://curl.se/bug/?i=6436
+ [73] = https://curl.se/mail/lib-2021-01/0063.html
+ [74] = https://curl.se/bug/?i=6433
+ [75] = https://curl.se/bug/?i=6431
+ [76] = https://curl.se/mail/lib-2021-01/0033.html