Mercurial > hg > orthanc
diff NEWS @ 5056:191e86305f19
DelayedDeletion plugin: Fix leaking of symbols
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 Jul 2022 18:53:24 +0200 |
parents | 255b02c68908 |
children | e6f26be401fa |
line wrap: on
line diff
--- a/NEWS Mon Jul 11 12:17:15 2022 +0200 +++ b/NEWS Thu Jul 14 18:53:24 2022 +0200 @@ -6,6 +6,11 @@ * Added support for RGBA64 images in tools/create-dicom and /preview +Maintenance +----------- + +* DelayedDeletion plugin: Fix leaking of symbols + Version 1.11.1 (2022-06-30) =========================== @@ -30,7 +35,6 @@ * Fix the storage cache that was not used by the Plugin SDK. This fixes the DicomWeb plugin "/rendered" route performance issues. - Maintenance ----------- @@ -39,7 +43,6 @@ DicomControlUserConnection::SetupPresentationContexts() * Improved HttpClient error logging (add method + url) - REST API -------- @@ -53,7 +56,6 @@ * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" - OrthancFramework (C++) ----------------------