changeset 5078:201a500dcff4 Orthanc-1.11.2

Orthanc-1.11.2
author Alain Mazy <am@osimis.io>
date Wed, 31 Aug 2022 10:21:35 +0200
parents 6c0ed4a98bb0
children 4366b4c41441 d9c4d77dedf4
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
--- 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
--- 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)