# HG changeset patch # User Sebastien Jodogne # Date 1590151301 -7200 # Node ID 170667f08642f86fd58af963eed8d2d2840ec1e1 # Parent 5b731d898beec5e12650b2a7145969698cd7138f# Parent 22eb9453b3f5df679edad13152e15d0cfb9da5d1 back to mainline diff -r 5b731d898bee -r 170667f08642 NEWS --- a/NEWS Fri May 22 09:11:00 2020 +0200 +++ b/NEWS Fri May 22 14:41:41 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 -------- diff -r 5b731d898bee -r 170667f08642 Resources/CMake/OrthancFrameworkParameters.cmake diff -r 5b731d898bee -r 170667f08642 Resources/DownloadOrthancFramework.cmake --- a/Resources/DownloadOrthancFramework.cmake Fri May 22 09:11:00 2020 +0200 +++ b/Resources/DownloadOrthancFramework.cmake Fri May 22 14:41:41 2020 +0200 @@ -116,6 +116,8 @@ set(ORTHANC_FRAMEWORK_MD5 "eab428d6e53f61e847fa360bb17ebe25") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.6.1") set(ORTHANC_FRAMEWORK_MD5 "3971f5de96ba71dc9d3f3690afeaa7c0") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.0") + set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc