From ddf47bbc0a30f8b57af7d25f852e7906979d2e28 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Aug 2020 16:59:50 +0200 Subject: [PATCH] RELEASE-NOTES: synced The next release is now to become 7.73.0 --- RELEASE-NOTES | 31 ++++++++++++++++++++++++++----- include/curl/curlver.h | 8 ++++---- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f49d68770..ee3c8a938 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,17 +1,26 @@ -curl and libcurl 7.72.1 +curl and libcurl 7.73.0 Public curl releases: 195 Command line options: 232 curl_easy_setopt() options: 277 Public functions in libcurl: 82 - Contributors: 2240 + Contributors: 2242 This release includes the following changes: - o + o curl: support XDG_CONFIG_HOME to find .curlrc [3] + o CURLE_PROXY: new error code [7] + o sftp: add new quote commands 'atime' and 'mtime' [6] This release includes the following bugfixes: + o checksrc: verify do-while and spaces between the braces [2] + o dist: add missing CMake Find modules to the distribution [14] + o etag: save and use the full received contents [4] + o Makefile.m32: add ability to override zstd libs [ci skip] [10] + o runtests: clear pid variables when failing to start a server [12] + o runtests: make cleardir() erase dot files too [8] + o setopt: if the buffer exists, refuse the new BUFFERSIZE [5] o tls: provide the CApath verbose log on its own line [1] This release includes the following known bugs: @@ -21,11 +30,23 @@ 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: - Daniel Stenberg, jmdavitt on github, Viktor Szakats, - (3 contributors) + Andrew Barnes, Christian Weisgerber, COFFEETALES on github, Daniel Stenberg, + Don J Olmstead, Eli Schwartz, Harry Sintonen, jmdavitt on github, Ray Satiro, + Viktor Szakats, + (10 contributors) Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: [1] = https://curl.haxx.se/bug/?i=5826 + [2] = https://curl.haxx.se/bug/?i=5845 + [3] = https://curl.haxx.se/bug/?i=5829 + [4] = https://curl.haxx.se/bug/?i=5610 + [5] = https://curl.haxx.se/bug/?i=5842 + [6] = https://curl.haxx.se/bug/?i=5810 + [7] = https://curl.haxx.se/bug/?i=5770 + [8] = https://curl.haxx.se/bug/?i=5838 + [10] = https://curl.haxx.se/bug/?i=5840 + [12] = https://curl.haxx.se/mail/lib-2020-08/0018.html + [14] = https://curl.haxx.se/bug/?i=5836 diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 41db2d6f1..f42a8e519 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -30,13 +30,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.72.1-DEV" +#define LIBCURL_VERSION "7.73.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 72 -#define LIBCURL_VERSION_PATCH 1 +#define LIBCURL_VERSION_MINOR 73 +#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 0x074801 +#define LIBCURL_VERSION_NUM 0x074900 /* * This is the date and time when the full source package was created. The