comparison 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
comparison
equal deleted inserted replaced
4942:bd7ad1cb40b6 4943:47d734fa30f6
2 =============================== 2 ===============================
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * Improved DICOM authorization checks when multiple modalities are declared with 7 * Improved DICOM authorization checks when multiple modalities are
8 the same AET. 8 declared with the same AET.
9 9
10 Plugins
11 -------
12
13 * New function in the SDK: "OrthancPluginRegisterWebDavCollection()"
14 to map a WebDAV virtual filesystem into the REST API of Orthanc.
10 15
11 Documentation 16 Documentation
12 ------------- 17 -------------
13 18
14 * Removed the "LimitJobs" configuration that is not used anymore since the new 19 * Removed the "LimitJobs" configuration that is not used anymore since
15 JobEngine has been introduced (in Orthanc 1.4.0). The pending list of jobs 20 the new JobEngine has been introduced (in Orthanc 1.4.0). The
16 is unlimited. 21 pending list of jobs is unlimited.
17 22
18 23
19 Version 1.10.0 (2022-02-23) 24 Version 1.10.0 (2022-02-23)
20 =========================== 25 ===========================
21 26