RELEASE-NOTES: synced

This commit is contained in:
Daniel Stenberg 2019-05-26 11:24:01 +02:00
parent db8ec1fa38
commit b3173cfa2b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 7 deletions

View File

@ -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]