mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
RELEASE-NOTES: synced
This commit is contained in:
parent
7e799d22d6
commit
100318c7fd
@ -1,8 +1,8 @@
|
||||
Curl and libcurl 7.61.0
|
||||
|
||||
Public curl releases: 175
|
||||
Command line options: 215
|
||||
curl_easy_setopt() options: 255
|
||||
Command line options: 218
|
||||
curl_easy_setopt() options: 258
|
||||
Public functions in libcurl: 74
|
||||
Contributors: 1741
|
||||
|
||||
@ -11,6 +11,10 @@ This release includes the following changes:
|
||||
o getinfo: add microsecond precise timers for seven intervals [3]
|
||||
o curl: show headers in bold, switch off with --no-styled-output [10]
|
||||
o httpauth: add support for Bearer tokens [16]
|
||||
o Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS [30]
|
||||
o curl: --tls13-ciphers and --proxy-tls13-ciphers [30]
|
||||
o Add CURLOPT_DISALLOW_USERNAME_IN_URL [32]
|
||||
o curl: --disallow-username-in-url [32]
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
@ -41,6 +45,28 @@ This release includes the following bugfixes:
|
||||
o curl.1: Fix cmdline-opts reference errors [22]
|
||||
o cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options
|
||||
o cmake: check for getpwuid_r [23]
|
||||
o configure: fix ssh2 linking when built with a static mbedtls [24]
|
||||
o psl: use latest psl and refresh it periodically [25]
|
||||
o fnmatch: insist on escaped bracket to match [26]
|
||||
o KNOWN_BUGS: restore text regarding #2101 [27]
|
||||
o INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib [28]
|
||||
o configure: override AR_FLAGS to silence warning [29]
|
||||
o os400: implement mime api EBCDIC wrappers
|
||||
o curl.rc: embed manifest for correct Windows version detection [31]
|
||||
o strictness: correct {infof, failf} format specifiers [33]
|
||||
o tests: update .gitignore for libtests [34]
|
||||
o configure: check for declaration of getpwuid_r [35]
|
||||
o fnmatch: use the system one if available [36]
|
||||
o CURLOPT_RESOLVE: always purge old entry first [37]
|
||||
o multi: remove a potentially bad DEBUGF() [38]
|
||||
o curl_addrinfo: use same #ifdef conditions in source as header
|
||||
o build: remove the Borland specific makefiles [39]
|
||||
o axTLS: not considered fit for use [40]
|
||||
o cmdline-opts/cert-type.d: mention "p12" as a recognized type
|
||||
o system.h: add support for IBM xlc C compiler [41]
|
||||
o tests/libtest: Add lib1521 to nodist_SOURCES [42]
|
||||
o mk-ca-bundle.pl: leave certificate name untouched [43]
|
||||
o boringssl + schannel: undef X509_NAME in lib/schannel.h [44]
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
@ -49,12 +75,15 @@ This release includes the following known bugs:
|
||||
This release would not have looked like this without help, code, reports and
|
||||
advice from friends like these:
|
||||
|
||||
Alejandro R. Sedeño, Archangel_SDY on github, Bernhard Walle,
|
||||
bsammon on github, Dagobert Michelsen, Daniel Stenberg, Frank Gevaerts,
|
||||
Ithubg on github, Johannes Schindelin, Linus Lewandowski, Max Savenkov,
|
||||
Oleg Pudeyev, Patrick Monnerat, Per Malmberg, Philip Prindeville, Ray Satiro,
|
||||
Richard Alcock, Sean Miller, Sergei Nikulov,
|
||||
(19 contributors)
|
||||
Alejandro R. Sedeño, Archangel_SDY on github, Bernhard Walle, Björn Stenberg,
|
||||
bsammon on github, Dagobert Michelsen, Daniel Stenberg, elephoenix on github,
|
||||
Fabrice Fontaine, Frank Gevaerts, Gisle Vanem, Ithubg on github,
|
||||
Johannes Schindelin, Linus Lewandowski, Max Savenkov, Oleg Pudeyev,
|
||||
Patrick Monnerat, Per Malmberg, Peter Varga, Philip Prindeville, Ray Satiro,
|
||||
Richard Alcock, Rikard Falkeborn, Sean Miller, Sergei Nikulov,
|
||||
Stephan Mühlstrasser, Viktor Szakats, Vladimir Kotal, Will Dietz,
|
||||
Will Dietz , Yaakov Selkowitz, zzq1015 on github,
|
||||
(32 contributors)
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
||||
@ -83,3 +112,24 @@ References to bug reports and discussions on issues:
|
||||
[21] = https://curl.haxx.se/bug/?i=2604
|
||||
[22] = https://curl.haxx.se/bug/?i=2612
|
||||
[23] = https://curl.haxx.se/bug/?i=2609
|
||||
[24] = https://curl.haxx.se/bug/?i=2613
|
||||
[25] = https://curl.haxx.se/bug/?i=2553
|
||||
[26] = https://curl.haxx.se/bug/?i=2614
|
||||
[27] = https://curl.haxx.se/bug/?i=2618
|
||||
[28] = https://curl.haxx.se/bug/?i=2615
|
||||
[29] = https://curl.haxx.se/bug/?i=2617
|
||||
[30] = https://curl.haxx.se/bug/?i=2435
|
||||
[31] = https://curl.haxx.se/bug/?i=1221
|
||||
[32] = https://curl.haxx.se/bug/?i=2340
|
||||
[33] = https://curl.haxx.se/bug/?i=2623
|
||||
[34] = https://curl.haxx.se/bug/?i=2624
|
||||
[35] = https://curl.haxx.se/bug/?i=2609
|
||||
[36] = https://curl.haxx.se/bug/?i=2626
|
||||
[37] = https://curl.haxx.se/bug/?i=2622
|
||||
[38] = https://curl.haxx.se/bug/?i=2627
|
||||
[39] = https://curl.haxx.se/bug/?i=2629
|
||||
[40] = https://curl.haxx.se/bug/?i=2628
|
||||
[41] = https://curl.haxx.se/bug/?i=2637
|
||||
[42] = https://curl.haxx.se/bug/?i=2633
|
||||
[43] = https://curl.haxx.se/bug/?i=2640
|
||||
[44] = https://curl.haxx.se/bug/?i=2634
|
||||
|
Loading…
Reference in New Issue
Block a user