summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-26 11:24:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-26 11:24:01 +0200
commitb3173cfa2bf5f34a3fcc5c30d9cf29eda670e789 (patch)
tree6f3e78ced178d952c35c76b128fba03cb91f71ea
parentdb8ec1fa38a899d3542dd89ac8be0a6f00c805ac (diff)
downloadgnurl-b3173cfa2bf5f34a3fcc5c30d9cf29eda670e789.tar.gz
gnurl-b3173cfa2bf5f34a3fcc5c30d9cf29eda670e789.tar.bz2
gnurl-b3173cfa2bf5f34a3fcc5c30d9cf29eda670e789.zip
RELEASE-NOTES: synced
-rw-r--r--RELEASE-NOTES9
1 files changed, 2 insertions, 7 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b9a72c1cc..2075514a6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,17 +4,12 @@ curl and libcurl 7.65.1
Command line options: 221
curl_easy_setopt() options: 268
Public functions in libcurl: 80
- Contributors: 1929
-
-This release includes the following changes:
-
- o Added CURLOPT_SASL_AUTHZID [14]
- o Addded --sasl-authzid [14]
+ Contributors: 1953
This release includes the following bugfixes:
+ o CURLOPT_LOW_SPEED_* repaired [6]
o PolarSSL: deprecate support step 1. Removed from configure [3]
- o Repair CURLOPT_LOW_SPEED_* [6]
o cmake: check for if_nametoindex() [2]
o config-win32: add support for if_nametoindex and getsockname [8]
o example/http2-download: fix format specifier [4]