# HG changeset patch # User Sebastien Jodogne # Date 1749832803 -7200 # Node ID 0d239fb160606b0007ef41060eed44d7576215c8 # Parent f7c82893dd31f7a51cf3a41d4a174bfac3b2e467 Orthanc-1.12.8 diff -r f7c82893dd31 -r 0d239fb16060 CITATION.cff --- a/CITATION.cff Fri Jun 13 16:44:54 2025 +0200 +++ b/CITATION.cff Fri Jun 13 18:40:03 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 0d239fb16060 NEWS --- a/NEWS Fri Jun 13 16:44:54 2025 +0200 +++ b/NEWS Fri Jun 13 18:40:03 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 0d239fb16060 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 Fri Jun 13 18:40:03 2025 +0200 @@ -25,7 +25,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.12.8") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning @@ -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") #####################################################################