blob: 90e9564ffa0350bbfae89b61a25e86afe60fee32 [file] [log] [blame]
Daniel Stenberg02362762024-09-18 15:20:56 +02001curl and libcurl 8.10.2
Daniel Stenberg734c17a2003-09-22 21:38:52 +00002
Daniel Stenberg02362762024-09-18 15:20:56 +02003 Public curl releases: 262
Daniel Stenberg7c31ceb2024-08-05 09:03:11 +02004 Command line options: 265
Daniel Stenbergaab0c162024-06-14 13:30:06 +02005 curl_easy_setopt() options: 306
Daniel Stenberg64161922024-04-09 17:17:56 +02006 Public functions in libcurl: 94
Daniel Stenberg7eb8c042024-09-18 07:53:49 +02007 Contributors: 3246
Daniel Stenberg1fe8de82023-05-23 11:12:50 +02008
Daniel Stenberg10413992023-05-31 08:59:48 +02009This release includes the following changes:
10
Daniel Stenberg10413992023-05-31 08:59:48 +020011
Daniel Stenberg734c17a2003-09-22 21:38:52 +000012This release includes the following bugfixes:
13
Daniel Stenberg02362762024-09-18 15:20:56 +020014 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 Stenbergaa73eb42019-07-19 11:32:23 +020017
Daniel Stenberg9af807a2007-07-22 10:17:52 +000018This release includes the following known bugs:
19
Daniel Stenberg12774f42024-08-01 13:36:28 +020020 See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
21
22For all changes ever done in curl:
23
24 See https://curl.se/changes.html
Daniel Stenberg9af807a2007-07-22 10:17:52 +000025
Daniel Stenberg84c6b1a2022-10-23 17:25:01 +020026Planned upcoming removals include:
27
Daniel Stenberg73f62ac2024-08-18 22:57:25 +020028 o Hyper support after February 2025 [89]
Daniel Stenberg517f4542024-07-24 08:48:18 +020029 o TLS libraries not supporting TLS 1.3
Daniel Stenberg84c6b1a2022-10-23 17:25:01 +020030
31 See https://curl.se/dev/deprecate.html for details
32
Daniel Stenberg9af807a2007-07-22 10:17:52 +000033This release would not have looked like this without help, code, reports and
34advice from friends like these:
35
Daniel Stenberg02362762024-09-18 15:20:56 +020036 Daniel Stenberg, Jon Rumsey, lomberd2 on github, Venkat Krishna R
37 (4 contributors)
Daniel Stenberg1fc5cd62011-12-19 20:08:59 +010038
39References to bug reports and discussions on issues:
40
Daniel Stenberg02362762024-09-18 15:20:56 +020041 [1] = https://curl.se/bug/?i=14938
42 [2] = https://curl.se/bug/?i=14942
43 [3] = https://curl.se/bug/?i=14958