From eadcc8c9a58ebf77c747bc29c015b178cf1c440194cf7442242f5ea62ed59d96 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 23 May 2020 07:04:05 +0000 Subject: [PATCH] Accepting request 808347 from home:DocB:Orthanc - new version 1.7.0 * 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" * See NEWS for details OBS-URL: https://build.opensuse.org/request/show/808347 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=18 --- Orthanc-1.6.1.tar.gz | 3 --- Orthanc-1.7.0.tar.gz | 3 +++ orthanc.changes | 13 +++++++++++++ orthanc.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 Orthanc-1.6.1.tar.gz create mode 100644 Orthanc-1.7.0.tar.gz diff --git a/Orthanc-1.6.1.tar.gz b/Orthanc-1.6.1.tar.gz deleted file mode 100644 index 0e9515d..0000000 --- a/Orthanc-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86f6e1a79bc93f082fd5243dd4daaf5a2ea05fcdf515cf35f100829c5fe5c4df -size 1633929 diff --git a/Orthanc-1.7.0.tar.gz b/Orthanc-1.7.0.tar.gz new file mode 100644 index 0000000..90ff35d --- /dev/null +++ b/Orthanc-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b22d8cf903a16912c3c5a7dd10dd6c5b7d65f5f4d3311d91b15162d1c7fdfb +size 1639824 diff --git a/orthanc.changes b/orthanc.changes index a9b0c26..a4c6a88 100644 --- a/orthanc.changes +++ b/orthanc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri May 22 17:22:11 UTC 2020 - Axel Braun + +- new version 1.7.0 + * 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" + * See NEWS for details + ------------------------------------------------------------------- Wed Apr 22 17:59:05 UTC 2020 - Axel Braun diff --git a/orthanc.spec b/orthanc.spec index 6decd4c..888ba14 100644 --- a/orthanc.spec +++ b/orthanc.spec @@ -18,7 +18,7 @@ Name: orthanc -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: RESTful DICOM server for healthcare and medical research License: GPL-3.0-or-later