Mercurial > hg > orthanc
changeset 3968:22eb9453b3f5 Orthanc-1.7.0
Orthanc-1.7.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 May 2020 12:30:36 +0200 |
parents | 5b731d898bee |
children | 170667f08642 5f9a0e13ba2d |
files | NEWS Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri May 22 09:11:00 2020 +0200 +++ b/NEWS Fri May 22 12:30:36 2020 +0200 @@ -1,16 +1,21 @@ Pending changes in the mainline =============================== + + +Version 1.7.0 (2020-05-22) +========================== + General ------- +* Support of DICOM C-GET SCP (contribution by Varian) * DICOM transcoding over the REST API * Transcoding from compressed to uncompressed transfer syntaxes over DICOM C-STORE SCU (if the remote modality doesn't support compressed syntaxes) * New configuration options related to transcoding: "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder", "IngestTranscoding" and "DicomLossyTranscodingQuality" -* Support of DICOM C-GET SCP (contribution by Varian) REST API --------
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Fri May 22 09:11:00 2020 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Fri May 22 12:30:36 2020 +0200 @@ -3,7 +3,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.7.0") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning