SHA256
8
0
forked from pool/cpprest

Accepting request 541235 from home:AndreasStieger:branches:devel:libraries:c_c++

cpprest 2.10.0

OBS-URL: https://build.opensuse.org/request/show/541235
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=24
This commit is contained in:
2017-11-13 09:43:30 +00:00
committed by Git OBS Bridge
parent 7895ac9c24
commit 5b0f76a921
6 changed files with 46 additions and 56 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Nov 13 09:32:03 UTC 2017 - astieger@suse.com
- cpprest 2.10.0:
* build system fixes:
+ build system updates
+ cmake 3.0 required
* Fix static library builds of test_runner on non-Windows platforms
+ compatibility fixes:
+ Improve compatibility with glibc 2.26
+ Improve compatibility with clang on Linux
+ Improve compatibility with icc 17.0
+ Improve compatibility with openssl 1.1.0
+ Fix building with LibreSSL
* Fix several race conditions and memory leaks in the ASIO http_client
* Fix process termination bug around certain exceptional cases in all http_clients
* Add all remaining official HTTP status codes to http::status_codes
* Add convenience wrappers json::value::has_T_field(T) for inspecting object values
* Fix a race condition in the ASIO client during header parsing
* Fix error when handling responses of type NoContent, NotModified, or from 100 to 199
* Enable specifying the User Agent used in OAuth2 requests
* Add http_request::get_remote_address() to expose the client's IP address for http_listener
* Fix a bug in the ASIO http_client where the proxy is passed the same credentials as the target host
* Make uri_builder::to_string() and uri_builder::to_uri() const
* Add handling for the host wildchar + to the ASIO http_listener
* Handle malformed URL requests to the ASIO http_listener instead of crashing
* Fix a race condition in the websocketpp websocket_client
* Fix several races in the ASIO http_listener which result in memory leaks or use after free of the connection objects
* Add http_client_config::set_nativesessionhandle_options() which enables customization of the session handle on Windows Desktop
* Improve UTF8/16 conversions from 6s per 1MB to 3s per 1GB (2000x improvement)
* Enable limited IPv6 support to http_client and http_server, depending on the underlying platform
* Fix a bug in base64 encoding that previously read beyond the input array, causing segfaults/AVs
* Add compression support (deflate and gzip) for ASIO http_clients based on Zlib
* Fix a memory leak in the UWP http_client when processing headers
* Fix inappropriate handling of certain connections errors in the ASIO http_listener
- drop upstreamed or obsolete patches:
* cpprest-pthread.patch
* cpprestsdk-2.9.1-Fix-build-error-with-glibc-2.26-xlocale.h.patch
-------------------------------------------------------------------
Wed Aug 30 08:48:08 UTC 2017 - astieger@suse.com