Skip to content

Commit a325079

Browse files
authored
Mint v2.10.11. (#1074)
1 parent 1131678 commit a325079

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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 10)
14+
set(CPPREST_VERSION_REVISION 11)
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 10
8+
#define CPPREST_VERSION_REVISION 11
99

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

changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
cpprestsdk (2.10.11)
2+
* PR##1073 Move get_jvm_env back into the crossplat namespace
3+
* PR##1049 Add the missing ssl::context callback in websocket_client_config
4+
* PR##1072 Gate stdext::checked_array_iterator usage on _ITERATOR_DEBUG_LEVEL
5+
* PR##1051 Fix http_client_asio "https" with a proxy
6+
* PR##1071 Add --vcpkg-root to repair UWP.
7+
* PR##1041 Update Boost_for_android for Android R19
8+
* PR##1064 Enable testing from root directory
9+
* PR##1057 Returns int64 value in function of seeking to file end on x64 Windows.
10+
* PR##1068 Don't close the output stream when reporting errors reading the body.
11+
* PR##1053 Update vcpkg.
12+
* PR##1032 Fix HTTP/1.0 'Keep-Alive' handling in http_client
13+
* PR##1040 Disable WINHTTP_AUTOPROXY_OPTIONS machinery when using WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY.
14+
-- cpprestsdk team <[email protected]> WED, 20 Mar 2019 02:30:00 -0800
15+
116
cpprestsdk (2.10.10)
217
----------------------
318
* PR#1023 Handle multi-byte unicode characters in json parsing

0 commit comments

Comments
 (0)