# HG changeset patch # User Sebastien Jodogne # Date 1764673776 -3600 # Node ID 370e6d73da2335df347fb7cc9f4fdfefaedacb2f # Parent fc75b27b018ef47f382ce10c44b6bd787b490a52# Parent 163ec1f68da2b0a1d3a53337d50060eb1090b9e3 back to mainline diff -r fc75b27b018e -r 370e6d73da23 CITATION.cff --- a/CITATION.cff Thu Nov 27 11:29:47 2025 +0100 +++ b/CITATION.cff Tue Dec 02 12:09:36 2025 +0100 @@ -9,5 +9,5 @@ doi: "10.1007/978-3-031-96899-0_18" license: "AGPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc-python/" -version: "6.0" -date-released: 2025-08-12 +version: "7.0" +date-released: 2025-12-02 diff -r fc75b27b018e -r 370e6d73da23 CMakeLists.txt diff -r fc75b27b018e -r 370e6d73da23 NEWS --- a/NEWS Thu Nov 27 11:29:47 2025 +0100 +++ b/NEWS Tue Dec 02 12:09:36 2025 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 7.0 (2025-12-02) +======================== + => Maximum SDK version: 1.12.10 (default) <= * The "orthanc.pyi" stub is now excluded from the "install" step during the build diff -r fc75b27b018e -r 370e6d73da23 Resources/Orthanc/CMake/Compiler.cmake --- a/Resources/Orthanc/CMake/Compiler.cmake Thu Nov 27 11:29:47 2025 +0100 +++ b/Resources/Orthanc/CMake/Compiler.cmake Tue Dec 02 12:09:36 2025 +0100 @@ -21,6 +21,8 @@ # This file sets all the compiler-related flags +message(STATUS "CMAKE_CXX_COMPILER_ID is ${CMAKE_CXX_COMPILER_ID}") +message(STATUS "CMAKE_SYSTEM_NAME is ${CMAKE_SYSTEM_NAME}") if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") # Since Orthanc 1.12.7 that allows CMake 4.0, builds for macOS diff -r fc75b27b018e -r 370e6d73da23 Resources/SyncOrthancFolder.py --- a/Resources/SyncOrthancFolder.py Thu Nov 27 11:29:47 2025 +0100 +++ b/Resources/SyncOrthancFolder.py Tue Dec 02 12:09:36 2025 +0100 @@ -35,6 +35,8 @@ TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file' + +# This list must correspond to the content of "../CMakeLists.txt" PLUGIN_SDK_VERSIONS = [ '1.7.2', '1.10.0', '1.12.6', '1.12.9', '1.12.10' ]