2019-09-19 09:41:59 -04:00
|
|
|
curl and libcurl 7.67.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2019-09-12 03:48:00 -04:00
|
|
|
Public curl releases: 186
|
2019-10-09 08:24:52 -04:00
|
|
|
Command line options: 226
|
2019-08-12 04:06:05 -04:00
|
|
|
curl_easy_setopt() options: 269
|
2019-08-08 03:58:52 -04:00
|
|
|
Public functions in libcurl: 81
|
2019-09-12 03:48:00 -04:00
|
|
|
Contributors: 2014
|
2019-05-24 06:50:01 -04:00
|
|
|
|
2019-07-25 17:49:16 -04:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2019-10-09 08:24:52 -04:00
|
|
|
o curl: added --no-progress-meter [73]
|
2019-10-02 02:04:07 -04:00
|
|
|
o setopt: CURLMOPT_MAX_CONCURRENT_STREAMS is new [55]
|
2019-10-09 08:24:52 -04:00
|
|
|
o urlapi: CURLU_NO_AUTHORITY allows empty authority/host part [22]
|
2019-07-25 17:49:16 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2019-10-02 02:04:07 -04:00
|
|
|
o BINDINGS: five new bindings addded
|
2019-10-09 08:24:52 -04:00
|
|
|
o CURLOPT_TIMEOUT.3: remove the mention of "minutes" [74]
|
2019-10-05 05:46:48 -04:00
|
|
|
o ESNI: initial build/setup support [71]
|
2019-09-22 16:50:12 -04:00
|
|
|
o FTP: FTPFILE_NOCWD: avoid redundant CWDs [28]
|
2019-09-19 09:30:16 -04:00
|
|
|
o FTP: allow "rubbish" prepended to the SIZE response [15]
|
|
|
|
o FTP: remove trailing slash from path for LIST/MLSD [6]
|
|
|
|
o FTP: skip CWD to entry dir when target is absolute [16]
|
2019-09-27 07:56:08 -04:00
|
|
|
o FTP: url-decode path before evaluation [36]
|
|
|
|
o HTTP3.md: move -p for mkdir, remove -j for make [46]
|
|
|
|
o HTTP3: fix prefix parameter for ngtcp2 build [40]
|
|
|
|
o HTTP3: show an --alt-svc using example too
|
|
|
|
o INSTALL: add vcpkg installation instructions [35]
|
|
|
|
o README: minor grammar fix [39]
|
2019-10-02 02:04:07 -04:00
|
|
|
o altsvc: accept quoted ma and persist values [60]
|
2019-09-22 16:50:12 -04:00
|
|
|
o altsvc: both backends run h3-23 now [31]
|
2019-10-02 02:04:07 -04:00
|
|
|
o appveyor: add 32-bit MinGW-w64 build [58]
|
2019-09-19 09:30:16 -04:00
|
|
|
o appveyor: add a winbuild [14]
|
2019-09-22 16:50:12 -04:00
|
|
|
o appveyor: upgrade VS2017 to VS2019 [29]
|
2019-09-12 03:48:00 -04:00
|
|
|
o asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris [3]
|
2019-10-09 08:24:52 -04:00
|
|
|
o build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines [77]
|
2019-10-02 02:04:07 -04:00
|
|
|
o checksrc: fix uninitialized variable warning [57]
|
|
|
|
o chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error [56]
|
2019-10-09 08:24:52 -04:00
|
|
|
o cirrus: Increase the git clone depth
|
|
|
|
o cirrus: Switch the FreeBSD 11.x build to 11.3 and add a 13.0 build
|
|
|
|
o cirrus: switch off blackhole status on the freebsd CI machines [72]
|
2019-09-22 16:50:12 -04:00
|
|
|
o cleanups: 21 various PVS-Studio warnings [24]
|
2019-10-09 08:24:52 -04:00
|
|
|
o connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT [72]
|
2019-10-05 05:46:48 -04:00
|
|
|
o cookie: avoid harmless use after free [69]
|
2019-09-22 16:50:12 -04:00
|
|
|
o cookie: pass in the correct cookie amount to qsort() [27]
|
2019-10-05 05:46:48 -04:00
|
|
|
o cookies: change argument type for Curl_flush_cookies [67]
|
2019-10-02 02:04:07 -04:00
|
|
|
o cookies: using a share with cookies shouldn't enable the cookie engine [63]
|
|
|
|
o curl: create easy handles on-demand and not ahead of time [54]
|
2019-10-05 05:46:48 -04:00
|
|
|
o curl: ensure HTTP 429 triggers --retry [64]
|
2019-09-22 16:50:12 -04:00
|
|
|
o curl: exit the create_transfers loop on errors [33]
|
2019-09-19 09:30:16 -04:00
|
|
|
o curl: fix memory leaked by parse_metalink() [17]
|
|
|
|
o curl: load large files with -d @ much faster [19]
|
|
|
|
o docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag [21]
|
2019-10-09 08:24:52 -04:00
|
|
|
o docs: added multi-event.c example [75]
|
2019-10-02 02:04:07 -04:00
|
|
|
o docs: disambiguate CURLUPART_HOST is for host name (ie no port) [62]
|
2019-10-05 05:46:48 -04:00
|
|
|
o docs: note on failed handles not being counted by curl_multi_perform [70]
|
2019-09-27 07:56:08 -04:00
|
|
|
o doh: allow only http and https in debug mode [48]
|
2019-09-22 16:50:12 -04:00
|
|
|
o doh: avoid truncating DNS QTYPE to lower octet [23]
|
2019-09-19 09:30:16 -04:00
|
|
|
o doh: clean up dangling DOH memory on easy close [9]
|
|
|
|
o doh: fix (harmless) buffer overrun [13]
|
|
|
|
o doh: fix undefined behaviour and open up for gcc and clang optimization [12]
|
2019-09-27 07:56:08 -04:00
|
|
|
o doh: return early if there is no time left [48]
|
2019-10-02 02:04:07 -04:00
|
|
|
o git: add tests/server/disabled to .gitignore [59]
|
2019-10-05 05:46:48 -04:00
|
|
|
o http2: prevent dup'ed handles to send dummy PRIORITY frames [68]
|
2019-09-19 09:30:16 -04:00
|
|
|
o http2: relax verification of :authority in push promise requests [8]
|
2019-09-27 07:56:08 -04:00
|
|
|
o http: lowercase headernames for HTTP/2 and HTTP/3 [49]
|
2019-09-19 09:30:16 -04:00
|
|
|
o ldap: Stop using wide char version of ldapp_err2string [1]
|
2019-10-09 08:24:52 -04:00
|
|
|
o ldap: fix OOM error on missing query string [76]
|
2019-09-19 09:30:16 -04:00
|
|
|
o mime: when disabled, avoid C99 macro [7]
|
2019-10-05 05:46:48 -04:00
|
|
|
o ngtcp2: adapt to API change [66]
|
2019-09-22 16:50:12 -04:00
|
|
|
o ngtcp2: compile with latest ngtcp2 + nghttp3 draft-23 [25]
|
2019-09-27 07:56:08 -04:00
|
|
|
o ngtcp2: remove fprintf() calls [43]
|
2019-09-19 09:30:16 -04:00
|
|
|
o openssl: close_notify on the FTP data connection doesn't mean closure [20]
|
2019-09-22 16:50:12 -04:00
|
|
|
o openssl: fix compiler warning with LibreSSL [34]
|
2019-09-27 07:56:08 -04:00
|
|
|
o openssl: use strerror on SSL_ERROR_SYSCALL [41]
|
|
|
|
o os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr [47]
|
2019-09-19 09:30:16 -04:00
|
|
|
o parsedate: fix date parsing disabled builds [18]
|
2019-09-27 07:56:08 -04:00
|
|
|
o quiche: don't close connection at end of stream
|
2019-09-19 09:30:16 -04:00
|
|
|
o quiche: persist connection details (fixes -I with --http3) [11]
|
2019-09-27 07:56:08 -04:00
|
|
|
o quiche: set 'drain' when returning without having drained the queues
|
2019-10-02 02:04:07 -04:00
|
|
|
o quiche: update HTTP/3 config creation to new API [61]
|
|
|
|
o redirect: handle redirects to absolute URLs containing spaces [52]
|
|
|
|
o setopt: handle ALTSVC set to NULL
|
2019-09-12 03:48:00 -04:00
|
|
|
o setopt: make it easier to add new enum values [4]
|
2019-09-22 16:50:12 -04:00
|
|
|
o setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly [24]
|
2019-09-19 09:30:16 -04:00
|
|
|
o smb: check for full size message before reading message details [10]
|
2019-09-22 16:50:12 -04:00
|
|
|
o socks: Fix destination host shown on SOCKS5 error [32]
|
2019-09-27 07:56:08 -04:00
|
|
|
o tests: fix narrowing conversion warnings [37]
|
2019-10-09 08:24:52 -04:00
|
|
|
o tests: use port 2 instead of 60000 for a safer non-listening port [72]
|
2019-09-27 07:56:08 -04:00
|
|
|
o url: don't set appconnect time for non-ssl/non-ssh connections [42]
|
|
|
|
o url: fix the NULL hostname compiler warning [44]
|
2019-09-19 09:30:16 -04:00
|
|
|
o url: only reuse TLS connections with matching pinning [5]
|
2019-09-22 16:50:12 -04:00
|
|
|
o urlapi: avoid index underflow for short ipv6 hostnames [26]
|
2019-10-02 02:04:07 -04:00
|
|
|
o urlapi: fix URL encoding when setting a full URL [53]
|
|
|
|
o urlapi: fix unused variable warning [57]
|
2019-09-27 07:56:08 -04:00
|
|
|
o urlapi: question mark within fragment is still fragment [45]
|
2019-09-22 16:50:12 -04:00
|
|
|
o urldata: use 'bool' for the bit type on MSVC compilers [30]
|
2019-09-27 07:56:08 -04:00
|
|
|
o vtls: Fix comment typo about macosx-version-min compiler flag [38]
|
|
|
|
o vtls: fix narrowing conversion warnings [50]
|
2019-09-19 09:30:16 -04:00
|
|
|
o winbuild/MakefileBuild.vc: Add vssh [2]
|
|
|
|
o winbuild/MakefileBuild.vc: Fix line endings
|
2019-09-27 07:56:08 -04:00
|
|
|
o winbuild: Add manifest to curl.exe for proper OS version detection [51]
|
2019-10-05 05:46:48 -04:00
|
|
|
o winbuild: add ENABLE_UNICODE option [65]
|
2019-07-19 05:32:23 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2016-02-02 18:19:02 -05:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2019-10-09 08:24:52 -04:00
|
|
|
Alessandro Ghedini, Alex Konev, Alex Samorukov, Andrei Valeriu BICA,
|
|
|
|
Barry Pollard, Bernhard Walle, Christoph M. Becker, Dagobert Michelsen,
|
|
|
|
Dan Fandrich, Daniel Silverstone, Daniel Stenberg, Denis Chaplygin,
|
|
|
|
Emil Engler, George Liu, Gilles Vollant, Griffin Downs, Ilya Kosarev,
|
|
|
|
infinnovation-dev on github, Jens Finkhaeuser, Jeremy Lainé, Jimmy Gaussen,
|
|
|
|
Joel Depooter, Jojojov on github, jzinn on github, Kamil Dudka, Kunal Ekawde,
|
|
|
|
Lucas Pardue, Lucas Severo, Marcel Hernandez, Marcel Raad, Martin Gartner,
|
|
|
|
Max Dymond, Michael Kaufmann, momala454 on github, Nathaniel J. Smith,
|
|
|
|
Niall O'Reilly, nico-abram on github, Patrick Monnerat, Paul B. Omta,
|
|
|
|
Paul Dreik, Peter Sumatra, Philippe Marguinaud, Piotr Komborski, Ray Satiro,
|
|
|
|
Roland Hieber, Samuel Surtees, Sebastian Haglund, Spezifant on github,
|
|
|
|
Stian Soiland-Reyes, SumatraPeter on github, Tatsuhiro Tsujikawa,
|
|
|
|
Valerii Zapodovnikov, Yechiel Kalmenson, Zenju on github,
|
|
|
|
(54 contributors)
|
2019-05-24 06:50:01 -04:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2019-09-12 03:48:00 -04:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=4272
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=4322
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=4328
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=4321
|
2019-09-19 09:30:16 -04:00
|
|
|
[5] = https://curl.haxx.se/mail/lib-2019-09/0061.html
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=4348
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=4368
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=4365
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=4366
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=4363
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=4358
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=4350
|
|
|
|
[13] = https://curl.haxx.se/bug/?i=4352
|
|
|
|
[14] = https://curl.haxx.se/bug/?i=4324
|
|
|
|
[15] = https://curl.haxx.se/bug/?i=4339
|
|
|
|
[16] = https://curl.haxx.se/bug/?i=4332
|
|
|
|
[17] = https://curl.haxx.se/bug/?i=4326
|
|
|
|
[18] = https://curl.haxx.se/bug/?i=4325
|
|
|
|
[19] = https://curl.haxx.se/bug/?i=4336
|
|
|
|
[20] = https://curl.haxx.se/bug/?i=4329
|
|
|
|
[21] = https://curl.haxx.se/bug/?i=4338
|
2019-09-22 16:50:12 -04:00
|
|
|
[22] = https://curl.haxx.se/bug/?i=4349
|
|
|
|
[23] = https://curl.haxx.se/bug/?i=4381
|
|
|
|
[24] = https://curl.haxx.se/bug/?i=4374
|
|
|
|
[25] = https://curl.haxx.se/bug/?i=4392
|
|
|
|
[26] = https://curl.haxx.se/bug/?i=4389
|
|
|
|
[27] = https://curl.haxx.se/bug/?i=4386
|
|
|
|
[28] = https://curl.haxx.se/bug/?i=4382
|
|
|
|
[29] = https://curl.haxx.se/bug/?i=4383
|
|
|
|
[30] = https://curl.haxx.se/bug/?i=4387
|
|
|
|
[31] = https://curl.haxx.se/bug/?i=4395
|
|
|
|
[32] = https://curl.haxx.se/bug/?i=4394
|
|
|
|
[33] = https://curl.haxx.se/bug/?i=4393
|
|
|
|
[34] = https://curl.haxx.se/bug/?i=4397
|
2019-09-27 07:56:08 -04:00
|
|
|
[35] = https://curl.haxx.se/bug/?i=4435
|
|
|
|
[36] = https://curl.haxx.se/bug/?i=4428
|
|
|
|
[37] = https://curl.haxx.se/bug/?i=4415
|
|
|
|
[38] = https://curl.haxx.se/bug/?i=4425
|
|
|
|
[39] = https://curl.haxx.se/bug/?i=4431
|
|
|
|
[40] = https://curl.haxx.se/bug/?i=4430
|
|
|
|
[41] = https://curl.haxx.se/bug/?i=4411
|
|
|
|
[42] = https://curl.haxx.se/bug/?i=3760
|
|
|
|
[43] = https://curl.haxx.se/bug/?i=4421
|
|
|
|
[44] = https://curl.haxx.se/bug/?i=4403
|
|
|
|
[45] = https://curl.haxx.se/bug/?i=4412
|
|
|
|
[46] = https://curl.haxx.se/bug/?i=4407
|
|
|
|
[47] = https://curl.haxx.se/bug/?i=4214
|
|
|
|
[48] = https://curl.haxx.se/bug/?i=4406
|
|
|
|
[49] = https://curl.haxx.se/bug/?i=4400
|
|
|
|
[50] = https://curl.haxx.se/bug/?i=4398
|
|
|
|
[51] = https://curl.haxx.se/bug/?i=4399
|
2019-10-02 02:04:07 -04:00
|
|
|
[52] = https://curl.haxx.se/bug/?i=4445
|
|
|
|
[53] = https://curl.haxx.se/bug/?i=4447
|
|
|
|
[54] = https://curl.haxx.se/bug/?i=4393
|
|
|
|
[55] = https://curl.haxx.se/bug/?i=4410
|
|
|
|
[56] = https://curl.haxx.se/bug/?i=4310
|
|
|
|
[57] = https://curl.haxx.se/bug/?i=4444
|
|
|
|
[58] = https://curl.haxx.se/bug/?i=4433
|
|
|
|
[59] = https://curl.haxx.se/bug/?i=4441
|
|
|
|
[60] = https://curl.haxx.se/bug/?i=4443
|
|
|
|
[61] = https://curl.haxx.se/bug/?i=4437
|
|
|
|
[62] = https://curl.haxx.se/bug/?i=4424
|
|
|
|
[63] = https://curl.haxx.se/bug/?i=4429
|
2019-10-05 05:46:48 -04:00
|
|
|
[64] = https://curl.haxx.se/bug/?i=4465
|
|
|
|
[65] = https://curl.haxx.se/bug/?i=4308
|
|
|
|
[66] = https://curl.haxx.se/bug/?i=4457
|
|
|
|
[67] = https://curl.haxx.se/bug/?i=4455
|
|
|
|
[68] = https://curl.haxx.se/bug/?i=4303
|
|
|
|
[69] = https://curl.haxx.se/bug/?i=4454
|
|
|
|
[70] = https://curl.haxx.se/bug/?i=4446
|
|
|
|
[71] = https://curl.haxx.se/bug/?i=4011
|
2019-10-09 08:24:52 -04:00
|
|
|
[72] = https://curl.haxx.se/bug/?i=4461
|
|
|
|
[73] = https://curl.haxx.se/bug/?i=4422
|
|
|
|
[74] = https://curl.haxx.se/bug/?i=4469
|
|
|
|
[75] = https://curl.haxx.se/bug/?i=4471
|
|
|
|
[76] = https://curl.haxx.se/bug/?i=4467
|
|
|
|
[77] = https://curl.haxx.se/bug/?i=4460
|