# HG changeset patch # User Alain Mazy # Date 1661934095 -7200 # Node ID 201a500dcff47910cdbb0c5837a943665a845d7b # Parent 6c0ed4a98bb00e5671c1e6bb9a06f7b6fe32d1d1 Orthanc-1.11.2 diff -r 6c0ed4a98bb0 -r 201a500dcff4 NEWS --- a/NEWS Mon Aug 29 17:13:45 2022 +0200 +++ b/NEWS Wed Aug 31 10:21:35 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 201a500dcff4 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Aug 29 17:13:45 2022 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Aug 31 10:21:35 2022 +0200 @@ -24,7 +24,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.11.2") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning diff -r 6c0ed4a98bb0 -r 201a500dcff4 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:21:35 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)