curl/RELEASE-NOTES
Daniel Stenberg 0cafff2e5f
RELEASE-NOTES: synced
Starting the journey towards 8.0.0
2023-02-20 23:54:13 +01:00

45 lines
1.2 KiB
Plaintext

curl and libcurl 8.0.0
Public curl releases: 214
Command line options: 250
curl_easy_setopt() options: 302
Public functions in libcurl: 91
Contributors: 2818
This release includes the following changes:
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]
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
Planned upcoming removals include:
o gskit
o NSS
o support for space-separated NOPROXY patterns
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