diff NEWS @ 236:6d9be2b470b4

compression
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 15:09:16 +0100
parents 5368bbe813cf
children 16a4ac70bd8a
line wrap: on
line diff
--- a/NEWS	Fri Nov 30 14:37:48 2012 +0100
+++ b/NEWS	Fri Nov 30 15:09:16 2012 +0100
@@ -4,12 +4,13 @@
 Major changes
 -------------
 
-* Full refactoring of the DB schema and of the REST API
-* Introduction of generic classes for REST APIs (in Core/RestApi)
+* Transparent compression of the DICOM instances on the disk
 * 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)
+* Full refactoring of the DB schema and of the REST API
+* Introduction of generic classes for REST APIs (in Core/RestApi)
 
 Minor changes
 -------------