]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
RELEASE-NOTES: synced
authorDaniel Stenberg <daniel@haxx.se>
Sun, 11 Sep 2022 21:46:44 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Sep 2022 21:46:44 +0000 (23:46 +0200)
RELEASE-NOTES

index cdf0775c32ea4fed620b0594751a04c037e8126f..3cc42ddae1699fd25705566afcd15e2be7d4f0e0 100644 (file)
@@ -9,11 +9,14 @@ curl and libcurl 7.86.0
 This release includes the following changes:
 
  o NPN: remove support for and use of [16]
+ o Websockets: initial support [23]
 
 This release includes the following bugfixes:
 
  o cmake: fix original MinGW builds [177]
+ o configure: correct the wording when checking grep -E [13]
  o configure: fail if '--without-ssl' + explicit parameter for an ssl lib [164]
+ o content_encoding: use writer struct subclasses for different encodings [8]
  o ctype: remove all use of <ctype.h>, use our own versions [12]
  o curl-compilers.m4: use -O2 as default optimize for clang [6]
  o curl_ctype: convert to macros-only [10]
@@ -23,6 +26,9 @@ This release includes the following bugfixes:
  o CURLOPT_WILDCARDMATCH.3: Fix backslash escaping under single quotes [172]
  o docs: remove mentions of deprecated '--without-openssl' parameter [170]
  o ftp: ignore a 550 response to MDTM [1]
+ o header: define public API functions as extern c [26]
+ o headers: reset the requests counter at transfer start [25]
+ o http2: make nghttp2 less picky about field whitespace [27]
  o lib: add required Win32 setup definitions in setup-win32.h [4]
  o manpages: Fix spelling of "allows to" -> "allows one to" [171]
  o misc: ISSPACE() => ISBLANK() [11]
@@ -42,11 +48,12 @@ This release includes the following known bugs:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
-  ajak in #curl, Dan Fandrich, Daniel Stenberg, Emanuele Torre, James Fuller,
-  justchen1369 on github, Keitagit-kun on github, Marcel Raad, Marc Hörsken,
-  Michael Heimpold, ProceduralMan on github, Ray Satiro, Samuel Henrique,
-  ssdbest on github, Viktor Szakats
-  (15 contributors)
+  ajak in #curl, Andrew Lambert, Dan Fandrich, Daniel Stenberg, Emanuele Torre,
+  James Fuller, justchen1369 on github, Keitagit-kun on github, Marcel Raad,
+  Marc Hörsken, Max Dymond, Michael Heimpold, Orgad Shaneh, Patrick Monnerat,
+  ProceduralMan on github, Ray Satiro, Samuel Henrique, ssdbest on github,
+  Viktor Szakats
+  (19 contributors)
 
 References to bug reports and discussions on issues:
 
@@ -55,13 +62,19 @@ References to bug reports and discussions on issues:
  [3] = https://curl.se/bug/?i=9375
  [4] = https://curl.se/bug/?i=9375
  [6] = https://curl.se/bug/?i=9444
+ [8] = https://curl.se/bug/?i=9455
  [9] = https://curl.se/bug/?i=9434
  [10] = https://curl.se/bug/?i=9429
  [11] = https://curl.se/bug/?i=9432
  [12] = https://curl.se/bug/?i=9433
+ [13] = https://curl.se/bug/?i=9471
  [14] = https://curl.se/bug/?i=9410
  [15] = https://curl.se/bug/?i=9427
  [16] = https://curl.se/bug/?i=9307
+ [23] = https://curl.se/bug/?i=8995
+ [25] = https://curl.se/bug/?i=9424
+ [26] = https://curl.se/bug/?i=9424
+ [27] = https://curl.se/bug/?i=9448
  [164] = https://curl.se/bug/?i=9414
  [169] = https://curl.se/bug/?i=9417
  [170] = https://curl.se/bug/?i=9415