changeset 4923:1aea0b217f70

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 14:10:16 +0100
parents 309fb4f02704 (current diff) 4dae452af79f (diff)
children b5994fb2a4d4
files OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 3 files changed, 16 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Wed Feb 23 11:09:43 2022 +0100
+++ b/CITATION.cff	Wed Feb 23 14:10:16 2022 +0100
@@ -10,5 +10,5 @@
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
 repository-code: "https://hg.orthanc-server.com/orthanc/"
-version: 1.9.7
-date-released: 2021-08-31
+version: 1.10.0
+date-released: 2022-02-23
--- a/NEWS	Wed Feb 23 11:09:43 2022 +0100
+++ b/NEWS	Wed Feb 23 14:10:16 2022 +0100
@@ -1,14 +1,13 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.10.0 (2022-02-23)
+===========================
+
 General
 -------
 
-* Removed the OpenSSL license exception, as binary versions of Orthanc are now
-  designed to use OpenSSL 3.x, that was re-licensed under Apache 2.0, making
-  it compatible with the GPL/AGPL licenses used by the Orthanc project:
-  https://en.wikipedia.org/wiki/OpenSSL#Licensing
-  https://people.gnome.org/~markmc/openssl-and-the-gpl.html
 * New configuration "DicomAlwaysAllowFindWorklist" to complement the existing
   "DicomAlwaysAllowFind" configuration.  "DicomAlwaysAllowFind" applies now 
   only to C-Find for Patients/Studies/Series/Instances while C-Find for worklists are
@@ -31,13 +30,13 @@
 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
 * Added links to download attachments from the Orthanc Explorer
 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group).  
-  XSS Issues were re-introduced in Orthanc 1.9.5.
+  XSS Issues were re-introduced in Orthanc 1.9.4.
 
 REST API
 --------
 
 * API version upgraded to 16
-* If an image can not be decoded, ../preview and ../rendered routes
+* If an image can not be decoded, "../preview" and "../rendered" routes
   are now returning "unsupported.png" only if the
   "?returnUnsupportedImage" option is specified; otherwise, it raises
   a 415 HTTP error code.
@@ -45,7 +44,7 @@
 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
 * "/instances/{...}/numpy": Download the instance as a Python numpy array
 * "/series/{...}/numpy": Download the series as a Python numpy array
-* Added a ?full option to "/patients|studies|series|instances/{...}/attachments" route
+* Added a "?full" option to "/patients|studies|series|instances/{...}/attachments" route
   to show the mapping alias<->numerical id.
 * Added "/patients|studies|series|instances/{...}/attachments/{...}/info" route to retrieve
   the full information about an attachment (size, type, MD5 and UUID)
@@ -64,6 +63,11 @@
 Maintenance
 -----------
 
+* Removed the OpenSSL license exception, as binary versions of Orthanc are now
+  designed to use OpenSSL 3.x, that was re-licensed under Apache 2.0, making
+  it compatible with the GPL/AGPL licenses used by the Orthanc project:
+  https://en.wikipedia.org/wiki/OpenSSL#Licensing
+  https://people.gnome.org/~markmc/openssl-and-the-gpl.html
 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
 * New configuration options:
   - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Wed Feb 23 11:09:43 2022 +0100
+++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Wed Feb 23 14:10:16 2022 +0100
@@ -142,6 +142,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7")
         set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.10.0")
+        set(ORTHANC_FRAMEWORK_MD5 "8610c82d9153f22e929f2110f8f60279")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc