[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 16/411: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 16/411: RELEASE-NOTES: synced |
Date: |
Wed, 13 Jan 2021 01:17:11 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit ddf47bbc0a30f8b57af7d25f852e7906979d2e28
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Mon Aug 24 16:59:50 2020 +0200
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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 22/411: select: fix poll-based check not detecting connect failure, (continued)
- [gnurl] 22/411: select: fix poll-based check not detecting connect failure, gnunet, 2021/01/12
- [gnurl] 21/411: select.h: make socket validation macros test for INVALID_SOCKET, gnunet, 2021/01/12
- [gnurl] 23/411: select: reduce duplication of Curl_poll in Curl_socket_check, gnunet, 2021/01/12
- [gnurl] 28/411: winbuild/README.md: make <options> visible, gnunet, 2021/01/12
- [gnurl] 31/411: git: ignore libtests in 3XXX area, gnunet, 2021/01/12
- [gnurl] 26/411: lib1560: verify "redirect" to double-slash leading URL, gnunet, 2021/01/12
- [gnurl] 17/411: sftp: add the option CURLKHSTAT_FINE_REPLACE, gnunet, 2021/01/12
- [gnurl] 19/411: curl: add --output-dir, gnunet, 2021/01/12
- [gnurl] 30/411: doh: add error message for DOH_DNS_NAME_TOO_LONG, gnunet, 2021/01/12
- [gnurl] 29/411: ngtcp2: adapt to the new pkt_info arguments, gnunet, 2021/01/12
- [gnurl] 16/411: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 24/411: multi: implement wait using winsock events, gnunet, 2021/01/12
- [gnurl] 12/411: setopt: if the buffer exists, refuse the new BUFFERSIZE, gnunet, 2021/01/12
- [gnurl] 13/411: etag: save and use the full received contents, gnunet, 2021/01/12
- [gnurl] 27/411: winbuild: convert the instruction text to README.md, gnunet, 2021/01/12
- [gnurl] 15/411: checksrc: verify do-while and spaces between the braces, gnunet, 2021/01/12
- [gnurl] 59/411: docs: add description about CI platforms to CONTRIBUTE.md, gnunet, 2021/01/12
- [gnurl] 67/411: curl.1: add see also no-progress-meter on two spots, gnunet, 2021/01/12
- [gnurl] 41/411: docs/libcurl: update "Added in" version for curl_easy_option*, gnunet, 2021/01/12
- [gnurl] 35/411: openssl: Fix wincrypt symbols conflict with BoringSSL, gnunet, 2021/01/12
- [gnurl] 18/411: configure: fix pkg-config detecting wolfssl, gnunet, 2021/01/12