This commit is contained in:
Billy O'Neal 2019-01-18 17:04:44 -08:00 коммит произвёл GitHub
Родитель c66f84d222
Коммит 8f0393dd7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -11,7 +11,7 @@ endif()
set(CPPREST_VERSION_MAJOR 2)
set(CPPREST_VERSION_MINOR 10)
set(CPPREST_VERSION_REVISION 8)
set(CPPREST_VERSION_REVISION 9)
enable_testing()

Просмотреть файл

@ -5,6 +5,6 @@
*/
#define CPPREST_VERSION_MINOR 10
#define CPPREST_VERSION_MAJOR 2
#define CPPREST_VERSION_REVISION 8
#define CPPREST_VERSION_REVISION 9
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION)

Просмотреть файл

@ -1,3 +1,17 @@
cpprestsdk (2.10.9)
----------------------
* PR#973 Address gcc warnings-as-errors in compression code, test improvements
* PR#986 Prevent infinite loop during proxy authentication
* PR#987 Remove use of aligned_union that broke CentOS 7.
* PR#1004 #993, #1002: Add flexibility for iOS building. Adds command line args…
* PR#1009 gcc: Fix compilation with -fno-operator-names
* PR#1019 FIX: crash with std::logic_error when reusing a connection that timed out on the server
* PR#1021 handle null bytes when parsing utf8
* PR#1017 Add in support for adding i386 slice when building for 32-bit targets. Also improve messaging and add means to clean
* PR#1024 http_compression.cpp: fix build with gcc 4.7
* PR#1022 Resolve double free when WinHttpSendRequest fails
-- cpprestsdk team <askcasablanca@microsoft.com> FRI, 18 Jan 2019 16:58:00 -0800
cpprestsdk (2.10.8)
----------------------
* PR#938 Allow ppltasks.h and pplxtasks.h to co-exist