1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2018-06-29 10:31:27 +02:00
parent 08c845cfdb
commit b83e3e603f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -89,6 +89,13 @@ This release includes the following bugfixes:
o multi: fix crash due to dangling entry in connect-pending list [63] o multi: fix crash due to dangling entry in connect-pending list [63]
o CURLOPT_SSL_VERIFYPEER.3: Add performance note [64] o CURLOPT_SSL_VERIFYPEER.3: Add performance note [64]
o netrc: use a larger buffer to support longer passwords [65] 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: 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 This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
Alejandro R. Sedeño, Archangel_SDY on github, Bernhard M. Wiedemann, Adrian Peniak, Alejandro R. Sedeño, Andreas Olsson, Archangel_SDY on github,
Bernhard Walle, Björn Stenberg, bsammon on github, Dagobert Michelsen, Bernhard M. Wiedemann, Bernhard Walle, Björn Stenberg, bsammon on github,
Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github, Fabrice Fontaine, Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github,
Frank Gevaerts, Gisle Vanem, Ithubg on github, Javier Blazquez, Fabrice Fontaine, Frank Gevaerts, Gisle Vanem, Ithubg on github,
Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski, Lyman Epp, Javier Blazquez, Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski,
Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti, Max Savenkov, Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti,
Oleg Pudeyev, Patrick Monnerat, Patrick Schlangen, Per Malmberg, Peter Varga, Max Dymond, Max Savenkov, Oleg Pudeyev, Patrick Monnerat, Patrick Schlangen,
Peter Wu, Philip Prindeville, pszemus on github, Raphael Gozzo, Ray Satiro, Per Malmberg, Peter Varga, Peter Wu, Philip Prindeville, pszemus on github,
Richard Alcock, Rikard Falkeborn, Robert Prag, Sean Miller, Sergei Nikulov, Raphael Gozzo, Ray Satiro, Richard Alcock, Rikard Falkeborn, Robert Prag,
Stephan Mühlstrasser, Viktor Szakats, Vladimir Kotal, Will Dietz, Sean Miller, Sergei Nikulov, Stephan Mühlstrasser, Viktor Szakats,
Yaakov Selkowitz, zzq1015 on github, Vladimir Kotal, Will Dietz, Yaakov Selkowitz, zzq1015 on github,
(45 contributors) (48 contributors)
Thanks! (and sorry if I forgot to mention someone) 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 [63] = https://curl.haxx.se/bug/?i=2677
[64] = https://curl.haxx.se/bug/?i=2673 [64] = https://curl.haxx.se/bug/?i=2673
[65] = https://curl.haxx.se/bug/?i=2676 [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