2023-02-21 06:54:13 +08:00
|
|
|
curl and libcurl 8.0.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
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
|
2021-09-23 19:10:52 +08:00
|
|
|
|
2022-05-16 15:23:21 +08:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2023-02-16 06:46:46 +08:00
|
|
|
o
|
2022-05-16 15:23:21 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2023-02-21 06:54:13 +08:00
|
|
|
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
|
|
|
|
2007-07-22 18:17:52 +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)
|
2007-07-22 18:17:52 +08:00
|
|
|
|
2022-10-23 23:25:01 +08:00
|
|
|
Planned upcoming removals include:
|
|
|
|
|
2023-01-03 16:34:54 +08:00
|
|
|
o gskit
|
2022-10-23 23:25:01 +08:00
|
|
|
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
|
2022-10-23 23:25:01 +08:00
|
|
|
|
|
|
|
See https://curl.se/dev/deprecate.html for details
|
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2023-02-21 06:54:13 +08:00
|
|
|
Daniel Stenberg, Matt Jolly
|
|
|
|
(2 contributors)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2023-02-21 06:54:13 +08:00
|
|
|
[1] = https://curl.se/bug/?i=10547
|
|
|
|
[2] = https://curl.se/bug/?i=10547
|
|
|
|
[3] = https://curl.se/bug/?i=10568
|