changeset 5079:4366b4c41441

back to mainline
author Alain Mazy <am@osimis.io>
date Wed, 31 Aug 2022 10:36:38 +0200
parents 6c0ed4a98bb0 (current diff) 201a500dcff4 (diff)
children d7274e43ea7c 0b27bbd19b1f
files OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
--- 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)