comparison NEWS @ 4377:4770ac7287ec

integration varian->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 11:42:48 +0100
parents b002f9abe802
children 85b5b0e1bac9
comparison
equal deleted inserted replaced
4374:79ef2b6d8e76 4377:4770ac7287ec
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):
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
11 14
12 REST API 15 REST API
13 -------- 16 --------
14 17
15 * "/instances" can be used to import ZIP archives provided in the POST body 18 * "/instances" can be used to import ZIP archives provided in the POST body