comparison NEWS @ 4190:9ce5c89328f5

New configuration options to enable HTTP peers identification through certificates
author Alain Mazy <alain@mazy.be>
date Tue, 15 Sep 2020 15:47:28 +0200
parents b289a1234822
children db38b2ad4c4a 37310bb1cd30
comparison
equal deleted inserted replaced
4189:15572f0bd743 4190:9ce5c89328f5
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 General
5 -------
6
7 * New configuration options to enable HTTP peers identification through certificates:
8 "SslVerifyPeers" & "SslTrustedClientCertificates"
9 * New configuration option "SyncStorageArea" to commit the files on disk "inside" the DB
10 transaction and avoid DB - File system discrepencies in case of hard shutdown
11 of the machine running Orthanc. This comes with a cost: DICOM file ingestion is slower.
3 12
4 Maintenance 13 Maintenance
5 ----------- 14 -----------
6 15
7 * Underscores are now allowed in peers/modalities symbolic names 16 * Underscores are now allowed in peers/modalities symbolic names
8 * Fix compatibility with C-MOVE SCU requests issued by Ambra 17 * Fix compatibility with C-MOVE SCU requests issued by Ambra
9 * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" 18 * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true"
10 * When checking DICOM allowed methods, if there are multiple modalities with the same AET, 19 * When checking DICOM allowed methods, if there are multiple modalities with the same AET,
11 differentiate them from the calling IP 20 differentiate them from the calling IP
12 * Enable the access to raw frames in Philips ELSCINT1 proprietary compression 21 * Enable the access to raw frames in Philips ELSCINT1 proprietary compression
13 * New configuration option "SyncStorageArea" 22
14 23
15 24
16 Version 1.7.3 (2020-08-24) 25 Version 1.7.3 (2020-08-24)
17 ========================== 26 ==========================
18 27