File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
11
11
12
12
set (CPPREST_VERSION_MAJOR 2)
13
13
set (CPPREST_VERSION_MINOR 10)
14
- set (CPPREST_VERSION_REVISION 10 )
14
+ set (CPPREST_VERSION_REVISION 11 )
15
15
16
16
enable_testing ()
17
17
Original file line number Diff line number Diff line change 5
5
*/
6
6
#define CPPREST_VERSION_MINOR 10
7
7
#define CPPREST_VERSION_MAJOR 2
8
- #define CPPREST_VERSION_REVISION 10
8
+ #define CPPREST_VERSION_REVISION 11
9
9
10
10
#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
+
1
16
cpprestsdk (2.10.10)
2
17
----------------------
3
18
* PR #1023 Handle multi-byte unicode characters in json parsing
You can’t perform that action at this time.
0 commit comments