Accepting request 323080 from home:vitezslav_cizek:branches:devel:libraries:c_c++

- update to 7.44.0
    http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA
    examples: added http2-serverpush.c
    http2: added curl_pushheader_byname() and curl_pushheader_bynum()
    docs: added CODE_OF_CONDUCT.md
    curl: Add --ssl-no-revoke to disable certificate revocation checks
    libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS
    makefile: Added support for VC14
- dropped unexpire-test46.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/323080
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=141
This commit is contained in:
Ismail Dönmez
2015-08-14 11:26:36 +00:00
committed by Git OBS Bridge
parent 7519697cc4
commit 4746012054
7 changed files with 24 additions and 52 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 14 09:02:40 UTC 2015 - vcizek@suse.com
- update to 7.44.0
http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA
examples: added http2-serverpush.c
http2: added curl_pushheader_byname() and curl_pushheader_bynum()
docs: added CODE_OF_CONDUCT.md
curl: Add --ssl-no-revoke to disable certificate revocation checks
libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS
makefile: Added support for VC14
- dropped unexpire-test46.patch (upstream)
-------------------------------------------------------------------
Tue Aug 11 10:02:18 UTC 2015 - schwab@suse.de