mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
RELEASE-NOTES: synced
This commit is contained in:
parent
762a292f87
commit
687cdeb970
@ -9,29 +9,46 @@ curl and libcurl 7.65.0
|
|||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o pipelining: removed [10]
|
o pipelining: removed [10]
|
||||||
|
o CURLOPT_DNS_USE_GLOBAL_CACHE: removed [25]
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o --config: clarify that initial : and = might need quoting [17]
|
||||||
|
o AppVeyor: enable testing for WinSSL build [23]
|
||||||
|
o README.md: fix no-consecutive-blank-lines Codacy warning [22]
|
||||||
o VC15 project: remove MinimalRebuild
|
o VC15 project: remove MinimalRebuild
|
||||||
o VS projects: use Unicode for VC10+ [16]
|
o VS projects: use Unicode for VC10+ [16]
|
||||||
|
o build-openssl.bat: lots of improvements and polish
|
||||||
o cirrus: Customize the disabled tests per FreeBSD version
|
o cirrus: Customize the disabled tests per FreeBSD version
|
||||||
|
o cmake: avoid linking executable for some tests with cmake 3.6+ [18]
|
||||||
|
o cmake: clear CMAKE_REQUIRED_LIBRARIES after each use [19]
|
||||||
o cmake: set SSL_BACKENDS [12]
|
o cmake: set SSL_BACKENDS [12]
|
||||||
o configure: avoid unportable `==' test(1) operator [1]
|
o configure: avoid unportable `==' test(1) operator [1]
|
||||||
o configure: fix default location for fish completions [13]
|
o configure: fix default location for fish completions [13]
|
||||||
|
o curl_easy_getinfo.3: fix minor formatting mistake
|
||||||
o documentation: Fix several typos [7]
|
o documentation: Fix several typos [7]
|
||||||
o ftplistparser: fix LGTM alert "Empty block without comment" [14]
|
o ftplistparser: fix LGTM alert "Empty block without comment" [14]
|
||||||
|
o lib509: add missing include for strdup [22]
|
||||||
|
o lib557: initialize variables [22]
|
||||||
o multi: improved HTTP_1_1_REQUIRED handling [2]
|
o multi: improved HTTP_1_1_REQUIRED handling [2]
|
||||||
|
o polarssl_threadlock: remove conditionally unused code [22]
|
||||||
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries [3]
|
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries [3]
|
||||||
o scripts: fix typos
|
o scripts: fix typos
|
||||||
o smtp: fix compiler warning [15]
|
o smtp: fix compiler warning [15]
|
||||||
o socks5: user name and passwords must be shorter than 256 [8]
|
o socks5: user name and passwords must be shorter than 256 [8]
|
||||||
|
o socks: fix error message
|
||||||
|
o tests/server/util: fix Windows Unicode build [21]
|
||||||
o tests: make Impacket (SMB server) Python 3 compatible [11]
|
o tests: make Impacket (SMB server) Python 3 compatible [11]
|
||||||
o tool_cb_wrt: fix bad-function-cast warning [5]
|
o tool_cb_wrt: fix bad-function-cast warning [5]
|
||||||
o tool_help: include <strings.h> for strcasecmp [4]
|
o tool_help: include <strings.h> for strcasecmp [4]
|
||||||
o transfer: fix LGTM alert "Comparison is always true" [14]
|
o transfer: fix LGTM alert "Comparison is always true" [14]
|
||||||
o travis: allow builds on branches named "ci"
|
o travis: allow builds on branches named "ci"
|
||||||
|
o travis: install dependencies only when needed [24]
|
||||||
|
o url: always clone the CUROPT_CURLU handle [26]
|
||||||
o urlapi: urlencode characters above 0x7f correctly [9]
|
o urlapi: urlencode characters above 0x7f correctly [9]
|
||||||
|
o vauth/cleartext: update the PLAIN login to match RFC 4616 [27]
|
||||||
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
|
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
|
||||||
|
o xattr: skip unittest on unsupported platforms [20]
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
@ -43,9 +60,9 @@ advice from friends like these:
|
|||||||
Brad Spencer, cclauss on github, Dan Fandrich, Daniel Gustafsson,
|
Brad Spencer, cclauss on github, Dan Fandrich, Daniel Gustafsson,
|
||||||
Daniel Stenberg, Eli Schwartz, Even Rouault, Jakub Zakrzewski,
|
Daniel Stenberg, Eli Schwartz, Even Rouault, Jakub Zakrzewski,
|
||||||
Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
|
Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
|
||||||
Paolo Mossino, Rikard Falkeborn, Simon Warta, Tim Rühsen, Wyatt O'Day,
|
Paolo Mossino, Poul T Lomholt, Rikard Falkeborn, Simon Warta, Steve Holme,
|
||||||
XmiliaH on github,
|
Tim Rühsen, Wyatt O'Day, XmiliaH on github,
|
||||||
(18 contributors)
|
(20 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -67,3 +84,14 @@ References to bug reports and discussions on issues:
|
|||||||
[14] = https://curl.haxx.se/bug/?i=3732
|
[14] = https://curl.haxx.se/bug/?i=3732
|
||||||
[15] = https://curl.haxx.se/bug/?i=3729
|
[15] = https://curl.haxx.se/bug/?i=3729
|
||||||
[16] = https://curl.haxx.se/bug/?i=3720
|
[16] = https://curl.haxx.se/bug/?i=3720
|
||||||
|
[17] = https://curl.haxx.se/bug/?i=3738
|
||||||
|
[18] = https://curl.haxx.se/bug/?i=3744
|
||||||
|
[19] = https://curl.haxx.se/bug/?i=3743
|
||||||
|
[20] = https://curl.haxx.se/bug/?i=3759
|
||||||
|
[21] = https://curl.haxx.se/bug/?i=3758
|
||||||
|
[22] = https://curl.haxx.se/bug/?i=3739
|
||||||
|
[23] = https://curl.haxx.se/bug/?i=3725
|
||||||
|
[24] = https://curl.haxx.se/bug/?i=3721
|
||||||
|
[25] = https://curl.haxx.se/bug/?i=3654
|
||||||
|
[26] = https://curl.haxx.se/bug/?i=3753
|
||||||
|
[27] = https://curl.haxx.se/bug/?i=3757
|
||||||
|
Loading…
Reference in New Issue
Block a user