RELEASE-NOTES: synced
bumped the version to 7.76.0
This commit is contained in:
Родитель
150545de82
Коммит
9e95105617
|
@ -1,13 +1,15 @@
|
|||
curl and libcurl 7.75.1
|
||||
curl and libcurl 7.76.0
|
||||
|
||||
Public curl releases: 197
|
||||
Command line options: 237
|
||||
Command line options: 238
|
||||
curl_easy_setopt() options: 285
|
||||
Public functions in libcurl: 85
|
||||
Contributors: 2326
|
||||
Contributors: 2327
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
o curl: add --fail-with-body [17]
|
||||
o sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl [4]
|
||||
o vtls: initial implementation of rustls backend [3]
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
@ -18,16 +20,25 @@ This release includes the following bugfixes:
|
|||
o cmake: fix import library name for non-MS compiler on Windows [10]
|
||||
o curl_multibyte: fall back to local code page stat/access on Windows [8]
|
||||
o CURLOPT_QUOTE.3: clarify that libcurl doesn't parse what's sent [16]
|
||||
o docs/Makefile.inc: format to be update-friendly [11]
|
||||
o docs: fix FILE example url in --metalink documentation [19]
|
||||
o file: Support unicode urls on windows [9]
|
||||
o ftp: add 'list_only' to the transfer state struct [35]
|
||||
o ftp: add 'prefer_ascii' to the transfer state struct [36]
|
||||
o ftp: avoid SIZE when asking for a TYPE A file [23]
|
||||
o ftp: fix Codacy/cppcheck warning about null pointer arithmetic [34]
|
||||
o ftp: never set data->set.ftp_append outside setopt [14]
|
||||
o gskit: correct the gskit_send() prototype [21]
|
||||
o hostip: fix build with sync resolver [20]
|
||||
o ngtcp2: adapt to the new recv_datagram callback
|
||||
o ngtcp2: clarify calculation precedence [27]
|
||||
o OS400: update for CURLOPT_AWS_SIGV4 [2]
|
||||
o quiche: fix build error: use 'int' for port number
|
||||
o runtests.pl: add %TESTNUMBER variable to make copying tests more convenient
|
||||
o runtests.pl: add a -P option to specify an external proxy
|
||||
o sasl: support SCRAM-SHA-1 and SCRAM-SHA-256 via libgsasl [4]
|
||||
o tests: disable .curlrc in more environments [7]
|
||||
o tool_help: add missing argument for --create-file-mode [18]
|
||||
o urldata: don't touch data->set.httpversion at run-time [6]
|
||||
o urldata: fix build without HTTP and MQTT [22]
|
||||
o urldata: remove the 'rtspversion' field [15]
|
||||
|
||||
|
@ -40,9 +51,10 @@ advice from friends like these:
|
|||
|
||||
awesomenode on github, Benbuck Nason, Bodo Bergmann, Dan Fandrich,
|
||||
Daniel Gustafsson, Daniel Stenberg, David Goerger, Fabian Keil, Firefox OS,
|
||||
Ikko Ashimine, Jacob Hoffman-Andrews, Jon Rumsey, Joseph Chen, Ray Satiro,
|
||||
Simon Josefsson, Stephan Szabo, Vincent Torri,
|
||||
(17 contributors)
|
||||
Ikko Ashimine, Jacob Hoffman-Andrews, Jon Rumsey, Joseph Chen, Marcel Raad,
|
||||
Ray Satiro, Simon Josefsson, Stephan Szabo, Viktor Szakats, Vincent Torri,
|
||||
ZimCodes on github,
|
||||
(20 contributors)
|
||||
|
||||
References to bug reports and discussions on issues:
|
||||
|
||||
|
@ -50,14 +62,23 @@ References to bug reports and discussions on issues:
|
|||
[2] = https://curl.se/bug/?i=6560
|
||||
[3] = https://curl.se/bug/?i=6350
|
||||
[4] = https://curl.se/bug/?i=6372
|
||||
[6] = https://curl.se/bug/?i=6585
|
||||
[7] = https://curl.se/bug/?i=6595
|
||||
[8] = https://curl.se/bug/?i=6514
|
||||
[9] = https://curl.se/bug/?i=6501
|
||||
[10] = https://curl.se/bug/?i=6225
|
||||
[11] = https://curl.se/bug/?i=6593
|
||||
[14] = https://curl.se/bug/?i=6579
|
||||
[15] = https://curl.se/bug/?i=6581
|
||||
[16] = https://curl.se/bug/?i=6577
|
||||
[17] = https://curl.se/bug/?i=6449
|
||||
[18] = https://curl.se/bug/?i=6590
|
||||
[19] = https://curl.se/bug/?i=6573
|
||||
[20] = https://curl.se/bug/?i=6566
|
||||
[21] = https://curl.se/bug/?i=6569
|
||||
[22] = https://curl.se/bug/?i=6562
|
||||
[23] = https://curl.se/bug/?i=6564
|
||||
[27] = https://curl.se/bug/?i=6576
|
||||
[34] = https://curl.se/bug/?i=6576
|
||||
[35] = https://curl.se/bug/?i=6578
|
||||
[36] = https://curl.se/bug/?i=6578
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
|
||||
/* This is the version number of the libcurl package from which this header
|
||||
file origins: */
|
||||
#define LIBCURL_VERSION "7.75.1-DEV"
|
||||
#define LIBCURL_VERSION "7.76.0-DEV"
|
||||
|
||||
/* The numeric version number is also available "in parts" by using these
|
||||
defines: */
|
||||
#define LIBCURL_VERSION_MAJOR 7
|
||||
#define LIBCURL_VERSION_MINOR 75
|
||||
#define LIBCURL_VERSION_PATCH 1
|
||||
#define LIBCURL_VERSION_MINOR 76
|
||||
#define LIBCURL_VERSION_PATCH 0
|
||||
|
||||
/* This is the numeric version of the libcurl version number, meant for easier
|
||||
parsing and comparisons by programs. The LIBCURL_VERSION_NUM define will
|
||||
|
@ -57,7 +57,7 @@
|
|||
CURL_VERSION_BITS() macro since curl's own configure script greps for it
|
||||
and needs it to contain the full number.
|
||||
*/
|
||||
#define LIBCURL_VERSION_NUM 0x074b01
|
||||
#define LIBCURL_VERSION_NUM 0x074c00
|
||||
|
||||
/*
|
||||
* This is the date and time when the full source package was created. The
|
||||
|
|
Загрузка…
Ссылка в новой задаче