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