]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced
authorDaniel Stenberg <daniel@haxx.se>
Fri, 21 Sep 2018 22:16:57 +0000 (00:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Sep 2018 22:16:57 +0000 (00:16 +0200)
RELEASE-NOTES

index 5a7e5b382a4df954747f75e3a417193dbf382392..005b25ed3f0e0e6ff846a2bf8e57fff2d0782d4b 100644 (file)
@@ -22,8 +22,12 @@ This release includes the following changes:
 This release includes the following bugfixes:
 
  o CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated [5]
+ o Curl_saferealloc: Fixed typo in docblock [40]
+ o GnutTLS: TLS 1.3 support [39]
  o anyauthput: fix compiler warning on 64-bit Windows [21]
+ o certs: generate tests certs with sha256 digest algorithm [37]
  o cmake: don't require OpenSSL if USE_OPENSSL=OFF [35]
+ o configure: force-use -lpthreads on HPUX [41]
  o cookies: Remove redundant expired check [14]
  o cookies: fix leak when writing cookies to file [15]
  o curl: update the documentation of --tlsv1.0 [17]
@@ -39,6 +43,7 @@ This release includes the following bugfixes:
  o krb5: fix memory leak in krb_auth [25]
  o lib: fix gcc8 warning on Windows [20]
  o memory: add missing curl_printf header [30]
+ o nss: try to connect even if libnssckbi.so fails to load [36]
  o ntlm_wb: Fix memory leaks in ntlm_wb_response [24]
  o ntlm_wb: bail out if the response gets overly large [13]
  o openssl: assume engine support in 0.9.8 or later [27]
@@ -52,6 +57,7 @@ This release includes the following bugfixes:
  o test1452: mark as flaky [2]
  o tests: add unit tests for url.c [3]
  o urlglob: improve error message on bad globs [22]
+ o vtls: fix ssl version "or later" behavior change for many backends [38]
  o x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert [6]
 
 This release includes the following known bugs:
@@ -61,12 +67,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:
 
-  Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner, Han Han,
-  Harry Sintonen, Jim Fuller, Kamil Dudka, Marcel Raad, Marc Hörsken,
-  Max Dymond, Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung,
+  Daniel Gustafsson, Daniel Shahaf, Daniel Stenberg, Dave Reisner,
+  Eason-Yu on github, Erik Minekus, Han Han, Harry Sintonen, Jim Fuller,
+  Kamil Dudka, Loganaden Velvindron, Marcel Raad, Marc Hörsken, Max Dymond,
+  Maxime Legros, Nicklas Avén, Nick Zitzmann, Philipp Waehnert, Rainer Jung,
   Ray Satiro, Rikard Falkeborn, Sergei Nikulov, Thomas Glanzmann,
   Viktor Szakats, Yiming Jing,
-  (21 contributors)
+  (25 contributors)
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -107,3 +114,9 @@ References to bug reports and discussions on issues:
  [33] = https://curl.haxx.se/bug/?i=3004
  [34] = https://curl.haxx.se/bug/?i=2996
  [35] = https://curl.haxx.se/bug/?i=3001
+ [36] = https://curl.haxx.se/bug/?i=3016
+ [37] = https://curl.haxx.se/bug/?i=3014
+ [38] = https://curl.haxx.se/bug/?i=2969
+ [39] = https://curl.haxx.se/bug/?i=2971
+ [40] = https://curl.haxx.se/bug/?i=3029
+ [41] = https://curl.haxx.se/bug/?i=2697