SHA256
8
0
forked from pool/cpprest

Accepting request 721230 from home:1Antoine1:branches:devel:libraries:c_c++

- Update to 2.10.14:
  * json: {"meow"} is not a valid object.
  * Undefine compress if it is defined by zconf.h.
  * Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK.
  * Remove the address_configured flag on tcp::resolver::query.
  * Add ping and pong to message handler.
  * Fix reusing ASIO http_client connecting to HTTPS server via
    proxy.
  * Fix order of object destruction (gh#microsoft/cpprestsdk#1171).
  * Fix SSL proxy tunnel support with basic auth.
- Fix build with GCC 9: Turn "deprecated-copy" and "redundant-move"
  errors into warnings (temporary, gh#microsoft/cpprestsdk#1099).

OBS-URL: https://build.opensuse.org/request/show/721230
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=43
This commit is contained in:
2019-08-06 10:22:06 +00:00
committed by Git OBS Bridge
parent dfc9f4f9e3
commit 87aad9aa79
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 5 19:24:16 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to 2.10.14:
* json: {"meow"} is not a valid object.
* Undefine compress if it is defined by zconf.h.
* Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK.
* Remove the address_configured flag on tcp::resolver::query.
* Add ping and pong to message handler.
* Fix reusing ASIO http_client connecting to HTTPS server via
proxy.
* Fix order of object destruction (gh#microsoft/cpprestsdk#1171).
* Fix SSL proxy tunnel support with basic auth.
- Fix build with GCC 9: Turn "deprecated-copy" and "redundant-move"
errors into warnings (temporary, gh#microsoft/cpprestsdk#1099).
-------------------------------------------------------------------
Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>