]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
RELEASE-NOTES: synced
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 Sep 2021 06:27:24 +0000 (08:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Sep 2021 06:27:24 +0000 (08:27 +0200)
RELEASE-NOTES

index 31150a88329b081ae581b5e0b96b7059f9492ab4..b95defea4f6343dadbf7648e224d8a7fac0af0e5 100644 (file)
@@ -1,14 +1,17 @@
 curl and libcurl 7.80.0
 
  Public curl releases:         204
- Command line options:         242
- curl_easy_setopt() options:   290
- Public functions in libcurl:  85
- Contributors:                 2489
+ Command line options:         243
+ curl_easy_setopt() options:   293
+ Public functions in libcurl:  86
+ Contributors:                 2496
 
 This release includes the following changes:
 
+ o CURLOPT_PREREQFUNCTION: add new callback [17]
  o libssh2: add SHA256 fingerprint support [4]
+ o urlapi: add curl_url_strerror() [21]
+ o urlapi: support UNC paths in file: URLs on Windows [20]
 
 This release includes the following bugfixes:
 
@@ -17,11 +20,14 @@ This release includes the following bugfixes:
  o cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATED [14]
  o curl-openssl: pass argument to sed single-quoted [15]
  o examples/imap-append: fix end-of-data check [7]
+ o gen.pl: insert the current date and version in generated man page [11]
  o libcurl.rc: switch out the copyright symbol for plain ASCII [5]
  o libssh2: Get the version at runtime if possible [12]
  o llist: remove redundant code, branch will not be executed [10]
  o misc: fix typos in docs and comments [3]
  o ngtcp2: fix QUIC transport parameter version [6]
+ o NTLM: use DES_set_key_unchecked with OpenSSL [13]
+ o tool_cb_prg: make resumed upload progress bar show better [9]
  o vtls: Fix a memory leak if an SSL session cannot be added to the cache [8]
 
 This release includes the following known bugs:
@@ -31,12 +37,13 @@ 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:
 
-  a1346054 on github, Alexander Chuykov, Daniel Stenberg, h1zzz on github,
-  Jakub Zakrzewski, Joel Depooter, Jun-ya Kato, Mats Lindestam,
-  Michael Kaufmann, Momoka Yamamoto, Randall S. Becker, Ray Satiro,
-  Rikard Falkeborn, Thomas M. DuBuisson, tlahn on github, Viktor Szakats,
-  Vitaly Varyvdin,
-  (17 contributors)
+  a1346054 on github, Alexander Chuykov, beslick5 on github, Daniel Stenberg,
+  Gisle Vanem, Gleb Ivanovsky, h1zzz on github, Harry Sintonen,
+  Jakub Zakrzewski, Joel Depooter, Jun-ya Kato, Marc Hörsken, Mats Lindestam,
+  Max Dymond, Michael Kaufmann, Momoka Yamamoto, Randall S. Becker, Ray Satiro,
+  Rikard Falkeborn, Sergey Markelov, Thomas M. DuBuisson, tlahn on github,
+  Viktor Szakats, Vitaly Varyvdin,
+  (24 contributors)
 
 References to bug reports and discussions on issues:
 
@@ -48,7 +55,13 @@ References to bug reports and discussions on issues:
  [6] = https://curl.se/bug/?i=7771
  [7] = https://curl.se/bug/?i=7774
  [8] = https://curl.se/bug/?i=7683
+ [9] = https://curl.se/bug/?i=7760
  [10] = https://curl.se/bug/?i=7770
+ [11] = https://curl.se/bug/?i=7782
  [12] = https://curl.se/bug/?i=7768
+ [13] = https://curl.se/bug/?i=7779
  [14] = https://curl.se/bug/?i=7767
  [15] = https://curl.se/bug/?i=7758
+ [17] = https://curl.se/bug/?i=7477
+ [20] = https://curl.se/bug/?i=7366
+ [21] = https://curl.se/bug/?i=7605