Daniel Stenberg | a9f63b8 | 2024-07-31 10:48:48 +0200 | [diff] [blame] | 1 | curl and libcurl 8.10.0 |
Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 2 | |
Daniel Stenberg | a9f63b8 | 2024-07-31 10:48:48 +0200 | [diff] [blame] | 3 | Public curl releases: 260 |
Daniel Stenberg | aab0c16 | 2024-06-14 13:30:06 +0200 | [diff] [blame] | 4 | Command line options: 263 |
| 5 | curl_easy_setopt() options: 306 |
Daniel Stenberg | 6416192 | 2024-04-09 17:17:56 +0200 | [diff] [blame] | 6 | Public functions in libcurl: 94 |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 7 | Contributors: 3212 |
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 | |
Daniel Stenberg | 1041399 | 2023-05-31 08:59:48 +0200 | [diff] [blame] | 11 | |
Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 12 | This release includes the following bugfixes: |
| 13 | |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 14 | o cmake: distcheck for files in CMake subdir [9] |
| 15 | o dist: add missing `FindNettle.cmake` [11] |
Daniel Stenberg | a9f63b8 | 2024-07-31 10:48:48 +0200 | [diff] [blame] | 16 | o GHA/windows: enable MulitSSL in an MSVC job [2] |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 17 | o GHA: scan git repository and detect unvetted binary files [3] |
| 18 | o INSTALL.md: MultiSSL and QUIC are mutually exclusive [7] |
| 19 | o lib: convert some debugf()s into traces [8] |
| 20 | o libcurl.pc: add `Cflags.private` [10] |
| 21 | o rustls: make all tests pass [1] |
| 22 | o tests: provide docs as curldown, not nroff [12] |
Daniel Stenberg | aa73eb4 | 2019-07-19 11:32:23 +0200 | [diff] [blame] | 23 | |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 24 | This release includes the following known bugs: |
| 25 | |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 26 | See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) |
| 27 | |
| 28 | For all changes ever done in curl: |
| 29 | |
| 30 | See https://curl.se/changes.html |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 31 | |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 32 | Planned upcoming removals include: |
| 33 | |
Daniel Stenberg | 517f454 | 2024-07-24 08:48:18 +0200 | [diff] [blame] | 34 | o TLS libraries not supporting TLS 1.3 |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 35 | |
| 36 | See https://curl.se/dev/deprecate.html for details |
| 37 | |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 38 | This release would not have looked like this without help, code, reports and |
| 39 | advice from friends like these: |
| 40 | |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 41 | Christoph Reiter, Daniel Stenberg, Joe Birr-Pixton, Matt Jolly, |
| 42 | Stefan Eissing, Tal Regev, Viktor Szakats |
| 43 | (7 contributors) |
Daniel Stenberg | 1fc5cd6 | 2011-12-19 20:08:59 +0100 | [diff] [blame] | 44 | |
| 45 | References to bug reports and discussions on issues: |
| 46 | |
Daniel Stenberg | a9f63b8 | 2024-07-31 10:48:48 +0200 | [diff] [blame] | 47 | [1] = https://curl.se/bug/?i=14317 |
| 48 | [2] = https://curl.se/bug/?i=14276 |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame^] | 49 | [3] = https://curl.se/bug/?i=14333 |
| 50 | [7] = https://curl.se/bug/?i=14308 |
| 51 | [8] = https://curl.se/bug/?i=14322 |
| 52 | [9] = https://curl.se/bug/?i=14323 |
| 53 | [10] = https://curl.se/bug/?i=14321 |
| 54 | [11] = https://curl.se/bug/?i=14285 |
| 55 | [12] = https://curl.se/bug/?i=14324 |