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

RELEASE: 7.64.1

This commit is contained in:
Daniel Stenberg 2019-03-27 07:53:33 +01:00
parent c07fc5e292
commit 521bbbe299
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 48 additions and 10 deletions

View File

@ -4,7 +4,7 @@ curl and libcurl 7.64.1
Command line options: 221
curl_easy_setopt() options: 267
Public functions in libcurl: 80
Contributors: 1904
Contributors: 1929
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 DoH: inherit some SSL options from user's easy handle [80]
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 cleanup: make local functions static [5]
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: remove the unused fdopen macro [40]
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_check: restore original conn->data after the check [14]
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_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_url.3: this API is not experimental anymore
o dns: release sharelock as soon as possible [1]
o docs: update max-redirs.d phrasing [59]
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 negotiate: fix for HTTP POST with Negotiate [88]
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 rand: Fix a mismatch between comments in source and header [32]
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: fix multiple may be used uninitialized warnings
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_operate: build on AmigaOS [84]
o tool_operate: fix typecheck warning [9]
o transfer.c: do not compute length of undefined hex buffer
o travis: add build using gnutls [75]
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: use updated compiler versions: clang 7 and gcc 8 [77]
o unit1307: require FTP support [17]
@ -133,16 +139,17 @@ advice from friends like these:
accountantM on github, Alessandro Ghedini, Andre Guibert de Bruet,
Arnaud Rebillout, Bernd Mueller, Björn Stenberg, buzo-ffm on github,
Chris Araman, Chris Young, d912e3 on github, Dan Fandrich, Daniel Gustafsson,
Daniel Lublin, Daniel Stenberg, David Garske, Dominik Hölzl, Don J Olmstead,
Eric Curtin, Frank Gevaerts, Gisle Vanem, James Brown,
Jan Alexander Steffens, jnbr on github, MAntoniak on github, Marcel Raad,
Marc Schlatter, Matt McClure, Michael Felt, Michael Schmid, Michael Wallner,
Michał Antoniak, Nick Zitzmann, Nicolas Grekas, Patrick Monnerat, Paul Groke,
Pavel Löbl, Ray Satiro, Renaud Allard, Romain Geissler, Sara Golemon,
Simon Legner, tholin on github, Tim Rühsen, Volker Schmid,
Chris Araman, Christian Schmitz, Chris Young, d912e3 on github, Dan Fandrich,
Daniel Gustafsson, Daniel Lublin, Daniel Stenberg, David Garske,
David Woodhouse, Dominik Hölzl, Don J Olmstead, Eric Curtin, Frank Gevaerts,
Gisle Vanem, James Brown, Jan Alexander Steffens, jnbr on github,
MAntoniak on github, Marcel Raad, Marc Schlatter, Matt McClure, Michael Felt,
Michael Schmid, Michael Wallner, Michał Antoniak, nedres on github,
nianxuejie on github, Nick Zitzmann, Nicolas Grekas, Patrick Monnerat,
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,
(45 contributors)
(49 contributors)
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
[90] = https://curl.haxx.se/bug/?i=3672
[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

View File

@ -152,6 +152,7 @@ Arkadiusz Miskiewicz
Armel Asselin
Arnaud Compan
Arnaud Ebalard
Arnaud Rebillout
Aron Bergman
Artak Galoyan
Arthur Murray
@ -193,6 +194,7 @@ Benoit Neil
Benoit Sigoure
Bernard Leak
Bernard Spil
Bernd Mueller
Bernhard Iselborn
Bernhard M. Wiedemann
Bernhard Reutner-Fischer
@ -358,6 +360,7 @@ Daniel Johnson
Daniel Kahn Gillmor
Daniel Krügler
Daniel Lee Hwang
Daniel Lublin
Daniel Melani
Daniel Mentz
Daniel Romero
@ -508,6 +511,7 @@ Enrico Scholz
Enrik Berkhan
Eramoto Masaya
Eric Cooper
Eric Curtin
Eric Gallager
Eric Hu
Eric Landes
@ -726,6 +730,7 @@ Jaime Fullaondo
Jakub Wilk
Jakub Zakrzewski
James Atwill
James Brown
James Bursa
James Cheng
James Clancy
@ -1040,6 +1045,7 @@ Luz Paz
Luật Nguyễn
Lyman Epp
Lyndon Hill
MAntoniak on github
Maciej Karpiuk
Maciej Puzio
Maciej W. Rozycki
@ -1060,6 +1066,7 @@ Marc Hesse
Marc Hörsken
Marc Kleine-Budde
Marc Renault
Marc Schlatter
Marc-Antoine Perennou
Marcel Raad
Marcel Roelofs
@ -1126,6 +1133,7 @@ Mats Lidell
Matt Arsenault
Matt Ford
Matt Kraai
Matt McClure
Matt Veenstra
Matt Witherspoon
Matt Wixson
@ -1176,6 +1184,7 @@ Michael Maltese
Michael Mealling
Michael Mueller
Michael Osipov
Michael Schmid
Michael Smith
Michael Stapelberg
Michael Steuer
@ -1184,6 +1193,7 @@ Michael Wallner
Michal Bonino
Michal Marek
Michal Trybus
Michał Antoniak
Michał Fita
Michał Górny
Michał Janiszewski
@ -1250,6 +1260,7 @@ Nico Baggus
Nicolas Berloquin
Nicolas Croiset
Nicolas François
Nicolas Grekas
Nicolas Morey-Chaisemartin
Niels van Tongeren
Nikita Schmidt
@ -1312,6 +1323,7 @@ Patrick Watson
Patrik Thunstrom
Pau Garcia i Quiles
Paul Donohue
Paul Groke
Paul Harrington
Paul Harris
Paul Howarth
@ -1325,6 +1337,7 @@ Paul Querna
Paul Saab
Pavel Cenek
Pavel Gushchin
Pavel Löbl
Pavel Orehov
Pavel Pavlov
Pavel Raiskup
@ -1426,6 +1439,7 @@ Remco van Hooff
Remi Gacogne
Remo E
Renato Botelho
Renaud Allard
Renaud Chaillat
Renaud Duhaut
Renaud Guillard
@ -1499,6 +1513,7 @@ Roland Zimmermann
Rolland Dudemaine
Romain Coltel
Romain Fliedel
Romain Geissler
Roman Koifman
Roman Mamedov
Romulo A. Ceccon
@ -1588,6 +1603,7 @@ Siegfried Gyuricsko
Simon Dick
Simon H.
Simon Josefsson
Simon Legner
Simon Liu
Simon Warta
Somnath Kundu
@ -1783,6 +1799,7 @@ Vladimir Lazarenko
Vojtech Janota
Vojtech Minarik
Vojtěch Král
Volker Schmid
Vsevolod Novikov
W. Mark Kubacki
Waldek Kozba
@ -1837,6 +1854,7 @@ Zhibiao Wu
Zhouyihai Ding
Zmey Petroff
Zvi Har'El
accountantM on github
adnn on github
afrind on github
ahodesuka on github
@ -1846,9 +1864,11 @@ asavah on github
baumanj on github
bobmitchell1956 on github
bsammon on github
buzo-ffm on github
cbartl on github
clbr on github
cmfrolick on github
d912e3 on github
daboul on github
dasimx on github
destman on github
@ -1866,6 +1886,7 @@ infinnovation-dev on github
iz8mbw on github
jakirkham on github
jasal82 on github
jnbr on github
jonrumsey on github
joshhe on github
jungle-boogie on github
@ -1880,8 +1901,10 @@ masbug on github
mccormickt12 on github
mkzero on github
moohoorama on github
nedres on github
neex on github
neheb on github
nianxuejie on github
nk
nopjmp on github
olesteban on github
@ -1895,10 +1918,12 @@ steini2000 on github
stootill on github
swalkaus at yahoo.com
tarek112 on github
tholin on github
tommink[at]post.pl
tonystz on Github
tpaukrt on github
vanillajonathan on github
wesinator on github
wmsch on github
wncboy on github
youngchopin on github