File tree 3 files changed +12
-2
lines changed
3 files changed +12
-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 12 )
14
+ set (CPPREST_VERSION_REVISION 13 )
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 12
8
+ #define CPPREST_VERSION_REVISION 13
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.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
+
1
11
cpprestsdk (2.10.12)
2
12
* PR #1088 Fix data race, GitHub #1085
3
13
* PR #1084 Fix oauth nonces containing nulls.
You can’t perform that action at this time.
0 commit comments