File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
1111
1212set (CPPREST_VERSION_MAJOR 2)
1313set (CPPREST_VERSION_MINOR 10)
14- set (CPPREST_VERSION_REVISION 10 )
14+ set (CPPREST_VERSION_REVISION 11 )
1515
1616enable_testing ()
1717
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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+
116cpprestsdk (2.10.10)
217----------------------
318* PR #1023 Handle multi-byte unicode characters in json parsing
You can’t perform that action at this time.
0 commit comments