mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
RELEASE: 7.64.1
This commit is contained in:
parent
c07fc5e292
commit
521bbbe299
@ -4,7 +4,7 @@ curl and libcurl 7.64.1
|
|||||||
Command line options: 221
|
Command line options: 221
|
||||||
curl_easy_setopt() options: 267
|
curl_easy_setopt() options: 267
|
||||||
Public functions in libcurl: 80
|
Public functions in libcurl: 80
|
||||||
Contributors: 1904
|
Contributors: 1929
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
@ -21,6 +21,7 @@ This release includes the following bugfixes:
|
|||||||
o Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning [20]
|
o Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning [20]
|
||||||
o DoH: inherit some SSL options from user's easy handle [80]
|
o DoH: inherit some SSL options from user's easy handle [80]
|
||||||
o Secure Transport: no more "darwinssl" [56]
|
o Secure Transport: no more "darwinssl" [56]
|
||||||
|
o Secure Transport: tvOS 11 is required for ALPN support [94]
|
||||||
o cirrus: Added FreeBSD builds using Cirrus CI
|
o cirrus: Added FreeBSD builds using Cirrus CI
|
||||||
o cleanup: make local functions static [5]
|
o cleanup: make local functions static [5]
|
||||||
o cli tool: do not use mime.h private structures [27]
|
o cli tool: do not use mime.h private structures [27]
|
||||||
@ -28,6 +29,7 @@ This release includes the following bugfixes:
|
|||||||
o configure: add additional libraries to check for LDAP support [45]
|
o configure: add additional libraries to check for LDAP support [45]
|
||||||
o configure: remove the unused fdopen macro [40]
|
o configure: remove the unused fdopen macro [40]
|
||||||
o configure: show features as well in the final summary [15]
|
o configure: show features as well in the final summary [15]
|
||||||
|
o conncache: use conn->data to know if a transfer owns it [95]
|
||||||
o connection: never reuse CONNECT_ONLY connections [35]
|
o connection: never reuse CONNECT_ONLY connections [35]
|
||||||
o connection_check: restore original conn->data after the check [14]
|
o connection_check: restore original conn->data after the check [14]
|
||||||
o connection_check: set ->data to the transfer doing the check [3]
|
o connection_check: set ->data to the transfer doing the check [3]
|
||||||
@ -42,6 +44,7 @@ This release includes the following bugfixes:
|
|||||||
o curl: remove MANUAL from -M output [38]
|
o curl: remove MANUAL from -M output [38]
|
||||||
o curl_easy_duphandle.3: clarify that a duped handle has no shares [64]
|
o curl_easy_duphandle.3: clarify that a duped handle has no shares [64]
|
||||||
o curl_multi_remove_handle.3: use at any time, just not from within callbacks
|
o curl_multi_remove_handle.3: use at any time, just not from within callbacks
|
||||||
|
o curl_url.3: this API is not experimental anymore
|
||||||
o dns: release sharelock as soon as possible [1]
|
o dns: release sharelock as soon as possible [1]
|
||||||
o docs: update max-redirs.d phrasing [59]
|
o docs: update max-redirs.d phrasing [59]
|
||||||
o easy: fix win32 init to work without CURL_GLOBAL_WIN32 [30]
|
o easy: fix win32 init to work without CURL_GLOBAL_WIN32 [30]
|
||||||
@ -82,6 +85,7 @@ This release includes the following bugfixes:
|
|||||||
o multi: support verbose conncache closure handle [72]
|
o multi: support verbose conncache closure handle [72]
|
||||||
o negotiate: fix for HTTP POST with Negotiate [88]
|
o negotiate: fix for HTTP POST with Negotiate [88]
|
||||||
o openssl: add support for TLS ASYNC state [46]
|
o openssl: add support for TLS ASYNC state [46]
|
||||||
|
o openssl: if cert type is ENG and no key specified, key is ENG too [93]
|
||||||
o pretransfer: don't strlen() POSTFIELDS set for GET requests [22]
|
o pretransfer: don't strlen() POSTFIELDS set for GET requests [22]
|
||||||
o rand: Fix a mismatch between comments in source and header [32]
|
o rand: Fix a mismatch between comments in source and header [32]
|
||||||
o runtests: detect "schannel" as an alias for "winssl" [50]
|
o runtests: detect "schannel" as an alias for "winssl" [50]
|
||||||
@ -100,12 +104,14 @@ This release includes the following bugfixes:
|
|||||||
o tests: add stderr comparison to the test suite [26]
|
o tests: add stderr comparison to the test suite [26]
|
||||||
o tests: fix multiple may be used uninitialized warnings
|
o tests: fix multiple may be used uninitialized warnings
|
||||||
o threaded-resolver: shutdown the resolver thread without error message [61]
|
o threaded-resolver: shutdown the resolver thread without error message [61]
|
||||||
|
o tool_cb_wrt: fix writing to Windows null device NUL [96]
|
||||||
o tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattr [84]
|
o tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattr [84]
|
||||||
o tool_operate: build on AmigaOS [84]
|
o tool_operate: build on AmigaOS [84]
|
||||||
o tool_operate: fix typecheck warning [9]
|
o tool_operate: fix typecheck warning [9]
|
||||||
o transfer.c: do not compute length of undefined hex buffer
|
o transfer.c: do not compute length of undefined hex buffer
|
||||||
o travis: add build using gnutls [75]
|
o travis: add build using gnutls [75]
|
||||||
o travis: add scan-build [13]
|
o travis: add scan-build [13]
|
||||||
|
o travis: bump the used wolfSSL version to 4.0.0 [92]
|
||||||
o travis: enable valgrind for the iconv tests [12]
|
o travis: enable valgrind for the iconv tests [12]
|
||||||
o travis: use updated compiler versions: clang 7 and gcc 8 [77]
|
o travis: use updated compiler versions: clang 7 and gcc 8 [77]
|
||||||
o unit1307: require FTP support [17]
|
o unit1307: require FTP support [17]
|
||||||
@ -133,16 +139,17 @@ advice from friends like these:
|
|||||||
|
|
||||||
accountantM on github, Alessandro Ghedini, Andre Guibert de Bruet,
|
accountantM on github, Alessandro Ghedini, Andre Guibert de Bruet,
|
||||||
Arnaud Rebillout, Bernd Mueller, Björn Stenberg, buzo-ffm on github,
|
Arnaud Rebillout, Bernd Mueller, Björn Stenberg, buzo-ffm on github,
|
||||||
Chris Araman, Chris Young, d912e3 on github, Dan Fandrich, Daniel Gustafsson,
|
Chris Araman, Christian Schmitz, Chris Young, d912e3 on github, Dan Fandrich,
|
||||||
Daniel Lublin, Daniel Stenberg, David Garske, Dominik Hölzl, Don J Olmstead,
|
Daniel Gustafsson, Daniel Lublin, Daniel Stenberg, David Garske,
|
||||||
Eric Curtin, Frank Gevaerts, Gisle Vanem, James Brown,
|
David Woodhouse, Dominik Hölzl, Don J Olmstead, Eric Curtin, Frank Gevaerts,
|
||||||
Jan Alexander Steffens, jnbr on github, MAntoniak on github, Marcel Raad,
|
Gisle Vanem, James Brown, Jan Alexander Steffens, jnbr on github,
|
||||||
Marc Schlatter, Matt McClure, Michael Felt, Michael Schmid, Michael Wallner,
|
MAntoniak on github, Marcel Raad, Marc Schlatter, Matt McClure, Michael Felt,
|
||||||
Michał Antoniak, Nick Zitzmann, Nicolas Grekas, Patrick Monnerat, Paul Groke,
|
Michael Schmid, Michael Wallner, Michał Antoniak, nedres on github,
|
||||||
Pavel Löbl, Ray Satiro, Renaud Allard, Romain Geissler, Sara Golemon,
|
nianxuejie on github, Nick Zitzmann, Nicolas Grekas, Patrick Monnerat,
|
||||||
Simon Legner, tholin on github, Tim Rühsen, Volker Schmid,
|
Paul Groke, Pavel Löbl, Ray Satiro, Renaud Allard, Romain Geissler,
|
||||||
|
Sara Golemon, Simon Legner, tholin on github, Tim Rühsen, Volker Schmid,
|
||||||
wesinator on github,
|
wesinator on github,
|
||||||
(45 contributors)
|
(49 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -238,3 +245,9 @@ References to bug reports and discussions on issues:
|
|||||||
[89] = https://curl.haxx.se/bug/?i=2431
|
[89] = https://curl.haxx.se/bug/?i=2431
|
||||||
[90] = https://curl.haxx.se/bug/?i=3672
|
[90] = https://curl.haxx.se/bug/?i=3672
|
||||||
[91] = https://curl.haxx.se/bug/?i=3671
|
[91] = https://curl.haxx.se/bug/?i=3671
|
||||||
|
[92] = https://curl.haxx.se/bug/?i=3697
|
||||||
|
[93] = https://curl.haxx.se/bug/?i=3692
|
||||||
|
[94] = https://curl.haxx.se/bug/?i=3689
|
||||||
|
[95] = https://curl.haxx.se/bug/?i=3686
|
||||||
|
[96] = https://github.com/curl/curl/issues/3175#issuecomment-439068724
|
||||||
|
|
||||||
|
25
docs/THANKS
25
docs/THANKS
@ -152,6 +152,7 @@ Arkadiusz Miskiewicz
|
|||||||
Armel Asselin
|
Armel Asselin
|
||||||
Arnaud Compan
|
Arnaud Compan
|
||||||
Arnaud Ebalard
|
Arnaud Ebalard
|
||||||
|
Arnaud Rebillout
|
||||||
Aron Bergman
|
Aron Bergman
|
||||||
Artak Galoyan
|
Artak Galoyan
|
||||||
Arthur Murray
|
Arthur Murray
|
||||||
@ -193,6 +194,7 @@ Benoit Neil
|
|||||||
Benoit Sigoure
|
Benoit Sigoure
|
||||||
Bernard Leak
|
Bernard Leak
|
||||||
Bernard Spil
|
Bernard Spil
|
||||||
|
Bernd Mueller
|
||||||
Bernhard Iselborn
|
Bernhard Iselborn
|
||||||
Bernhard M. Wiedemann
|
Bernhard M. Wiedemann
|
||||||
Bernhard Reutner-Fischer
|
Bernhard Reutner-Fischer
|
||||||
@ -358,6 +360,7 @@ Daniel Johnson
|
|||||||
Daniel Kahn Gillmor
|
Daniel Kahn Gillmor
|
||||||
Daniel Krügler
|
Daniel Krügler
|
||||||
Daniel Lee Hwang
|
Daniel Lee Hwang
|
||||||
|
Daniel Lublin
|
||||||
Daniel Melani
|
Daniel Melani
|
||||||
Daniel Mentz
|
Daniel Mentz
|
||||||
Daniel Romero
|
Daniel Romero
|
||||||
@ -508,6 +511,7 @@ Enrico Scholz
|
|||||||
Enrik Berkhan
|
Enrik Berkhan
|
||||||
Eramoto Masaya
|
Eramoto Masaya
|
||||||
Eric Cooper
|
Eric Cooper
|
||||||
|
Eric Curtin
|
||||||
Eric Gallager
|
Eric Gallager
|
||||||
Eric Hu
|
Eric Hu
|
||||||
Eric Landes
|
Eric Landes
|
||||||
@ -726,6 +730,7 @@ Jaime Fullaondo
|
|||||||
Jakub Wilk
|
Jakub Wilk
|
||||||
Jakub Zakrzewski
|
Jakub Zakrzewski
|
||||||
James Atwill
|
James Atwill
|
||||||
|
James Brown
|
||||||
James Bursa
|
James Bursa
|
||||||
James Cheng
|
James Cheng
|
||||||
James Clancy
|
James Clancy
|
||||||
@ -1040,6 +1045,7 @@ Luz Paz
|
|||||||
Luật Nguyễn
|
Luật Nguyễn
|
||||||
Lyman Epp
|
Lyman Epp
|
||||||
Lyndon Hill
|
Lyndon Hill
|
||||||
|
MAntoniak on github
|
||||||
Maciej Karpiuk
|
Maciej Karpiuk
|
||||||
Maciej Puzio
|
Maciej Puzio
|
||||||
Maciej W. Rozycki
|
Maciej W. Rozycki
|
||||||
@ -1060,6 +1066,7 @@ Marc Hesse
|
|||||||
Marc Hörsken
|
Marc Hörsken
|
||||||
Marc Kleine-Budde
|
Marc Kleine-Budde
|
||||||
Marc Renault
|
Marc Renault
|
||||||
|
Marc Schlatter
|
||||||
Marc-Antoine Perennou
|
Marc-Antoine Perennou
|
||||||
Marcel Raad
|
Marcel Raad
|
||||||
Marcel Roelofs
|
Marcel Roelofs
|
||||||
@ -1126,6 +1133,7 @@ Mats Lidell
|
|||||||
Matt Arsenault
|
Matt Arsenault
|
||||||
Matt Ford
|
Matt Ford
|
||||||
Matt Kraai
|
Matt Kraai
|
||||||
|
Matt McClure
|
||||||
Matt Veenstra
|
Matt Veenstra
|
||||||
Matt Witherspoon
|
Matt Witherspoon
|
||||||
Matt Wixson
|
Matt Wixson
|
||||||
@ -1176,6 +1184,7 @@ Michael Maltese
|
|||||||
Michael Mealling
|
Michael Mealling
|
||||||
Michael Mueller
|
Michael Mueller
|
||||||
Michael Osipov
|
Michael Osipov
|
||||||
|
Michael Schmid
|
||||||
Michael Smith
|
Michael Smith
|
||||||
Michael Stapelberg
|
Michael Stapelberg
|
||||||
Michael Steuer
|
Michael Steuer
|
||||||
@ -1184,6 +1193,7 @@ Michael Wallner
|
|||||||
Michal Bonino
|
Michal Bonino
|
||||||
Michal Marek
|
Michal Marek
|
||||||
Michal Trybus
|
Michal Trybus
|
||||||
|
Michał Antoniak
|
||||||
Michał Fita
|
Michał Fita
|
||||||
Michał Górny
|
Michał Górny
|
||||||
Michał Janiszewski
|
Michał Janiszewski
|
||||||
@ -1250,6 +1260,7 @@ Nico Baggus
|
|||||||
Nicolas Berloquin
|
Nicolas Berloquin
|
||||||
Nicolas Croiset
|
Nicolas Croiset
|
||||||
Nicolas François
|
Nicolas François
|
||||||
|
Nicolas Grekas
|
||||||
Nicolas Morey-Chaisemartin
|
Nicolas Morey-Chaisemartin
|
||||||
Niels van Tongeren
|
Niels van Tongeren
|
||||||
Nikita Schmidt
|
Nikita Schmidt
|
||||||
@ -1312,6 +1323,7 @@ Patrick Watson
|
|||||||
Patrik Thunstrom
|
Patrik Thunstrom
|
||||||
Pau Garcia i Quiles
|
Pau Garcia i Quiles
|
||||||
Paul Donohue
|
Paul Donohue
|
||||||
|
Paul Groke
|
||||||
Paul Harrington
|
Paul Harrington
|
||||||
Paul Harris
|
Paul Harris
|
||||||
Paul Howarth
|
Paul Howarth
|
||||||
@ -1325,6 +1337,7 @@ Paul Querna
|
|||||||
Paul Saab
|
Paul Saab
|
||||||
Pavel Cenek
|
Pavel Cenek
|
||||||
Pavel Gushchin
|
Pavel Gushchin
|
||||||
|
Pavel Löbl
|
||||||
Pavel Orehov
|
Pavel Orehov
|
||||||
Pavel Pavlov
|
Pavel Pavlov
|
||||||
Pavel Raiskup
|
Pavel Raiskup
|
||||||
@ -1426,6 +1439,7 @@ Remco van Hooff
|
|||||||
Remi Gacogne
|
Remi Gacogne
|
||||||
Remo E
|
Remo E
|
||||||
Renato Botelho
|
Renato Botelho
|
||||||
|
Renaud Allard
|
||||||
Renaud Chaillat
|
Renaud Chaillat
|
||||||
Renaud Duhaut
|
Renaud Duhaut
|
||||||
Renaud Guillard
|
Renaud Guillard
|
||||||
@ -1499,6 +1513,7 @@ Roland Zimmermann
|
|||||||
Rolland Dudemaine
|
Rolland Dudemaine
|
||||||
Romain Coltel
|
Romain Coltel
|
||||||
Romain Fliedel
|
Romain Fliedel
|
||||||
|
Romain Geissler
|
||||||
Roman Koifman
|
Roman Koifman
|
||||||
Roman Mamedov
|
Roman Mamedov
|
||||||
Romulo A. Ceccon
|
Romulo A. Ceccon
|
||||||
@ -1588,6 +1603,7 @@ Siegfried Gyuricsko
|
|||||||
Simon Dick
|
Simon Dick
|
||||||
Simon H.
|
Simon H.
|
||||||
Simon Josefsson
|
Simon Josefsson
|
||||||
|
Simon Legner
|
||||||
Simon Liu
|
Simon Liu
|
||||||
Simon Warta
|
Simon Warta
|
||||||
Somnath Kundu
|
Somnath Kundu
|
||||||
@ -1783,6 +1799,7 @@ Vladimir Lazarenko
|
|||||||
Vojtech Janota
|
Vojtech Janota
|
||||||
Vojtech Minarik
|
Vojtech Minarik
|
||||||
Vojtěch Král
|
Vojtěch Král
|
||||||
|
Volker Schmid
|
||||||
Vsevolod Novikov
|
Vsevolod Novikov
|
||||||
W. Mark Kubacki
|
W. Mark Kubacki
|
||||||
Waldek Kozba
|
Waldek Kozba
|
||||||
@ -1837,6 +1854,7 @@ Zhibiao Wu
|
|||||||
Zhouyihai Ding
|
Zhouyihai Ding
|
||||||
Zmey Petroff
|
Zmey Petroff
|
||||||
Zvi Har'El
|
Zvi Har'El
|
||||||
|
accountantM on github
|
||||||
adnn on github
|
adnn on github
|
||||||
afrind on github
|
afrind on github
|
||||||
ahodesuka on github
|
ahodesuka on github
|
||||||
@ -1846,9 +1864,11 @@ asavah on github
|
|||||||
baumanj on github
|
baumanj on github
|
||||||
bobmitchell1956 on github
|
bobmitchell1956 on github
|
||||||
bsammon on github
|
bsammon on github
|
||||||
|
buzo-ffm on github
|
||||||
cbartl on github
|
cbartl on github
|
||||||
clbr on github
|
clbr on github
|
||||||
cmfrolick on github
|
cmfrolick on github
|
||||||
|
d912e3 on github
|
||||||
daboul on github
|
daboul on github
|
||||||
dasimx on github
|
dasimx on github
|
||||||
destman on github
|
destman on github
|
||||||
@ -1866,6 +1886,7 @@ infinnovation-dev on github
|
|||||||
iz8mbw on github
|
iz8mbw on github
|
||||||
jakirkham on github
|
jakirkham on github
|
||||||
jasal82 on github
|
jasal82 on github
|
||||||
|
jnbr on github
|
||||||
jonrumsey on github
|
jonrumsey on github
|
||||||
joshhe on github
|
joshhe on github
|
||||||
jungle-boogie on github
|
jungle-boogie on github
|
||||||
@ -1880,8 +1901,10 @@ masbug on github
|
|||||||
mccormickt12 on github
|
mccormickt12 on github
|
||||||
mkzero on github
|
mkzero on github
|
||||||
moohoorama on github
|
moohoorama on github
|
||||||
|
nedres on github
|
||||||
neex on github
|
neex on github
|
||||||
neheb on github
|
neheb on github
|
||||||
|
nianxuejie on github
|
||||||
nk
|
nk
|
||||||
nopjmp on github
|
nopjmp on github
|
||||||
olesteban on github
|
olesteban on github
|
||||||
@ -1895,10 +1918,12 @@ steini2000 on github
|
|||||||
stootill on github
|
stootill on github
|
||||||
swalkaus at yahoo.com
|
swalkaus at yahoo.com
|
||||||
tarek112 on github
|
tarek112 on github
|
||||||
|
tholin on github
|
||||||
tommink[at]post.pl
|
tommink[at]post.pl
|
||||||
tonystz on Github
|
tonystz on Github
|
||||||
tpaukrt on github
|
tpaukrt on github
|
||||||
vanillajonathan on github
|
vanillajonathan on github
|
||||||
|
wesinator on github
|
||||||
wmsch on github
|
wmsch on github
|
||||||
wncboy on github
|
wncboy on github
|
||||||
youngchopin on github
|
youngchopin on github
|
||||||
|
Loading…
Reference in New Issue
Block a user