1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 22:15:13 -05:00

RELEASE-NOTES: synced with fc6c4c10f9

I also recounted and updated the command line and libcurl options.
This commit is contained in:
Daniel Stenberg 2010-11-08 11:20:39 +01:00
parent fc6c4c10f9
commit f96a2641fc

View File

@ -1,15 +1,17 @@
Curl and libcurl 7.21.3 Curl and libcurl 7.21.3
Public curl releases: 119 Public curl releases: 119
Command line options: 138 Command line options: 143
curl_easy_setopt() options: 180 curl_easy_setopt() options: 185
Public functions in libcurl: 58 Public functions in libcurl: 58
Known libcurl bindings: 39 Known libcurl bindings: 39
Contributors: 827 Contributors: 827
This release includes the following changes: This release includes the following changes:
o Added --noconfigure switch to testcurl.pl. o Added --noconfigure switch to testcurl.pl
o Added --xattr option
o Added CURLOPT_RESOLVE and --resolve
This release includes the following bugfixes: This release includes the following bugfixes:
@ -19,10 +21,9 @@ This release includes the following bugfixes:
o URL-parsing: consider ? a divider o URL-parsing: consider ? a divider
o SSH: avoid using the libssh2_ prefix o SSH: avoid using the libssh2_ prefix
o SSH: use libssh2_session_handshake() to work on win64 o SSH: use libssh2_session_handshake() to work on win64
o TLS SNI: set name to custom Host header
o TLS certcheck: use the custom Host: name for checks
o ftp: prevent server from hanging on closed data connection when stopping o ftp: prevent server from hanging on closed data connection when stopping
a transfer before the end of the full transfer (ranges) a transfer before the end of the full transfer (ranges)
o LDAP: detect non-binary attributes properly
This release includes the following known bugs: This release includes the following known bugs:
@ -31,6 +32,7 @@ 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:
Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka,
Stefan Tomanek, Alfred Gebert, Yang Tse
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)