# HG changeset patch # User Sebastien Jodogne # Date 1630354819 -7200 # Node ID 113afe7b594d47b376608ae5f3e28d3b6dcd0806 # Parent ba1bebbd75d2b60e9db34abfa8ee36fee1003c7f# Parent 6a6d2a34a34ef6442d08a122a635e9d14f870a5a back to mainline diff -r ba1bebbd75d2 -r 113afe7b594d CITATION.cff --- a/CITATION.cff Mon Aug 30 18:21:12 2021 +0200 +++ b/CITATION.cff Mon Aug 30 22:20:19 2021 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://hg.orthanc-server.com/orthanc/" -version: 1.9.6 -date-released: 2021-07-21 +version: 1.9.7 +date-released: 2021-08-31 diff -r ba1bebbd75d2 -r 113afe7b594d NEWS --- a/NEWS Mon Aug 30 18:21:12 2021 +0200 +++ b/NEWS Mon Aug 30 22:20:19 2021 +0200 @@ -1,11 +1,15 @@ Pending changes in the mainline =============================== + +Version 1.9.7 (2021-08-31) +========================== + General ------- -* New configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP - +* New configuration option "DicomAlwaysAllowMove" to disable verification of + the remote modality in C-MOVE SCP REST API -------- diff -r ba1bebbd75d2 -r 113afe7b594d OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon Aug 30 18:21:12 2021 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon Aug 30 22:20:19 2021 +0200 @@ -136,6 +136,8 @@ set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6") set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7") + set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r ba1bebbd75d2 -r 113afe7b594d OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake