changeset 6208:9c8babb4a681

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2025 09:17:54 +0200
parents f7c82893dd31 (current diff) 0d239fb16060 (diff)
children 8c2571de5f8e
files OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.
--- 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
--- 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")
 
 
 #####################################################################