Skip to content

Commit 9d8f544

Browse files
authored
Mint v2.10.13. (#1122)
1 parent 7c8f624 commit 9d8f544

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

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

changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
cpprestsdk (2.10.13)
2+
* PR#1120 Fix off by one error in leap years before year 2000, and bad day names
3+
* PR#1117 Parse and emit years from 1900 to 9999, and remove environment variable dependence on Android
4+
* PR#1106 Paranoia for overflow of sprintf buffer in the year 10000
5+
* PR#1101 Update request_timeout_microsecond timeout
6+
* PR#1097 Allow error handling for time out in http_client_asio handle_connect
7+
* PR#1094 Avoid tripping over 32 bit time_t mistakes.
8+
* PR#1093 Don't initialize atomic_flag with 0.
9+
-- cpprestsdk team <[email protected]> WED, 24 Apr 2019 10:57:00 -0800
10+
111
cpprestsdk (2.10.12)
212
* PR#1088 Fix data race, GitHub #1085
313
* PR#1084 Fix oauth nonces containing nulls.

0 commit comments

Comments
 (0)