curl/RELEASE-NOTES

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

45 lines
1.2 KiB
Plaintext
Raw Normal View History

curl and libcurl 8.0.0
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-20 15:23:23 +08:00
Contributors: 2818
This release includes the following changes:
2023-02-16 06:46:46 +08:00
o
This release includes the following bugfixes:
o cookie: parse without sscanf()
o lib517: verify time stamps without leading zeroes plus some more
o parsedate: parse strings without using sscanf() [2]
o parsedate: replace sscanf( for time stamp parsing [1]
o tests: HTTP server fixups [3]
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:
Daniel Stenberg, Matt Jolly
(2 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=10547
[2] = https://curl.se/bug/?i=10547
[3] = https://curl.se/bug/?i=10568