forked from pool/cpprest
Accepting request 635425 from home:1Antoine1:branches:devel:libraries:c_c++
- Update to 2.10.6:
+ Fix clang build error (gh#Microsoft/cpprestsdk#844).
- Update to 2.10.5:
* Fix incorrect `cpprest/version.h`.
- Update to 2.10.4:
* Add a `.clang-format` to enable consistent formatting.
* Add support for `Host:` headers changing the checked CNAME
field for SSL certificates in WinHTTP and Asio.
* Pass 0666 to open() for creating files to better match the
default behavior for other http clients (wget, etc).
* Fix a build issue with clang
* Teach cmake to respect the GNUInstallDirs variables
* Improve handling of dead connections in the connection pool on
Asio.
* Improve error handling in the accept() call in `http_listener`
* Improve the iOS buildsystem
- Update to 2.10.3:
* Add a root `CMakeLists.txt` to improve support for VS2017 Open
Folder.
* Improve support for `/permissive-` in MSVC
* Fix a regression due to compression support; we no longer fail
on unknown Content-Encoding headers if we did not set
Accepts-Encoding
* Fix build failure with boost 1.63
* Suppress and fix some warnings with new versions of gcc and
clang
- Drop cpprestsdk-2.10.2-fix-gcc8.patch (fixed upstream).
OBS-URL: https://build.opensuse.org/request/show/635425
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 05:27:01 UTC 2018 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to 2.10.6:
|
||||
+ Fix clang build error (gh#Microsoft/cpprestsdk#844).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 18:48:32 UTC 2018 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to 2.10.5:
|
||||
* Fix incorrect `cpprest/version.h`.
|
||||
- Update to 2.10.4:
|
||||
* Add a `.clang-format` to enable consistent formatting.
|
||||
* Add support for `Host:` headers changing the checked CNAME
|
||||
field for SSL certificates in WinHTTP and Asio.
|
||||
* Pass 0666 to open() for creating files to better match the
|
||||
default behavior for other http clients (wget, etc).
|
||||
* Fix a build issue with clang
|
||||
* Teach cmake to respect the GNUInstallDirs variables
|
||||
* Improve handling of dead connections in the connection pool on
|
||||
Asio.
|
||||
* Improve error handling in the accept() call in `http_listener`
|
||||
* Improve the iOS buildsystem
|
||||
- Update to 2.10.3:
|
||||
* Add a root `CMakeLists.txt` to improve support for VS2017 Open
|
||||
Folder.
|
||||
* Improve support for `/permissive-` in MSVC
|
||||
* Fix a regression due to compression support; we no longer fail
|
||||
on unknown Content-Encoding headers if we did not set
|
||||
Accepts-Encoding
|
||||
* Fix build failure with boost 1.63
|
||||
* Suppress and fix some warnings with new versions of gcc and
|
||||
clang
|
||||
- Drop cpprestsdk-2.10.2-fix-gcc8.patch (fixed upstream).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 11:09:02 UTC 2018 - astieger@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user