RELEASE-NOTES: Adjusted for the recent OAuth 2.0 activity

This commit is contained in:
Steve Holme 2015-11-15 20:18:44 +00:00
parent 3c4065f402
commit 051485d9e0

View File

@ -15,7 +15,8 @@ This release includes the following changes:
o Added CURLOPT_STREAM_DEPENDS_E [9] o Added CURLOPT_STREAM_DEPENDS_E [9]
o Added CURLOPT_STREAM_WEIGHT [10] o Added CURLOPT_STREAM_WEIGHT [10]
o Added CURLFORM_CONTENTLEN [14] o Added CURLFORM_CONTENTLEN [14]
o oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP
This release includes the following bugfixes: This release includes the following bugfixes:
o des: Fix header conditional for Curl_des_set_odd_parity o des: Fix header conditional for Curl_des_set_odd_parity
@ -58,7 +59,6 @@ This release includes the following bugfixes:
o acinclude: Remove check for 16-bit curl_off_t o acinclude: Remove check for 16-bit curl_off_t
o BoringSSL: Work with stricter BIO_get_mem_data() [17] o BoringSSL: Work with stricter BIO_get_mem_data() [17]
o cmake: Add missing feature macros in config header [18] o cmake: Add missing feature macros in config header [18]
o oauth2: Introduced support for host and port details
o sasl_sspi: fixed unicode build for digest authentication [19] o sasl_sspi: fixed unicode build for digest authentication [19]
o sasl_sspi: fix identity memory leak in digest authentication o sasl_sspi: fix identity memory leak in digest authentication
o unit1602: Fixed failure in torture test o unit1602: Fixed failure in torture test