# HG changeset patch # User Sebastien Jodogne # Date 1749885474 -7200 # Node ID 9c8babb4a68179bf2a47baa91d921e2b19c4a951 # Parent f7c82893dd31f7a51cf3a41d4a174bfac3b2e467# Parent 0d239fb160606b0007ef41060eed44d7576215c8 back to mainline diff -r f7c82893dd31 -r 9c8babb4a681 CITATION.cff --- a/CITATION.cff Fri Jun 13 16:44:54 2025 +0200 +++ b/CITATION.cff Sat Jun 14 09:17:54 2025 +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.7 -date-released: 2025-04-07 +version: 1.12.8 +date-released: 2025-06-13 diff -r f7c82893dd31 -r 9c8babb4a681 NEWS --- a/NEWS Fri Jun 13 16:44:54 2025 +0200 +++ b/NEWS Sat Jun 14 09:17:54 2025 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.12.8 (2025-06-13) +=========================== + General ------- @@ -9,6 +13,7 @@ REST API -------- +* API version upgraded to 29 * If the database backend provides the "HasExtendedFind" primitive, the value "IsProtected" can be included in the "ResponseContent" field of "/tools/find" to request the "IsProtected" status of patient resources. diff -r f7c82893dd31 -r 9c8babb4a681 OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Fri Jun 13 16:44:54 2025 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Sat Jun 14 09:17:54 2025 +0200 @@ -171,6 +171,8 @@ set(ORTHANC_FRAMEWORK_MD5 "0e971f32f4f3e4951e0f3b5de49a3da6") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.7") set(ORTHANC_FRAMEWORK_MD5 "f27c27d7a7a694dab1fd7f0a99d9715a") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.8") + set(ORTHANC_FRAMEWORK_MD5 "eb1c719234338e8277b80d3453563e9f") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r f7c82893dd31 -r 9c8babb4a681 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Jun 13 16:44:54 2025 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Sat Jun 14 09:17:54 2025 +0200 @@ -39,7 +39,7 @@ # Version of the Orthanc API, can be retrieved from "/system" URI in # order to check whether new URI endpoints are available even if using # the mainline version of Orthanc -set(ORTHANC_API_VERSION "28") +set(ORTHANC_API_VERSION "29") #####################################################################