mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
RELEASE-NOTES: 7.65.1
This commit is contained in:
parent
fde3ae462a
commit
69248b58f6
@ -4,11 +4,12 @@ curl and libcurl 7.65.1
|
|||||||
Command line options: 221
|
Command line options: 221
|
||||||
curl_easy_setopt() options: 268
|
curl_easy_setopt() options: 268
|
||||||
Public functions in libcurl: 80
|
Public functions in libcurl: 80
|
||||||
Contributors: 1960
|
Contributors: 1965
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
o CURLOPT_LOW_SPEED_* repaired [6]
|
o CURLOPT_LOW_SPEED_* repaired [6]
|
||||||
|
o NTLM: reset proxy "multipass" state when CONNECT request is done [32]
|
||||||
o PolarSSL: deprecate support step 1. Removed from configure [3]
|
o PolarSSL: deprecate support step 1. Removed from configure [3]
|
||||||
o appveyor: add Visual Studio solution build [25]
|
o appveyor: add Visual Studio solution build [25]
|
||||||
o cmake: check for if_nametoindex() [2]
|
o cmake: check for if_nametoindex() [2]
|
||||||
@ -17,9 +18,12 @@ This release includes the following bugfixes:
|
|||||||
o conncache: Remove the DEBUGASSERT on length check [27]
|
o conncache: Remove the DEBUGASSERT on length check [27]
|
||||||
o conncache: make "bundles" per host name when doing proxy tunnels [21]
|
o conncache: make "bundles" per host name when doing proxy tunnels [21]
|
||||||
o curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version [16]
|
o curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version [16]
|
||||||
|
o curl_share_setopt.3: improve wording [34]
|
||||||
|
o dump-header.d: spell out that no headers == empty file [30]
|
||||||
o example/http2-download: fix format specifier [4]
|
o example/http2-download: fix format specifier [4]
|
||||||
o examples: cleanups and compiler warning fixes [4]
|
o examples: cleanups and compiler warning fixes [4]
|
||||||
o http2: Stop drain from being permanently set [26]
|
o http2: Stop drain from being permanently set [26]
|
||||||
|
o http: don't parse body-related headers in bodyless responses [28]
|
||||||
o md4: build correctly with openssl without MD4 [9]
|
o md4: build correctly with openssl without MD4 [9]
|
||||||
o md4: include the mbedtls config.h to get the MD4 info [10]
|
o md4: include the mbedtls config.h to get the MD4 info [10]
|
||||||
o multi: track users of a socket better [15]
|
o multi: track users of a socket better [15]
|
||||||
@ -27,9 +31,12 @@ This release includes the following bugfixes:
|
|||||||
o parse_proxy: make sure portptr is initialized [23]
|
o parse_proxy: make sure portptr is initialized [23]
|
||||||
o parse_proxy: use the IPv6 zone id if given [1]
|
o parse_proxy: use the IPv6 zone id if given [1]
|
||||||
o sectransp: handle errSSLPeerAuthCompleted from SSLRead() [13]
|
o sectransp: handle errSSLPeerAuthCompleted from SSLRead() [13]
|
||||||
|
o singlesocket: use separate variable for inner loop [31]
|
||||||
|
o ssl: Update outdated "openssl-only" comments for supported backends [33]
|
||||||
o tests: add HAProxy keywords [18]
|
o tests: add HAProxy keywords [18]
|
||||||
o tests: add support to test against OpenSSH for Windows [5]
|
o tests: add support to test against OpenSSH for Windows [5]
|
||||||
o tests: make test 1420 and 1406 work with rtsp-disabled libcurl [19]
|
o tests: make test 1420 and 1406 work with rtsp-disabled libcurl [19]
|
||||||
|
o tls13-docs: mention it is only for OpenSSL >= 1.1.1 [29]
|
||||||
o tool_parse_cfg: Avoid 2 fopen() for WIN32
|
o tool_parse_cfg: Avoid 2 fopen() for WIN32
|
||||||
o tool_setopt: for builds with disabled-proxy, skip all proxy setopts() [12]
|
o tool_setopt: for builds with disabled-proxy, skip all proxy setopts() [12]
|
||||||
o url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows [24]
|
o url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows [24]
|
||||||
@ -44,12 +51,14 @@ This release includes the following known bugs:
|
|||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
Benbuck Nason, Daniel Stenberg, Dave Reisner, dbrowndan on github, Edmond Yu,
|
Benbuck Nason, Carlos ORyan, Daniel Stenberg, Dave Reisner,
|
||||||
elsamuko on github, Gisle Vanem, Hubert Kario, Jonas Vautherin,
|
dbrowndan on github, dkwolfe4 on github, Edmond Yu, elsamuko on github,
|
||||||
|
Eric Wu, Frank Gevaerts, Gisle Vanem, Hubert Kario, Jonas Vautherin,
|
||||||
Josie Huddleston, Kunal Ekawde, Maksim Stsepanenka, Marcel Raad,
|
Josie Huddleston, Kunal Ekawde, Maksim Stsepanenka, Marcel Raad,
|
||||||
Marc Hörsken, Patrick Monnerat, Ray Satiro, smuellerDD on github,
|
Marc Hörsken, Michael Kaufmann, Patrick Monnerat, Ray Satiro,
|
||||||
Steve Holme, Tom Greenslade, Tom van der Woerdt,
|
Sergey Ogryzkov, smuellerDD on github, Steve Holme, Tom Greenslade,
|
||||||
(20 contributors)
|
Tom van der Woerdt, wesinator on github,
|
||||||
|
(27 contributors)
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
||||||
@ -82,3 +91,10 @@ References to bug reports and discussions on issues:
|
|||||||
[25] = https://curl.haxx.se/bug/?i=3941
|
[25] = https://curl.haxx.se/bug/?i=3941
|
||||||
[26] = https://curl.haxx.se/bug/?i=3966
|
[26] = https://curl.haxx.se/bug/?i=3966
|
||||||
[27] = https://curl.haxx.se/bug/?i=3962
|
[27] = https://curl.haxx.se/bug/?i=3962
|
||||||
|
[28] = https://curl.haxx.se/bug/?i=3968
|
||||||
|
[29] = https://curl.haxx.se/bug/?i=3938
|
||||||
|
[30] = https://curl.haxx.se/bug/?i=3964
|
||||||
|
[31] = https://curl.haxx.se/bug/?i=3970
|
||||||
|
[32] = https://curl.haxx.se/bug/?i=3972
|
||||||
|
[33] = https://curl.haxx.se/bug/?i=3985
|
||||||
|
[34] = https://curl.haxx.se/mail/lib-2019-06/0009.html
|
||||||
|
Loading…
Reference in New Issue
Block a user