summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-04-08 21:42:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-04-08 21:42:05 +0200
commitc150438eee16029c3a725c8a4f984e515f89d264 (patch)
tree2057a90c6c383bdff51c37b26d23466e145dbf66
parentf4b69012307580119409100f5934d7621ea545c9 (diff)
downloadcurl-c150438eee16029c3a725c8a4f984e515f89d264.tar.gz
RELEASE-NOTES: synced
bumped to 7.65.0 for next release
-rw-r--r--RELEASE-NOTES34
-rw-r--r--include/curl/curlver.h8
2 files changed, 31 insertions, 11 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c383fd61a..dd90b612b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-curl and libcurl 7.64.2
+curl and libcurl 7.65.0
Public curl releases: 181
Command line options: 221
@@ -8,21 +8,30 @@ curl and libcurl 7.64.2
This release includes the following changes:
- o
+ o pipelining: removed [10]
This release includes the following bugfixes:
+ o VC15 project: remove MinimalRebuild
+ o VS projects: use Unicode for VC10+ [16]
o cirrus: Customize the disabled tests per FreeBSD version
+ o cmake: set SSL_BACKENDS [12]
o configure: avoid unportable `==' test(1) operator [1]
+ o configure: fix default location for fish completions [13]
o documentation: Fix several typos [7]
+ o ftplistparser: fix LGTM alert "Empty block without comment" [14]
o multi: improved HTTP_1_1_REQUIRED handling [2]
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries [3]
o scripts: fix typos
+ o smtp: fix compiler warning [15]
+ o socks5: user name and passwords must be shorter than 256 [8]
+ o tests: make Impacket (SMB server) Python 3 compatible [11]
o tool_cb_wrt: fix bad-function-cast warning [5]
o tool_help: include <strings.h> for strcasecmp [4]
+ o transfer: fix LGTM alert "Comparison is always true" [14]
o travis: allow builds on branches named "ci"
+ o urlapi: urlencode characters above 0x7f correctly [9]
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
- o VC15 project: remove MinimalRebuild
This release includes the following known bugs:
@@ -31,10 +40,12 @@ 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:
- Brad Spencer, Dan Fandrich, Daniel Gustafsson, Daniel Stenberg,
- Jakub Zakrzewski, Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu,
- Paolo Mossino, Tim Rühsen, Wyatt O'Day
- (11 contributors)
+ Brad Spencer, cclauss on github, Dan Fandrich, Daniel Gustafsson,
+ Daniel Stenberg, Eli Schwartz, Even Rouault, Jakub Zakrzewski,
+ Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu, niner on github,
+ Paolo Mossino, Rikard Falkeborn, Simon Warta, Tim Rühsen, Wyatt O'Day,
+ XmiliaH on github,
+ (18 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -47,3 +58,12 @@ References to bug reports and discussions on issues:
[5] = https://curl.haxx.se/bug/?i=3718
[6] = https://curl.haxx.se/bug/?i=2487
[7] = https://curl.haxx.se/bug/?i=3724
+ [8] = https://curl.haxx.se/bug/?i=3737
+ [9] = https://curl.haxx.se/bug/?i=3741
+ [10] = https://curl.haxx.se/bug/?i=3651
+ [11] = https://curl.haxx.se/bug/?i=3731
+ [12] = https://curl.haxx.se/bug/?i=3736
+ [13] = https://curl.haxx.se/bug/?i=3723
+ [14] = https://curl.haxx.se/bug/?i=3732
+ [15] = https://curl.haxx.se/bug/?i=3729
+ [16] = https://curl.haxx.se/bug/?i=3720
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 479cd8e6c..8400826ba 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.64.1-DEV"
+#define LIBCURL_VERSION "7.65.0-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 64
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_MINOR 65
+#define LIBCURL_VERSION_PATCH 0
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions 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 0x074001
+#define LIBCURL_VERSION_NUM 0x074100
/*
* This is the date and time when the full source package was created. The