# HG changeset patch # User Sebastien Jodogne # Date 1657817604 -7200 # Node ID 191e86305f199f662dc1900c27d7b67b06947ea4 # Parent 942eb3849d8d34bcd20967a97a1025bbdaf18f15 DelayedDeletion plugin: Fix leaking of symbols diff -r 942eb3849d8d -r 191e86305f19 NEWS --- 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++) ---------------------- diff -r 942eb3849d8d -r 191e86305f19 OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt --- a/OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt Mon Jul 11 12:17:15 2022 +0200 +++ b/OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt Thu Jul 14 18:53:24 2022 +0200 @@ -35,6 +35,8 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../../../../OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake) +include(${CMAKE_CURRENT_LIST_DIR}/../Common/OrthancPluginsExports.cmake) + if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") execute_process( COMMAND