]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
RELEASE: synced curl-8_11_1
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Dec 2024 07:05:13 +0000 (08:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Dec 2024 07:05:13 +0000 (08:05 +0100)
curl 8.11.1 release

RELEASE-NOTES

index 59d40bdf4d1fc8d1da3ce868d318f54da26e6179..a56e6550debefb71324c6c95d396a9bb0518a848 100644 (file)
@@ -44,6 +44,7 @@ This release includes the following bugfixes:
  o digest: produce a shorter cnonce in Digest headers [70]
  o DISTROS: update Alt Linux links
  o dmaketgz: use --no-cache when building docker image [66]
+ o docs: bring back ALTSVC.md and HSTS.md [76]
  o docs: document default `User-Agent` [57]
  o docs: suggest --ssl-reqd instead of --ftp-ssl [62]
  o duphandle: also init netrc [3]
@@ -60,6 +61,7 @@ This release includes the following bugfixes:
  o mbedtls: call psa_crypt_init() in global init [2]
  o mime: fix reader stall on small read lengths [65]
  o mk-ca-bundle: remove CKA_NSS_SERVER_DISTRUST_AFTER conditions [39]
+ o mprintf: fix the integer overflow checks [44]
  o multi: add clarifying comment for wakeup_write() [9]
  o multi: fix callback for `CURLMOPT_TIMERFUNCTION` not being called again when... [48]
  o netrc: address several netrc parser flaws [17]
@@ -165,6 +167,7 @@ References to bug reports and discussions on issues:
  [41] = https://curl.se/bug/?i=15525
  [42] = https://curl.se/bug/?i=15642
  [43] = https://curl.se/bug/?i=15522
+ [44] = https://curl.se/bug/?i=15699
  [45] = https://curl.se/bug/?i=15676
  [46] = https://curl.se/bug/?i=15638
  [47] = https://curl.se/bug/?i=15625
@@ -195,3 +198,4 @@ References to bug reports and discussions on issues:
  [72] = https://curl.se/bug/?i=15679
  [73] = https://curl.se/bug/?i=15650
  [74] = https://curl.se/bug/?i=15472
+ [76] = https://curl.se/bug/?i=15705