1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/RELEASE-NOTES

205 lines
9.4 KiB
Plaintext
Raw Normal View History

curl and libcurl 7.65.0
Public curl releases: 181
2019-03-15 06:00:24 -04:00
Command line options: 221
2019-05-09 09:26:14 -04:00
curl_easy_setopt() options: 268
2018-09-08 16:45:45 -04:00
Public functions in libcurl: 80
2019-03-27 02:53:33 -04:00
Contributors: 1929
2018-09-05 04:22:54 -04:00
This release includes the following changes:
2019-04-12 04:55:50 -04:00
o CURLOPT_DNS_USE_GLOBAL_CACHE: removed [25]
2019-04-21 17:24:55 -04:00
o CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse [37]
o pipelining: removed [10]
2018-09-05 04:22:54 -04:00
This release includes the following bugfixes:
2019-04-12 04:55:50 -04:00
o --config: clarify that initial : and = might need quoting [17]
o AppVeyor: enable testing for WinSSL build [23]
2019-05-09 09:26:14 -04:00
o CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [52]
2019-04-16 03:34:48 -04:00
o CURLOPT_ADDRESS_SCOPE: fix range check and more [32]
2019-05-09 09:26:14 -04:00
o CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value [51]
2019-05-02 05:13:57 -04:00
o CURL_MAX_INPUT_LENGTH: largest acceptable string input size [44]
2019-04-21 17:24:55 -04:00
o Curl_disconnect: treat all CONNECT_ONLY connections as "dead" [39]
2019-05-02 05:13:57 -04:00
o INTERNALS: Add code highlighting [47]
2019-05-09 09:26:14 -04:00
o OS400/ccsidcurl: replace use of Curl_vsetopt [50]
o OpenSSL: Report -fips in version if OpenSSL is built with FIPS [55]
2019-04-12 04:55:50 -04:00
o README.md: fix no-consecutive-blank-lines Codacy warning [22]
o VC15 project: remove MinimalRebuild
o VS projects: use Unicode for VC10+ [16]
2019-05-09 09:26:14 -04:00
o WRITEFUNCTION: add missing set_in_callback around callback [60]
2019-04-21 17:24:55 -04:00
o altsvc: Fix building with cookies disabled [38]
2019-05-13 13:23:36 -04:00
o auth: Rename the various authentication clean up functions [61]
o base64: build conditionally if there are users
2019-04-12 04:55:50 -04:00
o build-openssl.bat: lots of improvements and polish
2019-05-13 13:23:36 -04:00
o build: fix "clarify calculation precedence" warnings [63]
o checksrc.bat: ignore snprintf warnings in docs/examples [67]
o cirrus: Customize the disabled tests per FreeBSD version
2019-04-12 04:55:50 -04:00
o cmake: avoid linking executable for some tests with cmake 3.6+ [18]
o cmake: clear CMAKE_REQUIRED_LIBRARIES after each use [19]
2019-05-02 05:13:57 -04:00
o cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSP [46]
o cmake: set SSL_BACKENDS [12]
o configure: avoid unportable `==' test(1) operator [1]
o configure: fix default location for fish completions [13]
2019-05-02 05:13:57 -04:00
o cookie: Guard against possible NULL ptr deref [42]
2019-04-12 04:55:50 -04:00
o curl_easy_getinfo.3: fix minor formatting mistake
2019-05-02 05:13:57 -04:00
o curlver.h: use parenthesis in CURL_VERSION_BITS macro [45]
o docs/BUG-BOUNTY: bug bounty time [48]
2019-05-13 13:23:36 -04:00
o docs/INSTALL: fix broken link [62]
o documentation: Fix several typos [7]
2019-05-13 13:23:36 -04:00
o doh: acknowledge CURL_DISABLE_DOH
o doh: disable DOH for the cases it doesn't work [66]
o ftplistparser: fix LGTM alert "Empty block without comment" [14]
2019-05-09 09:26:14 -04:00
o http: Ignore HTTP/2 prior knowledge setting for HTTP proxies [54]
2019-05-13 13:23:36 -04:00
o http: acknowledge CURL_DISABLE_HTTP_AUTH
2019-05-02 05:13:57 -04:00
o http: mark bundle as not for multiuse on < HTTP/2 response [41]
2019-05-13 13:23:36 -04:00
o http_digest: Don't expose functions when HTTP and Crypto Auth are disabled [65]
2019-05-09 09:26:14 -04:00
o http_negotiate: do not treat failure of gss_init_sec_context() as fatal [53]
2019-05-13 13:23:36 -04:00
o http_ntlm: Corrected the name of the include guard [64]
2019-04-12 04:55:50 -04:00
o lib509: add missing include for strdup [22]
o lib557: initialize variables [22]
2019-05-09 09:26:14 -04:00
o makedebug: Fix ERRORLEVEL detection after running where.exe [58]
2019-05-13 13:23:36 -04:00
o mime: acknowledge CURL_DISABLE_MIME
o multi: improved HTTP_1_1_REQUIRED handling [2]
2019-05-09 09:26:14 -04:00
o nss: allow fifos and character devices for certificates [56]
2019-05-02 05:13:57 -04:00
o nss: provide more specific error messages on failed init [43]
2019-05-13 13:23:36 -04:00
o ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup [70]
2019-05-02 05:13:57 -04:00
o ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
2019-04-16 03:34:48 -04:00
o openssl: mark connection for close on TLS close_notify [36]
2019-04-21 17:24:55 -04:00
o openvms: Remove pre-processor for SecureTransport [40]
o openvms: Remove pre-processors for Windows [40]
2019-05-13 13:23:36 -04:00
o parsedate: disabled on CURL_DISABLE_PARSEDATE
o pingpong: disable more when no pingpong protocols are enabled
2019-04-12 04:55:50 -04:00
o polarssl_threadlock: remove conditionally unused code [22]
2019-05-13 13:23:36 -04:00
o proxy: acknowledge DISABLE_PROXY more
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries [3]
2019-05-13 13:23:36 -04:00
o revert "multi: support verbose conncache closure handle" [69]
2019-05-02 05:13:57 -04:00
o sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
2019-05-13 13:23:36 -04:00
o sasl: only enable if there's a protocol enabled using it
o scripts: fix typos
2019-04-16 03:34:48 -04:00
o singleipconnect: show port in the verbose "Trying ..." message
o smtp: fix compiler warning [15]
o socks5: user name and passwords must be shorter than 256 [8]
2019-04-12 04:55:50 -04:00
o socks: fix error message
2019-04-16 03:34:48 -04:00
o socksd: new SOCKS 4+5 server for tests [31]
2019-05-09 09:26:14 -04:00
o spnego_gssapi: fix return code on gss_init_sec_context() failure [53]
o ssh: define USE_SSH if SSH is enabled (any backend) [57]
2019-04-21 17:24:55 -04:00
o test1002: correct the name
2019-05-09 09:26:14 -04:00
o test2100: Fix typos in test description
2019-04-12 04:55:50 -04:00
o tests/server/util: fix Windows Unicode build [21]
2019-04-16 03:34:48 -04:00
o tests: Run global cleanup at end of tests [29]
o tests: make Impacket (SMB server) Python 3 compatible [11]
o tool_cb_wrt: fix bad-function-cast warning [5]
2019-04-16 03:34:48 -04:00
o tool_help: Warn if curl and libcurl versions do not match [28]
o tool_help: include <strings.h> for strcasecmp [4]
o transfer: fix LGTM alert "Comparison is always true" [14]
o travis: allow builds on branches named "ci"
2019-04-12 04:55:50 -04:00
o travis: install dependencies only when needed [24]
2019-04-16 03:34:48 -04:00
o travis: update some builds do Xenial [30]
2019-05-02 05:13:57 -04:00
o travis: updated mesalink builds [35]
2019-04-12 04:55:50 -04:00
o url: always clone the CUROPT_CURLU handle [26]
2019-05-09 09:26:14 -04:00
o urlapi: add CURLUPART_ZONEID to set and get [59]
2019-04-16 03:34:48 -04:00
o urlapi: stricter CURLUPART_PORT parsing [33]
2019-05-09 09:26:14 -04:00
o urlapi: strip off zone id from numerical IPv6 addresses [49]
o urlapi: urlencode characters above 0x7f correctly [9]
2019-04-12 04:55:50 -04:00
o vauth/cleartext: update the PLAIN login to match RFC 4616 [27]
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
2019-05-13 13:23:36 -04:00
o vauth: Fix incorrect function description for Curl_auth_user_contains_domain [68]
o wildcard: disable from build when FTP isn't present
2019-04-16 03:34:48 -04:00
o winbuild: Support MultiSSL builds [34]
2019-04-12 04:55:50 -04:00
o xattr: skip unittest on unsupported platforms [20]
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
2019-05-02 05:13:57 -04:00
Aron Bergman, Brad Spencer, cclauss on github, Dan Fandrich,
2019-05-09 09:26:14 -04:00
Daniel Gustafsson, Daniel Stenberg, Eli Schwartz, Even Rouault,
Frank Gevaerts, Gisle Vanem, Jakub Zakrzewski, Jan Ehrhardt,
2019-05-13 13:23:36 -04:00
Jonathan Cardoso Machado, Jonathan Moerman, Joombalaya on github,
Kamil Dudka, Kristoffer Gleditsch, Leonardo Taccari, Marcel Raad,
Mert Yazıcıoğlu, niner on github, Paolo Mossino, Patrick Monnerat,
Po-Chuan Hsieh, Poul T Lomholt, Ray Satiro, Reed Loden, Ricardo Gomes,
Ricky Leverence, Rikard Falkeborn, Simon Warta, Steve Holme, Taiyu Len,
Tim Rühsen, Tom van der Woerdt, Tseng Jun, Viktor Szakats, Wyatt O'Day,
2019-05-09 09:26:14 -04:00
XmiliaH on github, Yiming Jing,
2019-05-13 13:23:36 -04:00
(40 contributors)
2018-09-08 16:45:45 -04:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
[1] = https://curl.haxx.se/bug/?i=3709
[2] = https://curl.haxx.se/bug/?i=3707
[3] = https://curl.haxx.se/bug/?i=3699
[4] = https://curl.haxx.se/bug/?i=3715
[5] = https://curl.haxx.se/bug/?i=3718
[6] = https://curl.haxx.se/bug/?i=2487
[7] = https://curl.haxx.se/bug/?i=3724
[8] = https://curl.haxx.se/bug/?i=3737
[9] = https://curl.haxx.se/bug/?i=3741
[10] = https://curl.haxx.se/bug/?i=3651
[11] = https://curl.haxx.se/bug/?i=3731
[12] = https://curl.haxx.se/bug/?i=3736
[13] = https://curl.haxx.se/bug/?i=3723
[14] = https://curl.haxx.se/bug/?i=3732
[15] = https://curl.haxx.se/bug/?i=3729
[16] = https://curl.haxx.se/bug/?i=3720
2019-04-12 04:55:50 -04:00
[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
2019-04-16 03:34:48 -04:00
[28] = https://curl.haxx.se/bug/?i=3774
[29] = https://curl.haxx.se/bug/?i=3783
[30] = https://curl.haxx.se/bug/?i=3777
[31] = https://curl.haxx.se/bug/?i=3752
[32] = https://curl.haxx.se/bug/?i=3713
[33] = https://curl.haxx.se/bug/?i=3762
[34] = https://curl.haxx.se/bug/?i=3772
2019-05-02 05:13:57 -04:00
[35] = https://curl.haxx.se/bug/?i=3823
2019-04-16 03:34:48 -04:00
[36] = https://curl.haxx.se/bug/?i=3750
2019-04-21 17:24:55 -04:00
[37] = https://curl.haxx.se/bug/?i=3782
[38] = https://curl.haxx.se/bug/?i=3717
[39] = https://curl.haxx.se/mail/lib-2019-04/0052.html
[40] = https://curl.haxx.se/bug/?i=3768
2019-05-02 05:13:57 -04:00
[41] = https://curl.haxx.se/bug/?i=3813
[42] = https://curl.haxx.se/bug/?i=3820
[43] = https://curl.haxx.se/bug/?i=3808
[44] = https://curl.haxx.se/bug/?i=3805
[45] = https://curl.haxx.se/bug/?i=3809
[46] = https://curl.haxx.se/bug/?i=3769
[47] = https://curl.haxx.se/bug/?i=3801
[48] = https://curl.haxx.se/bug/?i=3488
2019-05-04 17:50:18 -04:00
[49] = https://curl.haxx.se/bug/?i=3817
[50] = https://curl.haxx.se/bug/?i=3833
[51] = https://curl.haxx.se/bug/?i=3829
[52] = https://curl.haxx.se/bug/?i=3537
2019-05-09 09:26:14 -04:00
[53] = https://curl.haxx.se/bug/?i=3726
[54] = https://curl.haxx.se/bug/?i=3570
[55] = https://curl.haxx.se/bug/?i=3771
[56] = https://curl.haxx.se/bug/?i=3807
[57] = https://curl.haxx.se/bug/?i=3846
[58] = https://curl.haxx.se/bug/?i=3838
[59] = https://curl.haxx.se/bug/?i=3834
[60] = https://curl.haxx.se/bug/?i=3837
2019-05-13 13:23:36 -04:00
[61] = https://curl.haxx.se/bug/?i=3869
[62] = https://curl.haxx.se/bug/?i=3818
[63] = https://curl.haxx.se/bug/?i=3866
[64] = https://curl.haxx.se/bug/?i=3867
[65] = https://curl.haxx.se/bug/?i=3861
[66] = https://curl.haxx.se/bug/?i=3850
[67] = https://curl.haxx.se/bug/?i=3862
[68] = https://curl.haxx.se/bug/?i=3860
[69] = https://curl.haxx.se/bug/?i=3856
[70] = https://curl.haxx.se/bug/?i=3858