Skip to content

Commit 29e23c2

Browse files
committed
Mint version 2.10.4
1 parent 4e19c0c commit 29e23c2

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111

1212
set(CPPREST_VERSION_MAJOR 2)
1313
set(CPPREST_VERSION_MINOR 10)
14-
set(CPPREST_VERSION_REVISION 3)
14+
set(CPPREST_VERSION_REVISION 4)
1515

1616
enable_testing()
1717

Release/include/cpprest/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
cpprestsdk (2.10.3)
214
----------------------
315
* Added a root `CMakeLists.txt` to improve support for VS2017 Open Folder.

0 commit comments

Comments
 (0)