mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
RELEASE-NOTES: synced with abb0da9193
This commit is contained in:
parent
abb0da9193
commit
cb2feb9def
@ -10,6 +10,9 @@ Curl and libcurl 7.28.0
|
|||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o SSH: added agent based authentication
|
o SSH: added agent based authentication
|
||||||
|
o ftp: active conn, allow application to set sockopt after accept() call
|
||||||
|
with CURLSOCKTYPE_ACCEPT
|
||||||
|
o multi: add curl_multi_wait() [12]
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -30,6 +33,9 @@ This release includes the following bugfixes:
|
|||||||
o Avoid leak of local device string when reusing connection
|
o Avoid leak of local device string when reusing connection
|
||||||
o Curl_socket_check: fix return code for timeout [11]
|
o Curl_socket_check: fix return code for timeout [11]
|
||||||
o nss: do not print misleading NSS error codes
|
o nss: do not print misleading NSS error codes
|
||||||
|
o configure: remove the --enable/disable-nonblocking options
|
||||||
|
o darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions
|
||||||
|
o NTLM: re-use existing connection better
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -40,7 +46,8 @@ advice from friends like these:
|
|||||||
|
|
||||||
Guenter Knauf, Joe Mason, Kamil Dudka, Steve Holme, Anthony G. Basile,
|
Guenter Knauf, Joe Mason, Kamil Dudka, Steve Holme, Anthony G. Basile,
|
||||||
Edward Sheldrake, Jan Koen Annot, Maxime Larocque, Mike Crowe, Anthony Bryan,
|
Edward Sheldrake, Jan Koen Annot, Maxime Larocque, Mike Crowe, Anthony Bryan,
|
||||||
Nick Zitzmann, Gisle Vanem, Armel Asselin
|
Nick Zitzmann, Gisle Vanem, Armel Asselin, Dan Fandrich, Dave Reisner,
|
||||||
|
Gokhan Sengun, Sara Golemon, Olivier Berger
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -57,3 +64,4 @@ References to bug reports and discussions on issues:
|
|||||||
[9] = http://curl.haxx.se/bug/view.cgi?id=3545398
|
[9] = http://curl.haxx.se/bug/view.cgi?id=3545398
|
||||||
[10] = http://curl.haxx.se/mail/lib-2012-07/0111.html
|
[10] = http://curl.haxx.se/mail/lib-2012-07/0111.html
|
||||||
[11] = http://curl.haxx.se/mail/lib-2012-07/0122.html
|
[11] = http://curl.haxx.se/mail/lib-2012-07/0122.html
|
||||||
|
[12] = http://daniel.haxx.se/blog/2012/09/03/introducing-curl_multi_wait/
|
||||||
|
Loading…
Reference in New Issue
Block a user