diff --git a/Orthanc-1.8.1.tar.gz b/Orthanc-1.8.1.tar.gz deleted file mode 100644 index 5babeed..0000000 --- a/Orthanc-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:475f0e09d53496f5c152f3a4af9eb7318826f8d475f061d8e5332e4e6473c080 -size 1701085 diff --git a/Orthanc-1.8.2.tar.gz b/Orthanc-1.8.2.tar.gz new file mode 100644 index 0000000..40f2727 --- /dev/null +++ b/Orthanc-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338000be14e70700b8ff61476ee935e23da1d5da17d29ffc3bcc460fdc62da91 +size 1722427 diff --git a/orthanc.changes b/orthanc.changes index b6aa48d..fdc8a52 100644 --- a/orthanc.changes +++ b/orthanc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Dec 19 12:53:48 UTC 2020 - Axel Braun + +- Version 1.8.2 +* ZIP archives containing DICOM files can be uploaded using WebDAV +* New config option "MallocArenaMax" to control memory usage on GNU/Linux +* Explicit error log if trying to load a 32bit (resp. 64bit) plugin into + a 64bit (resp. 32bit) version of Orthanc +* New configuration options contributed by Varian Medical Systems: + - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) + - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs + - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface + - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) + - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) +* New configuration options related to ingest transcoding: + - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded + - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded +* "/instances" can be used to import ZIP archives provided in the POST body +* Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks +* Allow empty request body in "/modalities/{id}/echo" +* If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata" + ------------------------------------------------------------------- Tue Dec 8 06:35:51 UTC 2020 - Axel Braun diff --git a/orthanc.spec b/orthanc.spec index 3c99d3b..43250cd 100644 --- a/orthanc.spec +++ b/orthanc.spec @@ -18,7 +18,7 @@ Name: orthanc -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: RESTful DICOM server for healthcare and medical research License: GPL-3.0-or-later