File tree 3 files changed +10
-2
lines changed
3 files changed +10
-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 11 )
14
+ set (CPPREST_VERSION_REVISION 12 )
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 11
8
+ #define CPPREST_VERSION_REVISION 12
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.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
< [email protected] > TUE, 26 Mar 2019 11:57:00 -0800
8
+
1
9
cpprestsdk (2.10.11)
2
10
* PR##1073 Move get_jvm_env back into the crossplat namespace
3
11
* PR##1049 Add the missing ssl::context callback in websocket_client_config
You can’t perform that action at this time.
0 commit comments