Skip to content

Commit

Permalink
Mint version 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Aug 15, 2018
1 parent 4e19c0c commit 29e23c2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
<CppRestBaseFileName>cpprest</CppRestBaseFileName>
<CppRestSDKVersionMajor>2</CppRestSDKVersionMajor>
<CppRestSDKVersionMinor>10</CppRestSDKVersionMinor>
<CppRestSDKVersionRevision>3</CppRestSDKVersionRevision>
<CppRestSDKVersionRevision>4</CppRestSDKVersionRevision>
<CppRestSDKVersionFileSuffix>$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix>
<CppRestSDKVersionString>$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Release/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@ endif()

set(CPPREST_VERSION_MAJOR 2)
set(CPPREST_VERSION_MINOR 10)
set(CPPREST_VERSION_REVISION 3)
set(CPPREST_VERSION_REVISION 4)

enable_testing()

Expand Down
2 changes: 1 addition & 1 deletion Release/include/cpprest/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
*/
#define CPPREST_VERSION_REVISION 2
#define CPPREST_VERSION_MINOR 10
#define CPPREST_VERSION_MAJOR 3
#define CPPREST_VERSION_MAJOR 4

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

12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 1,15 @@
cpprestsdk (2.10.4)
----------------------
* Added a `.clang-format` to enable consistent formatting.
* Added support for `Host:` headers changing the checked CNAME field for SSL certificates in WinHTTP and Asio.
* PR#736 passes 0666 to open() for creating files to better match the default behavior for other http clients (wget, etc).
* PR#732 fixes a build issue with clang
* PR#737 taught our cmake to respect the GNUInstallDirs variables
* PR#762 improved handling of dead connections in the connection pool on Asio.
* PR#750 improved error handling in the accept() call in `http_listener`
* PR#776 improved the iOS buildsystem
-- cpprestsdk team <[email protected]> WED, 15 Aug 2018 12:35:00 -0800

cpprestsdk (2.10.3)
----------------------
* Added a root `CMakeLists.txt` to improve support for VS2017 Open Folder.
Expand Down

0 comments on commit 29e23c2

Please sign in to comment.