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

RELEASE-NOTES: synced with f4298fcc6d

This commit is contained in:
Daniel Stenberg 2016-04-27 15:31:38 +02:00
parent f4298fcc6d
commit ba06adc4c5

View File

@ -74,6 +74,11 @@ This release includes the following bugfixes:
o configure: ac_cv_ -> curl_cv_ for all cached vars [35] o configure: ac_cv_ -> curl_cv_ for all cached vars [35]
o winbuild: add mbedtls support [36] o winbuild: add mbedtls support [36]
o curl: make --ftp-create-dirs retry on failure [37] o curl: make --ftp-create-dirs retry on failure [37]
o PolarSSL: implement public key pinning
o multi: accidentally used resolved host name instead of proxy [38]
o CURLINFO_TLS_SESSION.3: clarify TLS library support before 7.48.0
o CONNECT_ONLY: don't close connection on GSS 401/407 reponses [39]
o opts: Fix some syntax errors in example code fragments [40]
This release includes the following known bugs: This release includes the following known bugs:
@ -85,11 +90,11 @@ advice from friends like these:
Alessandro Ghedini, Alexis La Goutte, Anatol Belski, Damien Vielpeau, Alessandro Ghedini, Alexis La Goutte, Anatol Belski, Damien Vielpeau,
Dan Cristian, Daniel Stenberg, David Benjamin, Diego Bes, Dusty Mabe, Dan Cristian, Daniel Stenberg, David Benjamin, Diego Bes, Dusty Mabe,
Evgeny Grin, Henrik Gaßmann, Irfan Adilovic, Isaac Boukris, Joel Depooter, Evgeny Grin, Henrik Gaßmann, Irfan Adilovic, Isaac Boukris, Joel Depooter,
John Wanghui, Joonas Kuorilehto, Juan RP, Kamil Dudka, Leif W, Marcel Raad, John Wanghui, Joonas Kuorilehto, Juan RP, Kamil Dudka, Leif W,
Marquis de Muesli, Michael Kaufmann, Michael Osipov, Patrick Monnerat, Linus Nordberg, Marcel Raad, Marquis de Muesli, Michael Kaufmann,
Ray Satiro, Rod Widdowson, Steve Holme, Tatsuhiro Tsujikawa, Theodore Dubois, Michael Osipov, Patrick Monnerat, Ray Satiro, Rod Widdowson, Steve Holme,
Viktor Szakáts, Tatsuhiro Tsujikawa, Theodore Dubois, Travis Burtrum, Viktor Szakáts,
(30 contributors) (32 contributors)
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
@ -132,3 +137,6 @@ References to bug reports and discussions on issues:
[35] = https://curl.haxx.se/bug/?i=766 [35] = https://curl.haxx.se/bug/?i=766
[36] = https://curl.haxx.se/bug/?i=606 [36] = https://curl.haxx.se/bug/?i=606
[37] = https://curl.haxx.se/mail/archive-2016-04/0021.html [37] = https://curl.haxx.se/mail/archive-2016-04/0021.html
[38] = https://curl.haxx.se/mail/lib-2016-04/0084.html
[39] = https://curl.haxx.se/bug/?i=655
[40] = https://curl.haxx.se/bug/?i=779