changeset 4720:85102d5cc936 Orthanc-1.9.4

Orthanc-1.9.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 08:08:18 +0200
parents 88d16656b8b5
children cf4a80a7e1a2 c9835a655b81
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake TODO
diffstat 3 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Jun 23 19:00:07 2021 +0200
+++ b/NEWS	Thu Jun 24 08:08:18 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.9.4 (2021-06-24)
+==========================
+
 General
 -------
 
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Jun 23 19:00:07 2021 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Jun 24 08:08:18 2021 +0200
@@ -23,7 +23,7 @@
 #####################################################################
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.9.4")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/TODO	Wed Jun 23 19:00:07 2021 +0200
+++ b/TODO	Thu Jun 24 08:08:18 2021 +0200
@@ -230,15 +230,6 @@
   https://groups.google.com/g/orthanc-users/c/KASEJ9Gx3vQ/m/MIJFJdRhAwAJ
 * Standalone tool to detect orphan files in OrthancStorage
 
------
-Legal
------
-
-* Drop "OpenSSL Exception" from the Orthanc license once OpenSSL 3.0.0
-  is released, because that version will replace "OpenSSL license"
-  (incompatible with GPL) by "Apache License 2.0" (compatible with
-  GPL): https://people.gnome.org/~markmc/openssl-and-the-gpl.html
-  
 ----------------------------------
 Code quality and integration tests
 ----------------------------------