changeset 3983:7cd0fe733822

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 May 2020 09:55:15 +0200
parents 31252a887f0b (current diff) adc6f1fa7417 (diff)
children 4769db115a02
files Resources/CMake/OrthancFrameworkParameters.cmake Resources/DownloadOrthancFramework.cmake
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue May 26 12:40:47 2020 +0200
+++ b/NEWS	Wed May 27 09:55:15 2020 +0200
@@ -2,10 +2,11 @@
 ===============================
 
 
-Maintenance
------------
+Version 1.7.1 (2020-05-27)
+==========================
 
-* Fix decoding of DICOM images for plugins
+* Fix decoding of DICOM images for plugins (for compatibility with
+  Orthanc Web Viewer 2.6)
 
 
 Version 1.7.0 (2020-05-22)
--- a/Resources/DownloadOrthancFramework.cmake	Tue May 26 12:40:47 2020 +0200
+++ b/Resources/DownloadOrthancFramework.cmake	Wed May 27 09:55:15 2020 +0200
@@ -118,6 +118,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "3971f5de96ba71dc9d3f3690afeaa7c0")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.0")
         set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.1")
+        set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc