# HG changeset patch # User Sebastien Jodogne # Date 1719400588 -7200 # Node ID 55fab84a0674d6db26c5aa8f62890eb19de91670 # Parent 97f18498af7e3d60af38c0bd4f6fe231121724b8# Parent bb19f1ed9cd97d5bc1956d70a56b3ebd73096556 back to mainline diff -r 97f18498af7e -r 55fab84a0674 Aws/CMakeLists.txt diff -r 97f18498af7e -r 55fab84a0674 Azure/CMakeLists.txt diff -r 97f18498af7e -r 55fab84a0674 CITATION.cff --- a/CITATION.cff Wed Jun 26 12:38:44 2024 +0200 +++ b/CITATION.cff Wed Jun 26 13:16:28 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 55fab84a0674 Google/CMakeLists.txt diff -r 97f18498af7e -r 55fab84a0674 NEWS --- a/NEWS Wed Jun 26 12:38:44 2024 +0200 +++ b/NEWS Wed Jun 26 13:16:28 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 ====================