1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-03 10:51:49 -05:00

RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2020-12-18 13:02:40 +01:00
parent debf23eead
commit 8fb9f43f81
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4,28 +4,38 @@ curl and libcurl 7.75.0
Command line options: 235 Command line options: 235
curl_easy_setopt() options: 284 curl_easy_setopt() options: 284
Public functions in libcurl: 85 Public functions in libcurl: 85
Contributors: 2296 Contributors: 2297
This release includes the following changes: This release includes the following changes:
o gopher: implement secure gopher protocol. [2] o gopher: implement secure gopher protocol [2]
o http: add Hyper as new optional HTTP backend [24]
This release includes the following bugfixes: This release includes the following bugfixes:
o BUG-BOUNTY: minor language updates [5] o BUG-BOUNTY: minor language updates [5]
o cmake: enable gophers correctly in curl-config [10]
o connect: defer port selection until connect() time [22] o connect: defer port selection until connect() time [22]
o connect: zero variable on stack to silence valgrind complaint [23] o connect: zero variable on stack to silence valgrind complaint [23]
o CURLOPT_URL.3: remove scheme specific details [12] o CURLOPT_URL.3: remove scheme specific details [12]
o digest_sspi: Show InitializeSecurityContext errors in verbose mode [8] o digest_sspi: Show InitializeSecurityContext errors in verbose mode [8]
o docs/URL-SYNTAX: the URL syntax curl accepts and works with [15] 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: enable syntax highlighting in several docs files [16]
o examples: remove superfluous asterisk uses
o getinfo: build with disabled HTTP support
o http: show the request as headers even when split-sending [7]
o lib1564/5: verify that curl_multi_wakeup returns OK o lib1564/5: verify that curl_multi_wakeup returns OK
o mqtt: deal with 0 byte reads correctly [4] o mqtt: deal with 0 byte reads correctly [4]
o mqtt: handle POST/PUBLISH without a set POSTFIELDSIZE [1]
o multi: when erroring in TOOFAST state, act as for PERFORM [9]
o ngtcp2: make it build it current master again [21] o ngtcp2: make it build it current master again [21]
o OS400: update ccsidcurl.c [20] o OS400: update ccsidcurl.c [20]
o quiche: remove fprintf() leftover 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 'wakeup' as a feature
o runtests: add support for %if [feature] conditions [19] o runtests: add support for %if [feature] conditions [19]
o test1522: add debug tracing [3]
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 tests: make --libcurl tests only test FTP options if ftp enabled [18]
o tooĺ_writeout: fix the -w time output units [6] o tooĺ_writeout: fix the -w time output units [6]
@ -38,24 +48,32 @@ advice from friends like these:
0xflotus on github, Cristian Rodríguez, Dan Fandrich, Daniel Stenberg, 0xflotus on github, Cristian Rodríguez, Dan Fandrich, Daniel Stenberg,
Douglas R. Reno, Hans-Christian Noren Egtvedt, Jon Rumsey, parazyd on github, Douglas R. Reno, Hans-Christian Noren Egtvedt, Jon Rumsey, parazyd on github,
Ray Satiro, 不确定 Ray Satiro, Sean McArthur, Tomas Berger, 不确定
(10 contributors) (12 contributors)
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues: References to bug reports and discussions on issues:
[1] = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28735
[2] = https://curl.se/bug/?i=6208 [2] = https://curl.se/bug/?i=6208
[3] = https://curl.se/bug/?i=6331
[4] = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28676 [4] = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28676
[5] = https://curl.se/bug/?i=6318 [5] = https://curl.se/bug/?i=6318
[6] = https://curl.se/bug/?i=6321 [6] = https://curl.se/bug/?i=6321
[7] = https://curl.se/bug/?i=6328
[8] = https://curl.se/bug/?i=6315 [8] = https://curl.se/bug/?i=6315
[9] = https://curl.se/bug/?i=6333
[10] = https://curl.se/bug/?i=6336
[12] = https://curl.se/bug/?i=6307 [12] = https://curl.se/bug/?i=6307
[13] = https://curl.se/bug/?i=6334
[15] = https://curl.se/bug/?i=6285 [15] = https://curl.se/bug/?i=6285
[16] = https://curl.se/bug/?i=6286 [16] = https://curl.se/bug/?i=6286
[17] = https://curl.se/bug/?i=6332
[18] = https://curl.se/bug/?i=6303 [18] = https://curl.se/bug/?i=6303
[19] = https://curl.se/bug/?i=6304 [19] = https://curl.se/bug/?i=6304
[20] = https://curl.se/bug/?i=6292 [20] = https://curl.se/bug/?i=6292
[21] = https://curl.se/bug/?i=6296 [21] = https://curl.se/bug/?i=6296
[22] = https://curl.se/bug/?i=6295 [22] = https://curl.se/bug/?i=6295
[23] = https://curl.se/bug/?i=6289 [23] = https://curl.se/bug/?i=6289
[24] = https://curl.se/bug/?i=6110