File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 44 <CppRestBaseFileName >cpprest</CppRestBaseFileName >
55 <CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
66 <CppRestSDKVersionMinor >10</CppRestSDKVersionMinor >
7- <CppRestSDKVersionRevision >3 </CppRestSDKVersionRevision >
7+ <CppRestSDKVersionRevision >4 </CppRestSDKVersionRevision >
88 <CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
99 <CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
1010 </PropertyGroup >
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 3 )
14+ set (CPPREST_VERSION_REVISION 4 )
1515
1616enable_testing ()
1717
Original file line number Diff line number Diff line change 55*/
66#define CPPREST_VERSION_REVISION 2
77#define CPPREST_VERSION_MINOR 10
8- #define CPPREST_VERSION_MAJOR 3
8+ #define CPPREST_VERSION_MAJOR 4
99
1010#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
1111
Original file line number Diff line number Diff line change 1+ cpprestsdk (2.10.4)
2+ ----------------------
3+ * Added a ` .clang-format ` to enable consistent formatting.
4+ * Added support for ` Host: ` headers changing the checked CNAME field for SSL certificates in WinHTTP and Asio.
5+ * PR #736 passes 0666 to open() for creating files to better match the default behavior for other http clients (wget, etc).
6+ * PR #732 fixes a build issue with clang
7+ * PR #737 taught our cmake to respect the GNUInstallDirs variables
8+ * PR #762 improved handling of dead connections in the connection pool on Asio.
9+ * PR #750 improved error handling in the accept() call in ` http_listener `
10+ * PR #776 improved the iOS buildsystem
11+ -- cpprestsdk team
< [email protected] > WED, 15 Aug 2018 12:35:00 -0800
12+
113cpprestsdk (2.10.3)
214----------------------
315* Added a root ` CMakeLists.txt ` to improve support for VS2017 Open Folder.
You can’t perform that action at this time.
0 commit comments