Mercurial > hg > orthanc-object-storage
changeset 202:bb19f1ed9cd9 2.4.0
2.4.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 26 Jun 2024 13:10:38 +0200 |
parents | 97f18498af7e |
children | 55fab84a0674 70caa95a9072 |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt CITATION.cff Google/CMakeLists.txt NEWS |
diffstat | 5 files changed, 12 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Wed Jun 26 12:38:44 2024 +0200 +++ b/Aws/CMakeLists.txt Wed Jun 26 13:10:38 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.4.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Azure/CMakeLists.txt Wed Jun 26 12:38:44 2024 +0200 +++ b/Azure/CMakeLists.txt Wed Jun 26 13:10:38 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.4.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/CITATION.cff Wed Jun 26 12:38:44 2024 +0200 +++ b/CITATION.cff Wed Jun 26 13:10:38 2024 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.4 +date-released: 2024-06-05
--- a/Google/CMakeLists.txt Wed Jun 26 12:38:44 2024 +0200 +++ b/Google/CMakeLists.txt Wed Jun 26 13:10:38 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.4.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Wed Jun 26 12:38:44 2024 +0200 +++ b/NEWS Wed Jun 26 13:10:38 2024 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +2024-06-26 - v 2.4.0 +==================== + * Support static build of AWS plugin for GNU/Linux and Microsoft Windows @@ -11,6 +15,7 @@ * New configuration "EnableAwsSdkLogs" to include AWS SDK logs in Orthanc logs. * Now displaying size, duration and transfer speed for each read/write operation. + 2023-10-17 - v 2.3.0 ==================== @@ -28,6 +33,7 @@ * in /move-storage: now detecting if file should be moved or not. + 2023-07-20 - v 2.2.0 ==================== @@ -37,6 +43,7 @@ * Google plugin: * now using the latest google C++ sdk available with vcpkg tag 2023.06.20. + 2022-12-19 - v 2.1.2 ====================