From 5b1c1597e6a637bc205d91342054814c8d901777 Mon Sep 17 00:00:00 2001 From: Jinming Hu Date: Wed, 8 Jul 2020 10:38:52 +0800 Subject: [PATCH] Release 7.5.0 --- Changelog.txt | 6 ++++++ Doxyfile | 2 +- Microsoft.WindowsAzure.Storage/CMakeLists.txt | 2 +- .../includes/wascore/constants.dat | 10 +++++----- Microsoft.WindowsAzure.Storage/version.rc | Bin 5336 -> 5336 bytes README.md | 3 ++- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 73cd2b95..0ef33d42 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,12 @@ Azure Storage Client Library for C++ History of Changes +Changes in v7.5.0 +- New feature: Blob Versioning. +- New feature: Jumbo Put Block. +- New feature: Jumbo Put Blob. +- Service version upgraded to 2019-12-12. + Changes in v7.4.0 - New feature: Premium File Share Properties. - Fixed a bug: crash in table batch operation. diff --git a/Doxyfile b/Doxyfile index 6e074437..63213ae4 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure Storage Client Library for C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 7.4.0 +PROJECT_NUMBER = 7.5.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Microsoft.WindowsAzure.Storage/CMakeLists.txt b/Microsoft.WindowsAzure.Storage/CMakeLists.txt index 3a24d1f1..ac9e65d8 100644 --- a/Microsoft.WindowsAzure.Storage/CMakeLists.txt +++ b/Microsoft.WindowsAzure.Storage/CMakeLists.txt @@ -150,7 +150,7 @@ set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARY} ${Boost # Set version numbers centralized set (AZURESTORAGE_VERSION_MAJOR 7) -set (AZURESTORAGE_VERSION_MINOR 4) +set (AZURESTORAGE_VERSION_MINOR 5) set (AZURESTORAGE_VERSION_REVISION 0) # Set output directories. diff --git a/Microsoft.WindowsAzure.Storage/includes/wascore/constants.dat b/Microsoft.WindowsAzure.Storage/includes/wascore/constants.dat index af9d6796..1860e049 100644 --- a/Microsoft.WindowsAzure.Storage/includes/wascore/constants.dat +++ b/Microsoft.WindowsAzure.Storage/includes/wascore/constants.dat @@ -416,21 +416,21 @@ DAT(xml_user_delegation_key_expiry, _XPLATSTR("Expiry")) DAT(json_file_permission, _XPLATSTR("permission")) #define STR(x) #x -#define VER(x) _XPLATSTR("Azure-Storage/7.4.0 (Native; Windows; MSC_VER " STR(x) ")") +#define VER(x) _XPLATSTR("Azure-Storage/7.5.0 (Native; Windows; MSC_VER " STR(x) ")") #if defined(_WIN32) #if defined(_MSC_VER) #if _MSC_VER >= 1900 DAT(header_value_user_agent, VER(_MSC_VER)) #elif _MSC_VER >= 1800 - DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.4.0 (Native; Windows; MSC_VER 18XX)")) + DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.5.0 (Native; Windows; MSC_VER 18XX)")) #else - DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.4.0 (Native; Windows; MSC_VER < 1800)")) + DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.5.0 (Native; Windows; MSC_VER < 1800)")) #endif #else - DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.4.0 (Native; Windows)")) + DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.5.0 (Native; Windows)")) #endif #else - DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.4.0 (Native)")) + DAT(header_value_user_agent, _XPLATSTR("Azure-Storage/7.5.0 (Native)")) #endif #endif // _CONSTANTS diff --git a/Microsoft.WindowsAzure.Storage/version.rc b/Microsoft.WindowsAzure.Storage/version.rc index aa00d79c7dccc171ee8a481d3393c70e2ebbac16..b416fe4bad0273bdffb31458ddd6749d048cacf1 100644 GIT binary patch delta 32 lcmcbic|&sp3k#