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

89 lines
3.7 KiB
Plaintext
Raw Normal View History

2020-01-09 16:37:59 -05:00
curl and libcurl 7.69.0
2020-01-09 16:37:59 -05:00
Public curl releases: 189
2020-01-21 09:15:31 -05:00
Command line options: 230
curl_easy_setopt() options: 270
2019-11-28 07:28:14 -05:00
Public functions in libcurl: 82
2020-01-04 16:48:15 -05:00
Contributors: 2088
2019-05-24 06:50:01 -04:00
2019-07-25 17:49:16 -04:00
This release includes the following changes:
2020-01-21 09:15:31 -05:00
o smtp: introducing CURLOPT_MAIL_RCPT_ALLLOWFAILS and --mail-rcpt-allowfails [23]
2020-01-13 10:02:01 -05:00
o wolfSSH: new support SSH backend [5]
2020-01-17 02:08:36 -05:00
o polarssl: removed [16]
2019-07-25 17:49:16 -04:00
This release includes the following bugfixes:
2020-01-17 02:08:36 -05:00
o CMake: Add support for CMAKE_LTO option [22]
o CMake: use check_symbol_exists also for inet_pton [19]
o HTTP-COOKIES.md: describe the cookie file format [21]
2020-01-13 10:02:01 -05:00
o cmake: Enable SMB for Windows builds [12]
o cmake: Improve libssh2 check on Windows [8]
2020-01-21 09:15:31 -05:00
o cmake: support specifying the target Windows version [27]
2020-01-13 10:02:01 -05:00
o connection reuse: respect the max_concurrent_streams limits [3]
2020-01-21 09:15:31 -05:00
o curl: Let -D merge headers in one file again [25]
2020-01-13 10:02:01 -05:00
o curl: make #0 not output the full URL [4]
o curl: remove 'config' field from OutStruct [6]
2020-01-17 02:08:36 -05:00
o curl:progressbarinit: ignore column width from terminals < 20 [18]
2020-01-21 09:15:31 -05:00
o data.d: remove "Multiple files can also be specified" [26]
2020-01-13 10:02:01 -05:00
o hostip: move code to resolve IP address literals to `Curl_resolv` [13]
2020-01-21 09:15:31 -05:00
o http: increase EXPECT_100_THRESHOLD to 1Mb [28]
o http: move "oauth_bearer" from connectdata to Curl_easy [24]
2020-01-13 10:02:01 -05:00
o include: remove non-curl prefixed defines [15]
o libssh2: add support for forcing a hostkey type [7]
2020-01-17 02:08:36 -05:00
o libssh2: fix variable type [17]
2020-01-13 10:02:01 -05:00
o multi: Change curl_multi_wait/poll to error on negative timeout [11]
o ngtcp2: Add an error code for QUIC connection errors [10]
2020-01-09 16:37:59 -05:00
o runtests: make random seed fixed for a month [1]
2020-01-13 10:02:01 -05:00
o schannel: Make CURLOPT_CAINFO work better on Windows 7 [9]
2020-01-17 02:08:36 -05:00
o schannel_verify: Fix alt names manual verify for UNICODE builds [20]
2020-01-09 16:37:59 -05:00
o tool_dirhie: Allow directory traversal during creation [2]
2020-01-13 10:02:01 -05:00
o vtls: Refactor Curl_multissl_version to make the code clearer [14]
2019-07-19 05:32:23 -04:00
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:
2020-01-17 02:08:36 -05:00
Brian Carpenter, bsammon on github, Daniel Marjamäki, Daniel Stenberg,
Emil Engler, Faizur Rahman, hamstergene on github, Jeroen Ooms,
Johannes Schindelin, Kunal Ekawde, Marc Aldorasi, Marcel Raad,
2020-01-21 09:15:31 -05:00
mbeifuss on github, Mike Norton, Pavel Volgarev, Ray Satiro, Santino Keupp,
Tobias Hieta, vshmuk on hackerone,
(19 contributors)
2019-05-24 06:50:01 -04:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
2020-01-09 16:37:59 -05:00
[1] = https://curl.haxx.se/bug/?i=4734
[2] = https://curl.haxx.se/bug/?i=4796
2020-01-13 10:02:01 -05:00
[3] = https://curl.haxx.se/bug/?i=4779
[4] = https://curl.haxx.se/bug/?i=4812
[5] = https://daniel.haxx.se/blog/2020/01/12/curl-even-more-wolfed/
[6] = https://curl.haxx.se/bug/?i=4807
[7] = https://curl.haxx.se/bug/?i=4747
[8] = https://curl.haxx.se/bug/?i=4804
[9] = https://curl.haxx.se/bug/?i=3711
[10] = https://curl.haxx.se/bug/?i=4754
[11] = https://curl.haxx.se/bug/?i=4763
[12] = https://curl.haxx.se/bug/?i=4717
[13] = https://curl.haxx.se/bug/?i=4798
[14] = https://curl.haxx.se/bug/?i=4803
[15] = https://curl.haxx.se/bug/?i=4793
2020-01-17 02:08:36 -05:00
[16] = https://curl.haxx.se/bug/?i=4825
[17] = https://curl.haxx.se/bug/?i=4823
[18] = https://curl.haxx.se/bug/?i=4818
[19] = https://curl.haxx.se/bug/?i=4808
[20] = https://curl.haxx.se/bug/?i=4761
[21] = https://curl.haxx.se/bug/?i=4805
[22] = https://curl.haxx.se/bug/?i=4799
2020-01-21 09:15:31 -05:00
[23] = https://curl.haxx.se/bug/?i=4816
[24] = https://curl.haxx.se/bug/?i=4824
[25] = https://curl.haxx.se/bug/?i=4762
[26] = https://curl.haxx.se/mail/archive-2020-01/0016.html
[27] = https://curl.haxx.se/bug/?i=4815
[28] = https://curl.haxx.se/bug/?i=4814