diff NEWS @ 4192:30ebe460e77a

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Sep 2020 17:30:23 +0200
parents 9ce5c89328f5
children db38b2ad4c4a 37310bb1cd30
line wrap: on
line diff
--- a/NEWS	Tue Sep 15 17:29:40 2020 +0200
+++ b/NEWS	Tue Sep 15 17:30:23 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)