diff 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
line wrap: on
line diff
--- a/NEWS	Wed Jan 18 17:58:51 2023 +0100
+++ b/NEWS	Thu Jan 19 19:04:13 2023 +0100
@@ -33,10 +33,13 @@
 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
 * /system: added MaximumStorageMode and MaximumStorageSize
 
-Common plugins code (C++)
--------------------------
-
-* Added a 'header' argument to all OrthancPeers::DoPost, DoPut, ...
+Plugins
+-------
+
+* Added a "header" argument to all OrthancPeers::DoPost, DoPut, ... in the "OrthancPluginCppWrapper"
+* Added "OrthancPluginCreateJob2()" in the plugin SDK to avoid
+  possible crashes when "OrthancPluginJobGetContent()" or
+  "OrthancPluginJobGetSerialized()" get called
 
 Maintenance
 -----------