curl/RELEASE-NOTES

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

72 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-02-16 06:46:46 +08:00
curl and libcurl 7.88.1
2023-02-16 06:46:46 +08:00
Public curl releases: 214
2023-01-13 23:25:02 +08:00
Command line options: 250
2022-11-25 15:40:19 +08:00
curl_easy_setopt() options: 302
2022-09-14 15:58:50 +08:00
Public functions in libcurl: 91
2023-02-16 21:53:47 +08:00
Contributors: 2817
This release includes the following changes:
2023-02-16 06:46:46 +08:00
o
This release includes the following bugfixes:
2023-02-16 21:53:47 +08:00
o connnect: fix timeout handling to use full duration [4]
o curl: make --silent work stand-alone [15]
o http2: buffer/pausedata and output flush fix. [9]
o http2: set drain on stream end [8]
o http: include stdint.h more readily [6]
o krb5: silence cast-align warning [10]
o os400: correct Curl_os400_sendto() [13]
2023-02-16 06:46:46 +08:00
o runtests: fix "uninitialized value $port" [1]
2023-02-16 21:53:47 +08:00
o setopt: allow HTTP3 when HTTP2 is not defined [12]
o socks: allow using DoH to resolve host names [16]
o tests-httpd: add proxy tests [14]
2023-02-16 06:46:46 +08:00
o tests: make sure gnuserv-tls has SRP support before using it [2]
2023-02-16 21:53:47 +08:00
o tests: make the telnet server shut down a socket gracefully [7]
o tool_getparam: make --get a true boolean [5]
o tool_operate: allow debug builds to set buffersize [3]
o urlapi: do the port number extraction without using sscanf() [11]
2019-07-19 17:32:23 +08:00
This release includes the following known bugs:
2020-11-04 21:02:01 +08:00
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
Planned upcoming removals include:
2023-01-03 16:34:54 +08:00
o gskit
o NSS
2023-02-15 15:10:01 +08:00
o support for space-separated NOPROXY patterns
2023-02-16 06:46:46 +08:00
o support for systems without 64 bit data types
See https://curl.se/dev/deprecate.html for details
This release would not have looked like this without help, code, reports and
advice from friends like these:
2023-02-16 21:53:47 +08:00
Christian Hesse, Daniel Stenberg, fundawang on github, Harry Sintonen,
Jon Rumsey, Karthikdasari0423 on github, Kevin Ryan, Marcel Raad,
Michael Kaufmann, roughtex on github, Stefan Eissing, u20221022 on github,
積丹尼 Dan Jacobson
(13 contributors)
References to bug reports and discussions on issues:
2023-02-16 06:46:46 +08:00
[1] = https://curl.se/bug/?i=10518
[2] = https://curl.se/bug/?i=10522
2023-02-16 21:53:47 +08:00
[3] = https://curl.se/bug/?i=10532
[4] = https://curl.se/bug/?i=10514
[5] = https://curl.se/bug/?i=10527
[6] = https://curl.se/bug/?i=10516
[7] = https://curl.se/bug/?i=10509
[8] = https://curl.se/bug/?i=10530
[9] = https://curl.se/bug/?i=10529
[10] = https://curl.se/bug/?i=10528
[11] = https://curl.se/bug/?i=10541
[12] = https://curl.se/bug/?i=10538
[13] = https://curl.se/bug/?i=10539
[14] = https://curl.se/bug/?i=10519
[15] = https://curl.se/bug/?i=10535
[16] = https://curl.se/bug/?i=10537