Unverified Commit b83e3e60 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

RELEASE-NOTES: synced

parent 08c845cf
Loading
Loading
Loading
Loading
+26 −12
Original line number Diff line number Diff line
@@ -89,6 +89,13 @@ This release includes the following bugfixes:
 o multi: fix crash due to dangling entry in connect-pending list [63]
 o CURLOPT_SSL_VERIFYPEER.3: Add performance note [64]
 o netrc: use a larger buffer to support longer passwords  [65]
 o url: check Curl_conncache_add_conn return code [66]
 o configure: Add dependent libraries after crypto [67]
 o easy_perform: faster local name resolves by using *multi_timeout() [68]
 o getnameinfo: not used, removed all configure checks [69]
 o travis: add a build using the synchronous name resolver [70]
 o CURLINFO_TLS_SSL_PTR.3: improve the example [71]
 o openssl: allow TLS 1.3 by default [72]

This release includes the following known bugs:

@@ -97,18 +104,18 @@ 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:

  Alejandro R. Sedeño, Archangel_SDY on github, Bernhard M. Wiedemann,
  Bernhard Walle, Björn Stenberg, bsammon on github, Dagobert Michelsen,
  Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github, Fabrice Fontaine,
  Frank Gevaerts, Gisle Vanem, Ithubg on github, Javier Blazquez,
  Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski, Lyman Epp,
  Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti, Max Savenkov,
  Oleg Pudeyev, Patrick Monnerat, Patrick Schlangen, Per Malmberg, Peter Varga,
  Peter Wu, Philip Prindeville, pszemus on github, Raphael Gozzo, Ray Satiro,
  Richard Alcock, Rikard Falkeborn, Robert Prag, Sean Miller, Sergei Nikulov,
  Stephan Mühlstrasser, Viktor Szakats, Vladimir Kotal, Will Dietz,
  Yaakov Selkowitz, zzq1015 on github,
  (45 contributors)
  Adrian Peniak, Alejandro R. Sedeño, Andreas Olsson, Archangel_SDY on github,
  Bernhard M. Wiedemann, Bernhard Walle, Björn Stenberg, bsammon on github,
  Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github,
  Fabrice Fontaine, Frank Gevaerts, Gisle Vanem, Ithubg on github,
  Javier Blazquez, Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski,
  Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti,
  Max Dymond, Max Savenkov, Oleg Pudeyev, Patrick Monnerat, Patrick Schlangen,
  Per Malmberg, Peter Varga, Peter Wu, Philip Prindeville, pszemus on github,
  Raphael Gozzo, Ray Satiro, Richard Alcock, Rikard Falkeborn, Robert Prag,
  Sean Miller, Sergei Nikulov, Stephan Mühlstrasser, Viktor Szakats,
  Vladimir Kotal, Will Dietz, Yaakov Selkowitz, zzq1015 on github,
  (48 contributors)

        Thanks! (and sorry if I forgot to mention someone)

@@ -179,3 +186,10 @@ References to bug reports and discussions on issues:
 [63] = https://curl.haxx.se/bug/?i=2677
 [64] = https://curl.haxx.se/bug/?i=2673
 [65] = https://curl.haxx.se/bug/?i=2676
 [66] = https://curl.haxx.se/bug/?i=2681
 [67] = https://curl.haxx.se/bug/?i=2684
 [68] = https://curl.haxx.se/bug/?i=2685
 [69] = https://curl.haxx.se/bug/?i=2687
 [70] = https://curl.haxx.se/bug/?i=2689
 [71] = https://curl.haxx.se/bug/?i=2690
 [72] = https://curl.haxx.se/bug/?i=2692