]> git.ipfire.org Git - thirdparty/curl.git/blob - RELEASE-NOTES
remote-header-name.d: mention that filename* is not supported
[thirdparty/curl.git] / RELEASE-NOTES
1 curl and libcurl 7.88.1
2
3 Public curl releases: 214
4 Command line options: 250
5 curl_easy_setopt() options: 302
6 Public functions in libcurl: 91
7 Contributors: 2817
8
9 This release includes the following changes:
10
11 o
12
13 This release includes the following bugfixes:
14
15 o connnect: fix timeout handling to use full duration [4]
16 o curl: make --silent work stand-alone [15]
17 o http2: buffer/pausedata and output flush fix. [9]
18 o http2: set drain on stream end [8]
19 o http: include stdint.h more readily [6]
20 o krb5: silence cast-align warning [10]
21 o os400: correct Curl_os400_sendto() [13]
22 o runtests: fix "uninitialized value $port" [1]
23 o setopt: allow HTTP3 when HTTP2 is not defined [12]
24 o socks: allow using DoH to resolve host names [16]
25 o tests-httpd: add proxy tests [14]
26 o tests: make sure gnuserv-tls has SRP support before using it [2]
27 o tests: make the telnet server shut down a socket gracefully [7]
28 o tool_getparam: make --get a true boolean [5]
29 o tool_operate: allow debug builds to set buffersize [3]
30 o urlapi: do the port number extraction without using sscanf() [11]
31
32 This release includes the following known bugs:
33
34 o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
35
36 Planned upcoming removals include:
37
38 o gskit
39 o NSS
40 o support for space-separated NOPROXY patterns
41 o support for systems without 64 bit data types
42
43 See https://curl.se/dev/deprecate.html for details
44
45 This release would not have looked like this without help, code, reports and
46 advice from friends like these:
47
48 Christian Hesse, Daniel Stenberg, fundawang on github, Harry Sintonen,
49 Jon Rumsey, Karthikdasari0423 on github, Kevin Ryan, Marcel Raad,
50 Michael Kaufmann, roughtex on github, Stefan Eissing, u20221022 on github,
51 積丹尼 Dan Jacobson
52 (13 contributors)
53
54 References to bug reports and discussions on issues:
55
56 [1] = https://curl.se/bug/?i=10518
57 [2] = https://curl.se/bug/?i=10522
58 [3] = https://curl.se/bug/?i=10532
59 [4] = https://curl.se/bug/?i=10514
60 [5] = https://curl.se/bug/?i=10527
61 [6] = https://curl.se/bug/?i=10516
62 [7] = https://curl.se/bug/?i=10509
63 [8] = https://curl.se/bug/?i=10530
64 [9] = https://curl.se/bug/?i=10529
65 [10] = https://curl.se/bug/?i=10528
66 [11] = https://curl.se/bug/?i=10541
67 [12] = https://curl.se/bug/?i=10538
68 [13] = https://curl.se/bug/?i=10539
69 [14] = https://curl.se/bug/?i=10519
70 [15] = https://curl.se/bug/?i=10535
71 [16] = https://curl.se/bug/?i=10537