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

65 lines
2.4 KiB
Plaintext
Raw Normal View History

2018-12-14 04:28:59 -05:00
curl and libcurl 7.64.0
2018-12-14 04:28:59 -05:00
Public curl releases: 179
2018-09-08 16:45:45 -04:00
Command line options: 219
2018-12-12 02:12:27 -05:00
curl_easy_setopt() options: 262
2018-09-08 16:45:45 -04:00
Public functions in libcurl: 80
2018-12-12 02:12:27 -05:00
Contributors: 1829
2018-09-05 04:22:54 -04:00
This release includes the following changes:
2018-12-14 04:28:59 -05:00
o cookies: leave secure cookies alone [3]
o http: Implement trailing headers for chunked transfers [7]
2018-12-21 07:57:20 -05:00
o http: added options for allowing HTTP/0.9 responses [10]
2018-09-05 04:22:54 -04:00
This release includes the following bugfixes:
2018-12-14 04:28:59 -05:00
o OS400: handle memory error in list conversion [4]
2018-12-21 07:57:20 -05:00
o cookies: extend domain checks to non psl builds [12]
o curl -J: refuse to append to the destination file [14]
2018-12-14 04:28:59 -05:00
o darwinssl: accept setting max-tls with default min-tls [6]
2018-12-21 07:57:20 -05:00
o docs: fix the --tls-max description [2]
o gopher: always include the entire gopher-path in request [5]
o http2: clear pause stream id if it gets closed [8]
o if2ip: remove unused function Curl_if_is_interface_name [9]
o mbedtls: use VERIFYHOST [15]
o pingpong: change default response timeout to 120 seconds
o pingpong: ignore regular timeout in disconnect phase [16]
o smb: fix incorrect path in request if connection reused [13]
o urlapi: Fix port parsing of eol colon [1]
o urlapi: distinguish possibly empty query [5]
o wolfssl: fix memory-leak in threaded use [11]
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:
2018-12-14 04:28:59 -05:00
Andrei Neculau, Ayoub Boudhar, Daniel Gustafsson, Daniel Stenberg,
2018-12-21 07:57:20 -05:00
David Garske, Eric Rosenquist, Florian Pritz, jasal82 on github, Kamil Dudka,
Leonardo Taccari, Matus Uzak, Tobias Lindgren,
(12 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:
2018-12-14 04:28:59 -05:00
[1] = https://curl.haxx.se/bug/?i=3365
[2] = https://curl.haxx.se/bug/?i=3368
[3] = https://curl.haxx.se/bug/?i=2956
[4] = https://curl.haxx.se/bug/?i=3372
[5] = https://curl.haxx.se/bug/?i=3369
[6] = https://curl.haxx.se/bug/?i=3367
[7] = https://curl.haxx.se/bug/?i=3350
2018-12-21 07:57:20 -05:00
[8] = https://curl.haxx.se/bug/?i=3392
[9] = https://curl.haxx.se/bug/?i=3401
[10] = https://curl.haxx.se/bug/?i=2873
[11] = https://curl.haxx.se/bug/?i=3395
[12] = https://curl.haxx.se/bug/?i=2964
[13] = https://curl.haxx.se/bug/?i=3388
[14] = https://curl.haxx.se/bug/?i=3380
[15] = https://curl.haxx.se/bug/?i=3376
[16] = https://curl.haxx.se/bug/?i=3264