# HG changeset patch # User Sebastien Jodogne # Date 1755851130 -7200 # Node ID 0acad1d4eb98760a3ed66796e9f342d0cccf1eef # Parent ff6e57d0d4746b761ca73b484bcdee57b77c8c82# Parent 037a2b0d06ca4c89e0dd9b6f71e77bbdec870173 back to mainline diff -r ff6e57d0d474 -r 0acad1d4eb98 CITATION.cff --- a/CITATION.cff Thu Aug 21 16:58:24 2025 +0200 +++ b/CITATION.cff Fri Aug 22 10:25:30 2025 +0200 @@ -12,5 +12,5 @@ doi: "10.5220/0012384600003657" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc-java/" -version: "1.0" -date-released: 2024-02-22 +version: "2.0" +date-released: 2025-08-22 diff -r ff6e57d0d474 -r 0acad1d4eb98 NEWS --- a/NEWS Thu Aug 21 16:58:24 2025 +0200 +++ b/NEWS Fri Aug 22 10:25:30 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.0 (2025-08-22) +======================== + => Maximum SDK version: 1.12.9 (default) <= => Minimum SDK version: 1.7.2 <= @@ -8,6 +12,7 @@ to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward compatibility with the SDK that is actually installed on the system * The plugin now uses the code model that is part of the core "orthanc" project +* Added support for queues and key-value stores Version 1.0 (2024-06-14) diff -r ff6e57d0d474 -r 0acad1d4eb98 Plugin/CMakeLists.txt diff -r ff6e57d0d474 -r 0acad1d4eb98 Samples/global.properties