Skip to content

Commit d4fb1cf

Browse files
authored
Mint v2.10.12. (#1089)
1 parent 23901dc commit d4fb1cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

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

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
cpprestsdk (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

0 commit comments

Comments
 (0)