comparison NEWS @ 4384:7e0d015ad109

new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Dec 2020 11:13:00 +0100
parents 3aacd2bd8bbc
children 92737070b301
comparison
equal deleted inserted replaced
4383:e49cf50b54c8 4384:7e0d015ad109
6 6
7 * ZIP archives containing DICOM files can be uploaded using WebDAV 7 * ZIP archives containing DICOM files can be uploaded using WebDAV
8 * New config option "MallocArenaMax" to control memory usage on GNU/Linux 8 * New config option "MallocArenaMax" to control memory usage on GNU/Linux
9 * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into 9 * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into
10 a 64bit (resp. 32bit) version of Orthanc 10 a 64bit (resp. 32bit) version of Orthanc
11 * New configuration options (contributions by Varian): 11 * New configuration options contributed by Varian Medical Systems:
12 - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) 12 - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND)
13 - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs 13 - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs
14 - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface 14 - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface
15 - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) 15 - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2)
16 - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) 16 - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2)
17 * New configuration options related to ingest transcoding:
18 - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded
19 - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded
17 20
18 REST API 21 REST API
19 -------- 22 --------
20 23
21 * "/instances" can be used to import ZIP archives provided in the POST body 24 * "/instances" can be used to import ZIP archives provided in the POST body