Skip to content

Commit

Permalink
RELEASE-NOTES: synced
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 29, 2018
1 parent 08c845c commit b83e3e6
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions RELEASE-NOTES
Expand Up @@ -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:

Expand All @@ -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)

Expand Down Expand Up @@ -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

0 comments on commit b83e3e6

Please sign in to comment.