diff NEWS @ 4962:501411a67f10 more-tags

merge
author Alain Mazy <am@osimis.io>
date Wed, 23 Mar 2022 12:23:11 +0100
parents 1b76853e1797 e1495a34cd39
children f78438f61847
line wrap: on
line diff
--- a/NEWS	Wed Mar 23 11:56:28 2022 +0100
+++ b/NEWS	Wed Mar 23 12:23:11 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 sample plugin: "DbOptimizer" that will re-construct the DB/Storage
@@ -39,13 +40,18 @@
 * new field "MainDicomTags" in the /system route response to list the tags that
   are saved in DB
 
+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)