Daniel Stenberg | 0236276 | 2024-09-18 15:20:56 +0200 | [diff] [blame^] | 1 | curl and libcurl 8.10.2 |
Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 2 | |
Daniel Stenberg | 0236276 | 2024-09-18 15:20:56 +0200 | [diff] [blame^] | 3 | Public curl releases: 262 |
Daniel Stenberg | 7c31ceb | 2024-08-05 09:03:11 +0200 | [diff] [blame] | 4 | Command line options: 265 |
Daniel Stenberg | aab0c16 | 2024-06-14 13:30:06 +0200 | [diff] [blame] | 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 | 7eb8c04 | 2024-09-18 07:53:49 +0200 | [diff] [blame] | 7 | Contributors: 3246 |
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 | 0236276 | 2024-09-18 15:20:56 +0200 | [diff] [blame^] | 14 | o curl_url_set.md: document HOST handling when URL is parsed [2] |
| 15 | o negotiate: conditional check around GSS & SSL specific code [1] |
| 16 | o sendf: add condition to max-filesize check [3] |
Daniel Stenberg | aa73eb4 | 2019-07-19 11:32:23 +0200 | [diff] [blame] | 17 | |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 18 | This release includes the following known bugs: |
| 19 | |
Daniel Stenberg | 12774f4 | 2024-08-01 13:36:28 +0200 | [diff] [blame] | 20 | See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) |
| 21 | |
| 22 | For all changes ever done in curl: |
| 23 | |
| 24 | See https://curl.se/changes.html |
Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 25 | |
Daniel Stenberg | 84c6b1a | 2022-10-23 17:25:01 +0200 | [diff] [blame] | 26 | Planned upcoming removals include: |
| 27 | |
Daniel Stenberg | 73f62ac | 2024-08-18 22:57:25 +0200 | [diff] [blame] | 28 | o Hyper support after February 2025 [89] |
Daniel Stenberg | 517f454 | 2024-07-24 08:48:18 +0200 | [diff] [blame] | 29 | o TLS libraries not supporting TLS 1.3 |
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 | 0236276 | 2024-09-18 15:20:56 +0200 | [diff] [blame^] | 36 | Daniel Stenberg, Jon Rumsey, lomberd2 on github, Venkat Krishna R |
| 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 | 0236276 | 2024-09-18 15:20:56 +0200 | [diff] [blame^] | 41 | [1] = https://curl.se/bug/?i=14938 |
| 42 | [2] = https://curl.se/bug/?i=14942 |
| 43 | [3] = https://curl.se/bug/?i=14958 |