diff NEWS @ 4954:e1495a34cd39 more-tags

integration mainline->more-tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Mar 2022 19:11:56 +0100
parents 3778a0433dd3 47d734fa30f6
children 501411a67f10
line wrap: on
line diff
--- a/NEWS	Mon Mar 21 15:19:42 2022 +0100
+++ b/NEWS	Tue Mar 22 19:11:56 2022 +0100
@@ -1,10 +1,11 @@
 Pending changes in the mainline
 ===============================
 
-
 General
 -------
 
+* Improved DICOM authorization checks when multiple modalities are
+  declared with the same AET.
 * New configuration "ExtraMainDicomTags" to store more tags in the Index DB
   to speed up, e.g, building C-Find, dicom-web or tools/find answers
 * New configuration "Warnings" to enable/disable individual warnings that can
@@ -34,13 +35,18 @@
   - /instances
 * new field "MainDicomTags" in the /system route response
 
+Plugins
+-------
+
+* New function in the SDK: "OrthancPluginRegisterWebDavCollection()"
+  to map a WebDAV virtual filesystem into the REST API of Orthanc.
 
 Documentation
 -------------
 
-* Removed the "LimitJobs" configuration that is not used anymore since the new
-  JobEngine has been introduced (in  Orthanc 1.4.0).  The pending list of jobs
-  is unlimited.
+* Removed the "LimitJobs" configuration that is not used anymore since
+  the new JobEngine has been introduced (in Orthanc 1.4.0). The
+  pending list of jobs is unlimited.
 
 
 Version 1.10.0 (2022-02-23)