# HG changeset patch # User Sebastien Jodogne # Date 1719400238 -7200 # Node ID bb19f1ed9cd97d5bc1956d70a56b3ebd73096556 # Parent 97f18498af7e3d60af38c0bd4f6fe231121724b8 2.4.0 diff -r 97f18498af7e -r bb19f1ed9cd9 Aws/CMakeLists.txt --- 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") diff -r 97f18498af7e -r bb19f1ed9cd9 Azure/CMakeLists.txt --- 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") diff -r 97f18498af7e -r bb19f1ed9cd9 CITATION.cff --- 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 diff -r 97f18498af7e -r bb19f1ed9cd9 Google/CMakeLists.txt --- 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") diff -r 97f18498af7e -r bb19f1ed9cd9 NEWS --- 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 ====================