2017-12-06 02:46:11 -05:00
|
|
|
Curl and libcurl 7.58.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2017-12-01 04:37:05 -05:00
|
|
|
Public curl releases: 172
|
2017-08-18 17:30:40 -04:00
|
|
|
Command line options: 211
|
2017-09-04 02:34:53 -04:00
|
|
|
curl_easy_setopt() options: 249
|
2017-09-04 03:40:04 -04:00
|
|
|
Public functions in libcurl: 74
|
2017-11-26 08:30:56 -05:00
|
|
|
Contributors: 1649
|
2017-01-20 10:56:05 -05:00
|
|
|
|
2017-10-23 07:33:04 -04:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2017-12-06 02:46:11 -05:00
|
|
|
o new libssh-powered SSH SCP/SFTP back-end
|
|
|
|
o curl-config: add --ssl-backends [10]
|
2017-10-23 07:33:04 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2017-12-01 04:37:05 -05:00
|
|
|
o travis: add boringssl build [1]
|
|
|
|
o examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL [2]
|
|
|
|
o SSL: Avoid magic allocation of SSL backend specific data [3]
|
|
|
|
o lib: don't export all symbols, just everything curl_* [4]
|
2017-12-06 02:46:11 -05:00
|
|
|
o libssh2: send the correct CURLE error code on scp file not found
|
|
|
|
o libssh2: return CURLE_UPLOAD_FAILED on failure to upload
|
|
|
|
o openssl: enable pkcs12 in boringssl builds [5]
|
|
|
|
o libssh2: remove dead code from SSH_SFTP_QUOTE [6]
|
|
|
|
o sasl_getmesssage: make sure we have a long enough string to pass [7]
|
|
|
|
o conncache: fix several lock issues [8]
|
|
|
|
o threaded-shared-conn.c: new example
|
|
|
|
o conncache: only allow multiplexing within same multi handle [9]
|
|
|
|
o configure: check for netinet/in6.h [11]
|
|
|
|
o URL: tolerate backslash after drive letter for FILE: [12]
|
2016-11-09 03:14:44 -05:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2016-02-02 18:19:02 -05:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2017-12-06 02:46:11 -05:00
|
|
|
ahodesuka on github, Daniel Stenberg, David Benjamin, Dima Tisnek,
|
|
|
|
guitared on github, Jan Ehrhardt, Johannes Schindelin, Matthew Kerwin,
|
|
|
|
Nikos Mavrogiannopoulos, Oleg Pudeyev, Patrick Dawson, Randall S. Becker,
|
|
|
|
Ray Satiro, W. Mark Kubacki,
|
|
|
|
(14 contributors)
|
2017-03-08 04:55:06 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2017-12-01 04:37:05 -05:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=2118
|
|
|
|
[2] = https://curl.haxx.se/mail/lib-2017-12/0000.html
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=2119
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=2127
|
2017-12-06 02:46:11 -05:00
|
|
|
[5] = https://curl.haxx.se/bug/?i=2134
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=2143
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=2150
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=2132
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=2152
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=2128
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=2146
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=2154
|
|
|
|
|