Skip to content

Commit 6f602be

Browse files
authored
Mint v2.10.14. (#1193)
1 parent 60e067e commit 6f602be

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Release/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111

1212
set(CPPREST_VERSION_MAJOR 2)
1313
set(CPPREST_VERSION_MINOR 10)
14-
set(CPPREST_VERSION_REVISION 13)
14+
set(CPPREST_VERSION_REVISION 14)
1515

1616
enable_testing()
1717

Release/include/cpprest/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66
#define CPPREST_VERSION_MINOR 10
77
#define CPPREST_VERSION_MAJOR 2
8-
#define CPPREST_VERSION_REVISION 13
8+
#define CPPREST_VERSION_REVISION 14
99

1010
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION)

changelog.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
cpprestsdk (2.10.14)
2+
* Potential breaking change warning: This release changes the "default" proxy for the WinHTTP backend to go back to WINHTTP_ACCESS_TYPE_DEFAULT_PROXY. See https://github.com/microsoft/cpprestsdk/commit/60e067e71aebebdda5d82955060f5f0821c9df1d for more details. To get automatic WPAD behavior, set the proxy to auto detect.
3+
* macOS with Brew and iOS builds have been disabled and are no longer being tested because our dependency boost for ios project appears to be broken with current releases of XCode as on the Azure Pipelines machines. We are interested in macOS / iOS folks who know what's going on here in contributing a repair to turn this back on.
4+
* PR##1133 Add switches to make apiscan happy.
5+
* PR##1130 json: {"meow"} is not a valid object
6+
* PR##1150 Undefine compress if it is defined by zconf.h
7+
* PR##1156 Fix broken CI Builds
8+
* PR##1155 Use EVP_MAX_MD_SIZE instead of HMAC_MAX_MD_CBLOCK
9+
* PR##1145 Remove the address_configured flag on tcp::resolver::query
10+
* PR##1143 add ping and pong to message handler
11+
* PR##539 Fix reusing ASIO http_client connecting to HTTPS server via proxy
12+
* PR##1175 Fix issue #1171: Order of object destruction
13+
* PR##1183 FIX: SSL proxy tunnel support with basic auth
14+
* PR##1184 Fix profile being set on the compiler instead of the linker.
15+
* PR##1185 Update boost-for-android for Android NDK r20 and disable macOS Homebrew.
16+
* PR##1187 Replace CPPREST_TARGET_XP with version checks, remove ""s, and other cleanup
17+
* PR##1188 Remove proxy settings detection behavior in "default proxy mode."
18+
-- cpprestsdk team <[email protected]> TUE, 16 Jul 2019 09:06:00 +0200
19+
120
cpprestsdk (2.10.13)
221
* PR#1120 Fix off by one error in leap years before year 2000, and bad day names
322
* PR#1117 Parse and emit years from 1900 to 9999, and remove environment variable dependence on Android

0 commit comments

Comments
 (0)