File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-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 8 )
14+ set (CPPREST_VERSION_REVISION 9 )
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 8
8+ #define CPPREST_VERSION_REVISION 9
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.9)
2+ ----------------------
3+ * PR #973 Address gcc warnings-as-errors in compression code, test improvements
4+ * PR #986 Prevent infinite loop during proxy authentication
5+ * PR #987 Remove use of aligned_union that broke CentOS 7.
6+ * PR #1004 #993 , #1002 : Add flexibility for iOS building. Adds command line args…
7+ * PR #1009 gcc: Fix compilation with -fno-operator-names
8+ * PR #1019 FIX: crash with std::logic_error when reusing a connection that timed out on the server
9+ * PR #1021 handle null bytes when parsing utf8
10+ * PR #1017 Add in support for adding i386 slice when building for 32-bit targets. Also improve messaging and add means to clean
11+ * PR #1024 http_compression.cpp: fix build with gcc 4.7
12+ * PR #1022 Resolve double free when WinHttpSendRequest fails
13+ -- cpprestsdk team
< [email protected] > FRI, 18 Jan 2019 16:58:00 -0800
14+
115cpprestsdk (2.10.8)
216----------------------
317* PR #938 Allow ppltasks.h and pplxtasks.h to co-exist
You can’t perform that action at this time.
0 commit comments