comparison NEWS @ 5138:d00db9fb48fb

added OrthancPluginCreateJob2() in the plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jan 2023 19:04:13 +0100
parents 15109c3f0f7d
children 19ccae2e0371
comparison
equal deleted inserted replaced
5137:15109c3f0f7d 5138:d00db9fb48fb
31 from the configuration file for a specific operation. 31 from the configuration file for a specific operation.
32 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 32 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
33 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom 33 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
34 * /system: added MaximumStorageMode and MaximumStorageSize 34 * /system: added MaximumStorageMode and MaximumStorageSize
35 35
36 Common plugins code (C++) 36 Plugins
37 ------------------------- 37 -------
38 38
39 * Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ... 39 * Added a "header" argument to all OrthancPeers::DoPost, DoPut, ... in the "OrthancPluginCppWrapper"
40 * Added "OrthancPluginCreateJob2()" in the plugin SDK to avoid
41 possible crashes when "OrthancPluginJobGetContent()" or
42 "OrthancPluginJobGetSerialized()" get called
40 43
41 Maintenance 44 Maintenance
42 ----------- 45 -----------
43 46
44 * Fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1 47 * Fix decoding of RLE images for which the "Planar Configuration" tag (0028,0006) equals 1