Mercurial > hg > orthanc
changeset 4783:6a6d2a34a34e Orthanc-1.9.7
Orthanc-1.9.7
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Aug 2021 22:14:33 +0200 |
parents | ba1bebbd75d2 |
children | 113afe7b594d d72232e60b05 |
files | CITATION.cff NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 3 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Mon Aug 30 18:21:12 2021 +0200 +++ b/CITATION.cff Mon Aug 30 22:14:33 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
--- a/NEWS Mon Aug 30 18:21:12 2021 +0200 +++ b/NEWS Mon Aug 30 22:14:33 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 --------
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Aug 30 18:21:12 2021 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Aug 30 22:14:33 2021 +0200 @@ -23,7 +23,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.9.7") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning