changeset 92:9b2a76fe987a

cleanup + release notes
author Alain Mazy <am@osimis.io>
date Fri, 16 Dec 2022 14:55:14 +0100
parents 7bf31db5497e
children 4b30718f2e05 1bc055199cd2
files Azure/AzureBlobStoragePlugin.cpp NEWS
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.cpp	Tue Nov 29 15:00:48 2022 +0100
+++ b/Azure/AzureBlobStoragePlugin.cpp	Fri Dec 16 14:55:14 2022 +0100
@@ -192,7 +192,6 @@
   #else
     const char* srt = "srt";
   #endif
-//    if (key == utility::string_t(srt, srt + strlen(srt))) // only account SAS has this parameter
     if (key == srt) // only account SAS has this parameter
       return true;
 
--- a/NEWS	Tue Nov 29 15:00:48 2022 +0100
+++ b/NEWS	Fri Dec 16 14:55:14 2022 +0100
@@ -1,3 +1,11 @@
+2022-12-16 - v 2.1.1
+====================
+
+* Azure plugin: 
+  * fix for Windows build
+  * use vcpkg tag 2022.11.14
+
+
 2022-10-21 - v 2.1.0
 ====================