2017-08-15 03:20:21 -04:00
|
|
|
Curl and libcurl 7.56.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2017-08-15 03:20:21 -04:00
|
|
|
Public curl releases: 169
|
2017-08-18 17:30:40 -04:00
|
|
|
Command line options: 211
|
|
|
|
curl_easy_setopt() options: 248
|
2015-08-12 03:07:37 -04:00
|
|
|
Public functions in libcurl: 61
|
2017-08-15 03:20:21 -04:00
|
|
|
Contributors: 1600
|
|
|
|
|
|
|
|
This release includes the following changes:
|
|
|
|
|
2017-08-18 17:30:40 -04:00
|
|
|
o curl: enable compression for SCP/SFTP with --compressed-ssh [11]
|
|
|
|
o libcurl: enable compression for SCP/SFTP with CURLOPT_SSH_COMPRESSION [11]
|
2017-01-20 10:56:05 -05:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2017-08-15 03:20:21 -04:00
|
|
|
o examples/ftpuploadresume.c: use portable code
|
|
|
|
o runtests: match keywords case insensitively
|
|
|
|
o travis: build the examples too [1]
|
|
|
|
o strtoofft: reduce integer overflow risks globally [2]
|
2017-08-18 17:30:40 -04:00
|
|
|
o zsh.pl: produce a working completion script again [3]
|
|
|
|
o cmake: remove dead code for CURL_DISABLE_RTMP [4]
|
|
|
|
o progress: Track total times following redirects [5]
|
|
|
|
o configure: fix --disable-threaded-resolver [6]
|
|
|
|
o cmake: remove dead code for DISABLED_THREADSAFE [7]
|
|
|
|
o configure: fix clang version detection
|
|
|
|
o darwinssi: fix error: variable length array used
|
|
|
|
o travis: add metalink to some osx builds [8]
|
|
|
|
o configure: check for __builtin_available() availability [9]
|
|
|
|
o http_proxy: fix build error for CURL_DOES_CONVERSIONS [10]
|
|
|
|
o examples/ftpuploadresume: checksrc compliance
|
|
|
|
o ftp: fix CWD when doing multicwd then nocwd on same connection [12]
|
|
|
|
o system.h: remove all CURL_SIZEOF_* defines [13]
|
|
|
|
o http: Don't wait on CONNECT when there is no proxy [14]
|
|
|
|
o system.h: check for __ppc__ as well [15]
|
|
|
|
o http2_recv: return error better on fatal h2 errors [16]
|
|
|
|
o scripts/contri*sh: use "git log --use-mailmap"
|
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-08-18 17:30:40 -04:00
|
|
|
Benbuck Nason, Brian Carpenter, Daniel Stenberg, Gergely Nagy,
|
|
|
|
Jakub Zakrzewski, Jan Alexander Steffens, Johannes Schindelin,
|
|
|
|
joshhe on github, Kamil Dudka, Maksim Stsepanenka, Max Dymond, Nick Zitzmann,
|
|
|
|
Peter Lamare, Ray Satiro, Ryan Schmidt, Ryan Winograd, Tatsuhiro Tsujikawa,
|
|
|
|
Viktor Szakáts,
|
|
|
|
(18 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-08-15 03:20:21 -04:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=1777
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=1758
|
2017-08-18 17:30:40 -04:00
|
|
|
[3] = https://curl.haxx.se/bug/?i=1779
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=1785
|
|
|
|
[5] = https://curl.haxx.se/bug/?i=1602
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=1784
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=1786
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=1790
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=1788
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=1793
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=1735
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=1782
|
|
|
|
[13] = https://curl.haxx.se/bug/?i=1767
|
|
|
|
[14] = https://curl.haxx.se/bug/?i=1803
|
|
|
|
[15] = https://curl.haxx.se/bug/?i=1797
|
|
|
|
[16] = https://curl.haxx.se/bug/?i=1021
|