# HG changeset patch # User Alain Mazy # Date 1661934998 -7200 # Node ID 4366b4c414411b6320b35c3793f69489f54e83c0 # Parent 6c0ed4a98bb00e5671c1e6bb9a06f7b6fe32d1d1# Parent 201a500dcff47910cdbb0c5837a943665a845d7b back to mainline diff -r 6c0ed4a98bb0 -r 4366b4c41441 NEWS --- a/NEWS Mon Aug 29 17:13:45 2022 +0200 +++ b/NEWS Wed Aug 31 10:36:38 2022 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +version 1.11.2 (2022-08-30) +=========================== General ------- @@ -25,7 +25,7 @@ * Fix static compilation of boost 1.69 on Ubuntu 22.04 * Upgraded dependencies for static builds: - boost 1.80.0 - - dcmtk 3.6.7 + - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120) - openssl 3.0.5 diff -r 6c0ed4a98bb0 -r 4366b4c41441 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake diff -r 6c0ed4a98bb0 -r 4366b4c41441 OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Aug 29 17:13:45 2022 +0200 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Wed Aug 31 10:36:38 2022 +0200 @@ -120,7 +120,7 @@ #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER 1 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER 11 -#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 1 +#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 2 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)