Mercurial > hg > orthanc
diff NEWS @ 4943:47d734fa30f6
adding function OrthancPluginRegisterWebDavCollection() to the plugin SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Mar 2022 17:21:02 +0100 |
parents | bd7ad1cb40b6 |
children | e1495a34cd39 7ae27bc1f4bb |
line wrap: on
line diff
--- a/NEWS Wed Mar 16 10:55:13 2022 +0100 +++ b/NEWS Wed Mar 16 17:21:02 2022 +0100 @@ -4,16 +4,21 @@ General ------- -* Improved DICOM authorization checks when multiple modalities are declared with - the same AET. - +* Improved DICOM authorization checks when multiple modalities are + declared with the same AET. + +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)