Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/NEWS Tue Sep 15 08:27:17 2020 +0200 +++ b/NEWS Tue Sep 15 15:47:28 2020 +0200 @@ -1,6 +1,15 @@ Pending changes in the mainline =============================== +General +------- + +* New configuration options to enable HTTP peers identification through certificates: + "SslVerifyPeers" & "SslTrustedClientCertificates" +* New configuration option "SyncStorageArea" to commit the files on disk "inside" the DB + transaction and avoid DB - File system discrepencies in case of hard shutdown + of the machine running Orthanc. This comes with a cost: DICOM file ingestion is slower. + Maintenance ----------- @@ -10,7 +19,7 @@ * When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP * Enable the access to raw frames in Philips ELSCINT1 proprietary compression -* New configuration option "SyncStorageArea" + Version 1.7.3 (2020-08-24)