diff NEWS @ 3681:9dac85e807c2 storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Feb 2020 20:36:47 +0100
parents 3e68c3b4e3df 453c0ece560a
children 898903022836
line wrap: on
line diff
--- a/NEWS	Mon Feb 17 17:54:40 2020 +0100
+++ b/NEWS	Thu Feb 20 20:36:47 2020 +0100
@@ -22,12 +22,23 @@
 * New sample plugin: "ConnectivityChecks"
 * New primitives to handle storage commitment SCP by plugins
 
+Lua
+---
+
+* New events:
+  - "OnDeletedPatient", "OnDeletedStudy", "OnDeletedSeries", "OnDeletedInstance":
+    triggered when a resource is deleted
+  - "OnUpdatedPatient", "OnUpdatedStudy", "OnUpdatedSeries", "OnUpdatedInstance":
+    triggered when an attachment or a metadata is updated
+
 Maintenance
 -----------
 
 * Support of MPEG4 transfer syntaxes in C-Store SCP
-* C-Find SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
+* C-FIND SCU at Instance level now sets the 0008,0052 tag to IMAGE per default (was INSTANCE).
   Therefore, the "ClearCanvas" and "Dcm4Chee" modality manufacturer have now been deprecated.
+* More strict C-FIND SCP wrt. the DICOM standard: Forbid wildcard
+  matching on some VRs, ignore main tags below the queried level
 * Fix issue #65 (Logging improvements)
 * Fix issue #156 (Chunked Dicom-web transfer uses 100% CPU)
 * Fix issue #165 (Boundary parameter in multipart Content-Type is too long)