Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 1 | curl and libcurl 8.2.0 |
Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 2 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 3 | Public curl releases: 220 |
Daniel Stenberg | b32b7bb | 2023-04-15 11:09:38 +0200 | [diff] [blame] | 4 | Command line options: 251 |
Daniel Stenberg | e3302eb | 2022-11-25 08:40:19 +0100 | [diff] [blame] | 5 | curl_easy_setopt() options: 302 |
Daniel Stenberg | 2b59f9f | 2022-09-14 09:58:50 +0200 | [diff] [blame] | 6 | Public functions in libcurl: 91 |
Daniel Stenberg | d53cf9e | 2023-05-28 10:29:15 +0200 | [diff] [blame] | 7 | Contributors: 2888 |
Daniel Stenberg | 1fe8de8 | 2023-05-23 11:12:50 +0200 | [diff] [blame] | 8 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 9 | This release includes the following changes: |
| 10 | |
| 11 | |
Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 12 | This release includes the following bugfixes: |
| 13 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 14 | o configure: fix run-compiler for old /bin/sh [4] |
| 15 | o circleci: install impacket & wolfssl 5.6.0 [1] |
| 16 | o tool_urlglob: use curl_off_t instead of longs [2] |
| 17 | o scripts: Fix GHA matrix job detection in cijobs.pl |
| 18 | o runtests: abort test run after failure without -a [3] |
Daniel Stenberg | aa73eb4 | 2019-07-19 11:32:23 +0200 | [diff] [blame] | 19 | |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 20 | This release includes the following known bugs: |
| 21 | |
Daniel Stenberg | 4d2f800 | 2020-11-04 14:02:01 +0100 | [diff] [blame] | 22 | o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 23 | |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 24 | Planned upcoming removals include: |
| 25 | |
Daniel Stenberg | 436d63f | 2023-01-03 09:34:54 +0100 | [diff] [blame] | 26 | o gskit |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 27 | o NSS |
Daniel Stenberg | 3027611 | 2023-02-15 08:10:01 +0100 | [diff] [blame] | 28 | o support for space-separated NOPROXY patterns |
Daniel Stenberg | 47ccaa4 | 2023-03-20 08:04:43 +0100 | [diff] [blame] | 29 | o support for the original legacy mingw version 1 |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 30 | |
| 31 | See https://curl.se/dev/deprecate.html for details |
| 32 | |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 33 | This release would not have looked like this without help, code, reports and |
| 34 | advice from friends like these: |
| 35 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 36 | Alejandro R. Sedeño, Dan Fandrich, Daniel Stenberg, Philip Heiduck |
| 37 | (4 contributors) |
Daniel Stenberg | 1fc5cd6 | 2011-12-19 20:08:59 +0100 | [diff] [blame] | 38 | |
| 39 | References to bug reports and discussions on issues: |
| 40 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame^] | 41 | [1] = https://curl.se/bug/?i=11221 |
| 42 | [2] = https://curl.se/bug/?i=11224 |
| 43 | [3] = https://curl.se/bug/?i=11225 |
| 44 | [4] = https://curl.se/bug/?i=11228 |