# HG changeset patch # User Sebastien Jodogne # Date 1755851053 -7200 # Node ID 037a2b0d06ca4c89e0dd9b6f71e77bbdec870173 # Parent ff6e57d0d4746b761ca73b484bcdee57b77c8c82 OrthancJava-2.0 diff -r ff6e57d0d474 -r 037a2b0d06ca CITATION.cff --- a/CITATION.cff Thu Aug 21 16:58:24 2025 +0200 +++ b/CITATION.cff Fri Aug 22 10:24:13 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 037a2b0d06ca NEWS --- a/NEWS Thu Aug 21 16:58:24 2025 +0200 +++ b/NEWS Fri Aug 22 10:24:13 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 037a2b0d06ca Plugin/CMakeLists.txt --- a/Plugin/CMakeLists.txt Thu Aug 21 16:58:24 2025 +0200 +++ b/Plugin/CMakeLists.txt Fri Aug 22 10:24:13 2025 +0200 @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.1...4.0) project(OrthancJavaPlugin) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.0") set(CMAKE_CXX_STANDARD 11) diff -r ff6e57d0d474 -r 037a2b0d06ca Samples/global.properties --- a/Samples/global.properties Thu Aug 21 16:58:24 2025 +0200 +++ b/Samples/global.properties Fri Aug 22 10:24:13 2025 +0200 @@ -3,4 +3,4 @@ SPDX-License-Identifier: GPL-3.0-or-later --> -orthanc_java.version=mainline +orthanc_java.version=2.0