mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
RELEASE-NOTES: synced with 91c46dc44
This commit is contained in:
parent
91c46dc44e
commit
c39f204352
@ -1,40 +1,21 @@
|
||||
Curl and libcurl 7.55.1
|
||||
Curl and libcurl 7.56.0
|
||||
|
||||
Public curl releases: 168
|
||||
Public curl releases: 169
|
||||
Command line options: 210
|
||||
curl_easy_setopt() options: 247
|
||||
Public functions in libcurl: 61
|
||||
Contributors: 1592
|
||||
Contributors: 1600
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
o
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
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"
|
||||
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]
|
||||
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]
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
@ -43,36 +24,12 @@ This release includes the following known bugs:
|
||||
This release would not have looked like this without help, code, reports and
|
||||
advice from friends like these:
|
||||
|
||||
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)
|
||||
Brian Carpenter, Daniel Stenberg,
|
||||
(2 contributors)
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
||||
References to bug reports and discussions on issues:
|
||||
|
||||
[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
|
||||
[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
|
||||
[1] = https://curl.haxx.se/bug/?i=1777
|
||||
[2] = https://curl.haxx.se/bug/?i=1758
|
||||
|
Loading…
Reference in New Issue
Block a user