2017-08-11 16:30:02 +08:00
|
|
|
|
Curl and libcurl 7.55.1
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
2017-08-11 16:30:02 +08:00
|
|
|
|
Public curl releases: 168
|
2017-06-28 17:29:32 +08:00
|
|
|
|
Command line options: 210
|
|
|
|
|
curl_easy_setopt() options: 247
|
2015-08-12 15:07:37 +08:00
|
|
|
|
Public functions in libcurl: 61
|
2017-08-11 16:30:02 +08:00
|
|
|
|
Contributors: 1592
|
2017-01-20 23:56:05 +08:00
|
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2017-08-11 16:30:02 +08:00
|
|
|
|
o build: fix 'make install' with configure, install docs/libcurl/* too
|
|
|
|
|
o make install: add 8 missing man pages to the installation
|
|
|
|
|
o curl: do bounds check using a double comparison [1]
|
|
|
|
|
o dist: Add dictserver.py/negtelnetserver.py to release [2]
|
|
|
|
|
o digest_sspi: Don't reuse context if the user/passwd has changed [3]
|
|
|
|
|
o gitignore: ignore top-level .vs folder [4]
|
|
|
|
|
o build: check out *.sln files with Windows line endings [5]
|
|
|
|
|
o travis: verify "make install" [6]
|
|
|
|
|
o dist: fix the cmake build by shipping cmake_uninstall.cmake.in too [7]
|
|
|
|
|
o metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead
|
|
|
|
|
o configure: use the threaded resolver backend by default if possible [8]
|
|
|
|
|
o mkhelp.pl: allow executing this script directly [9]
|
|
|
|
|
o maketgz: remove old *.dist files before making the tarball [10]
|
|
|
|
|
o openssl: remove CONST_ASN1_BIT_STRING [11]
|
|
|
|
|
o openssl: fix "error: this statement may fall through"
|
2017-08-14 00:22:06 +08:00
|
|
|
|
o proxy: fix memory leak in case of invalid proxy server name [12]
|
|
|
|
|
o curl/system.h: support more architectures (OpenRISC, ARC) [13]
|
|
|
|
|
o docs: fix typos [14]
|
|
|
|
|
o curl/system.h: add Oracle Solaris Studio [15]
|
|
|
|
|
o CURLINFO_TOTAL_TIME: could wrongly return 4200 seconds [16]
|
|
|
|
|
o docs: --connect-to clarified
|
|
|
|
|
o cmake: allow user to override CMAKE_DEBUG_POSTFIX [17]
|
|
|
|
|
o travis: test cmake build on tarball too
|
|
|
|
|
o redirect: make it handle absolute redirects to IDN names [18]
|
|
|
|
|
o curl/system.h: fix for gcc on PowerPC [19]
|
|
|
|
|
o curl --interface: fixed for IPV6 unique local addresses [20]
|
|
|
|
|
o cmake: threads detection improvements [21]
|
2016-11-09 16:14:44 +08:00
|
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
2016-02-03 07:19:02 +08:00
|
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2017-08-14 00:22:06 +08:00
|
|
|
|
Adam Sampson, Alessandro Ghedini, Alex Potapenko, Bernard Spil,
|
|
|
|
|
Christian Weisgerber, Dagobert Michelsen, Dan Fandrich, Daniel Krügler,
|
|
|
|
|
Daniel Stenberg, David Benjamin, David Lord, Even Rouault, Han Qiao,
|
|
|
|
|
Isaac Boukris, James Slaughter, Marcel Raad, paulharris on github,
|
|
|
|
|
Ray Satiro, Salah-Eddin Shaban, Sergei Nikulov, Simon Warta,
|
|
|
|
|
Thomas Petazzoni,
|
|
|
|
|
(22 contributors)
|
2017-03-08 17:55:06 +08:00
|
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
|
2017-08-11 16:30:02 +08:00
|
|
|
|
[1] = https://curl.haxx.se/bug/?i=1750
|
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=1744
|
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=1742
|
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=1746
|
|
|
|
|
[5] = https://curl.haxx.se/bug/?i=1746
|
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=1753
|
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=1755
|
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=1647
|
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=1743
|
|
|
|
|
[10] = https://curl.haxx.se/mail/lib-2017-08/0050.html
|
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=1759
|
2017-08-14 00:22:06 +08:00
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=1761
|
|
|
|
|
[13] = https://curl.haxx.se/bug/?i=1766
|
|
|
|
|
[14] = https://curl.haxx.se/bug/?i=1770
|
|
|
|
|
[15] = https://curl.haxx.se/bug/?i=1752
|
|
|
|
|
[16] = https://curl.haxx.se/bug/?i=1769
|
|
|
|
|
[17] = https://curl.haxx.se/bug/?i=1763
|
|
|
|
|
[18] = https://curl.haxx.se/bug/?i=1762
|
|
|
|
|
[19] = https://curl.haxx.se/bug/?i=1774
|
|
|
|
|
[20] = https://curl.haxx.se/bug/?i=1764
|
|
|
|
|
[21] = https://curl.haxx.se/bug/?i=1719
|