SHA256
8
0
forked from pool/cpprest

Accepting request 664955 from home:MargueriteSu:branches:devel:libraries:c_c++

- Update to 2.10.8
  * Allow ppltasks.h and pplxtasks.h to co-exist
  * Fix incorrect const in reinterpret_cast
  * Fix UWP missing header
  * Adds support for OpenSSL 1.1.1
  * Fix string size for error message generated by windows_category
  * Add uri_builder::append_path_raw(...) to allow adding elements
    to path intentionally beginning with '/' ("//" will result in
    the final path value)
  * cmake: add code to detect system brotli library
  * Fix Brotli compress_helper early termination issue
- Update to 2.10.7
  * Several race conditions in the listener were worked around; the
    listeners remain experimental and are unlikely to productized
    in their current form; the race conditions are structural, but
    at least the client tests pass most of the time.
  * Incorrect handling of connection pooling bug that caused segfaults
    on Ubuntu introduced in 2.10.4 has been repaired.
  * websocketpp checked in 0.5.1 version has been changed to a
    submodule and updated to 0.8.1.
  * Added an API to set the number of threads in the asio thread pool
  * Add Transfer-Encoding compression support and extensible compression
    API
  * Improve utf8_to_utf16 speed for common path
  * added URI resolution according to RFC3986
  * Use pplx namespace consistently
  * Remove _ASYNCRTIMP from ~http_listener() and implement inline
  * Avoid using identifiers reserved by C++ in header guards
  * blackjack sample: use vector instead of shared pointer for array

OBS-URL: https://build.opensuse.org/request/show/664955
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=37
This commit is contained in:
2019-01-12 06:12:20 +00:00
committed by Git OBS Bridge
parent aabd4d3b27
commit 08bc17f1bb
4 changed files with 41 additions and 7 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Jan 12 02:21:13 UTC 2019 - Marguerite Su <i@marguerite.su>
- Update to 2.10.8
* Allow ppltasks.h and pplxtasks.h to co-exist
* Fix incorrect const in reinterpret_cast
* Fix UWP missing header
* Adds support for OpenSSL 1.1.1
* Fix string size for error message generated by windows_category
* Add uri_builder::append_path_raw(...) to allow adding elements
to path intentionally beginning with '/' ("//" will result in
the final path value)
* cmake: add code to detect system brotli library
* Fix Brotli compress_helper early termination issue
- Update to 2.10.7
* Several race conditions in the listener were worked around; the
listeners remain experimental and are unlikely to productized
in their current form; the race conditions are structural, but
at least the client tests pass most of the time.
* Incorrect handling of connection pooling bug that caused segfaults
on Ubuntu introduced in 2.10.4 has been repaired.
* websocketpp checked in 0.5.1 version has been changed to a
submodule and updated to 0.8.1.
* Added an API to set the number of threads in the asio thread pool
* Add Transfer-Encoding compression support and extensible compression
API
* Improve utf8_to_utf16 speed for common path
* added URI resolution according to RFC3986
* Use pplx namespace consistently
* Remove _ASYNCRTIMP from ~http_listener() and implement inline
* Avoid using identifiers reserved by C++ in header guards
* blackjack sample: use vector instead of shared pointer for array
-------------------------------------------------------------------
Thu Sep 13 05:27:01 UTC 2018 - antoine.belvire@opensuse.org