diff NEWS @ 231:8098448bd827

export log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 12:18:44 +0100
parents b7aea293b965
children 5368bbe813cf
line wrap: on
line diff
--- a/NEWS	Fri Nov 30 11:01:29 2012 +0100
+++ b/NEWS	Fri Nov 30 12:18:44 2012 +0100
@@ -9,13 +9,15 @@
 * The patient/study/series/instances are now indexed by SHA-1 digests
   of their DICOM Instance IDs (and not by UUIDs anymore): The same
   DICOM objects are thus always identified by the same Orthanc IDs
+* Log of exported instances through DICOM C-Store SCU ("/exported" URI)
 
 Minor changes
 -------------
 
 * Generate a sample configuration file from command line
 * "CompletedSeries" event in the changes API
-* Thread to continuously flush DB to disk (robustness against reboots)
+* Thread to continuously flush DB to disk (SQLite checkpoints for
+  robustness against reboots)
 
 
 Version 0.2.3 (2012/10/26)