1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 16:48:49 -05:00

RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2018-07-05 09:43:35 +02:00
parent 91d03fce96
commit b0e4598ff7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -96,6 +96,10 @@ This release includes the following bugfixes:
o travis: add a build using the synchronous name resolver [70] o travis: add a build using the synchronous name resolver [70]
o CURLINFO_TLS_SSL_PTR.3: improve the example [71] o CURLINFO_TLS_SSL_PTR.3: improve the example [71]
o openssl: allow TLS 1.3 by default [72] o openssl: allow TLS 1.3 by default [72]
o openssl: make the requested TLS version the *minimum* wanted [73]
o openssl: Remove some dead code [74]
o telnet: fix clang warnings [75]
o DEPRECATE: new doc describing planned item removals [76]
This release includes the following known bugs: This release includes the following known bugs:
@ -107,15 +111,16 @@ advice from friends like these:
Adrian Peniak, Alejandro R. Sedeño, Andreas Olsson, Archangel_SDY on github, Adrian Peniak, Alejandro R. Sedeño, Andreas Olsson, Archangel_SDY on github,
Bernhard M. Wiedemann, Bernhard Walle, Björn Stenberg, bsammon on github, Bernhard M. Wiedemann, Bernhard Walle, Björn Stenberg, bsammon on github,
Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github, Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github,
Fabrice Fontaine, Frank Gevaerts, Gisle Vanem, Ithubg on github, Fabrice Fontaine, Frank Gevaerts, Gaurav Malhotra, Gisle Vanem,
Javier Blazquez, Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski, Ithubg on github, Javier Blazquez, Johannes Schindelin, Kevin R. Bulgrien,
Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti, Linus Lewandowski, Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov,
Max Dymond, Max Savenkov, Oleg Pudeyev, Patrick Monnerat, Patrick Schlangen, Matteo Bignotti, Max Dymond, Max Savenkov, Oleg Pudeyev, Patrick Monnerat,
Per Malmberg, Peter Varga, Peter Wu, Philip Prindeville, pszemus on github, Patrick Schlangen, Per Malmberg, Peter Varga, Peter Wu, Philip Prindeville,
Raphael Gozzo, Ray Satiro, Richard Alcock, Rikard Falkeborn, Robert Prag, pszemus on github, Raphael Gozzo, Ray Satiro, Richard Alcock,
Sean Miller, Sergei Nikulov, Stephan Mühlstrasser, Viktor Szakats, Rikard Falkeborn, Robert Prag, Sean Miller, Sergei Nikulov,
Vladimir Kotal, Will Dietz, Yaakov Selkowitz, zzq1015 on github, Stephan Mühlstrasser, Viktor Szakats, Vladimir Kotal, Will Dietz,
(48 contributors) Yaakov Selkowitz, zzq1015 on github,
(49 contributors)
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -193,3 +198,7 @@ References to bug reports and discussions on issues:
[70] = https://curl.haxx.se/bug/?i=2689 [70] = https://curl.haxx.se/bug/?i=2689
[71] = https://curl.haxx.se/bug/?i=2690 [71] = https://curl.haxx.se/bug/?i=2690
[72] = https://curl.haxx.se/bug/?i=2692 [72] = https://curl.haxx.se/bug/?i=2692
[73] = https://curl.haxx.se/bug/?i=2691
[74] = https://curl.haxx.se/bug/?i=2698
[75] = https://curl.haxx.se/bug/?i=2696
[76] = https://curl.haxx.se/dev/deprecate.html