changeset 74:0acad1d4eb98

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Aug 2025 10:25:30 +0200
parents ff6e57d0d474 (current diff) 037a2b0d06ca (diff)
children c1329456dd80
files Plugin/CMakeLists.txt Samples/global.properties
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)