Skip to content

Commit 204a526

Browse files
authored
Mint 2.10.8. (#970)
* Mint 2.10.8 * Lesssssssssss ssssssssssssss
1 parent 7222fa2 commit 204a526

File tree

4 files changed

+17
-32
lines changed

4 files changed

+17
-32
lines changed

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 7)
14+
set(CPPREST_VERSION_REVISION 8)
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,6 +5,6 @@
55
*/
66
#define CPPREST_VERSION_MINOR 10
77
#define CPPREST_VERSION_MAJOR 2
8-
#define CPPREST_VERSION_REVISION 7
8+
#define CPPREST_VERSION_REVISION 8
99

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

Release/tests/functional/misc/version/version.cpp

Lines changed: 0 additions & 30 deletions
This file was deleted.

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
cpprestsdk (2.10.8)
2+
----------------------
3+
* PR#938 Allow ppltasks.h and pplxtasks.h to co-exist
4+
* PR#951 Fix incorrect const in reinterpret_cast
5+
* PR#955 Fix UWP missing header
6+
* PR#956 Adds support for OpenSSL 1.1.1
7+
* PR#959 Fix Android build issue by remove the crossplat name space before android parameters
8+
* PR#960 Update vcpkg to latest master to fix VS2015 build.
9+
* PR#966 Fix string size for error message generated by windows_category
10+
* PR#958 Add uri_builder::append_path_raw(...) to allow adding elements to path intentionally beginning with '/' ("//" will result in the final path value)
11+
* PR#952 cmake: add code to detect system brotli library
12+
* PR#963 Fix Brotli compress_helper early termination issue
13+
* PR#961 Fixes iOS builds and makes it more future proof
14+
-- cpprestsdk team <askcasablanca@microsoft.com> WED, 14 Nov 2018 10:24:00 -0800
15+
116
cpprestsdk (2.10.7)
217
----------------------
318
* cpprestsdk now has Azure Pipelines continuous integration.

0 commit comments

Comments
 (0)