diff 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
line wrap: on
line diff
--- a/NEWS	Thu Dec 17 15:10:57 2020 +0100
+++ b/NEWS	Fri Dec 18 11:13:00 2020 +0100
@@ -8,12 +8,15 @@
 * 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 (contributions by Varian):
+* 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
 
 REST API
 --------