- Update to 7.46.0

* Added CURLOPT_STREAM_DEPENDS
  * Added CURLOPT_STREAM_DEPENDS_E
  * Added CURLOPT_STREAM_WEIGHT
  * Added CURLFORM_CONTENTLEN
  * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
    POP3 and SNMP
* Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
  complete list.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=148
This commit is contained in:
Ismail Dönmez
2015-12-02 12:46:01 +00:00
committed by Git OBS Bridge
parent d36b376f47
commit 6f4050fff1
6 changed files with 37 additions and 23 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 2 12:18:24 UTC 2015 - idonmez@suse.com
- Update to 7.46.0
* Added CURLOPT_STREAM_DEPENDS
* Added CURLOPT_STREAM_DEPENDS_E
* Added CURLOPT_STREAM_WEIGHT
* Added CURLFORM_CONTENTLEN
* oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
POP3 and SNMP
* Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
complete list.
-------------------------------------------------------------------
Mon Oct 19 09:35:04 UTC 2015 - vcizek@suse.com