File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-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 11 )
14+ set (CPPREST_VERSION_REVISION 12 )
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 11
8+ #define CPPREST_VERSION_REVISION 12
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.12)
2+ * PR #1088 Fix data race, GitHub #1085
3+ * PR #1084 Fix oauth nonces containing nulls.
4+ * PR #1082 Workaround data-race on websocketpp's _ htonll function
5+ * PR #1080 Fix thread not joined
6+ * PR #1076 Rewrite date formatting and parsing
7+ -- cpprestsdk team < askcasablanca@microsoft.com > TUE, 26 Mar 2019 11:57:00 -0800
8+
19cpprestsdk (2.10.11)
210* PR##1073 Move get_jvm_env back into the crossplat namespace
311* PR##1049 Add the missing ssl::context callback in websocket_client_config
You can’t perform that action at this time.
0 commit comments