# HG changeset patch # User Sebastien Jodogne # Date 1590559953 -7200 # Node ID adc6f1fa7417d10e7a2e7a1529a0f973a5d67de9 # Parent 31252a887f0b16ebfea0742454779942ae2c6c8a Orthanc-1.7.1 diff -r 31252a887f0b -r adc6f1fa7417 NEWS --- a/NEWS Tue May 26 12:40:47 2020 +0200 +++ b/NEWS Wed May 27 08:12:33 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) diff -r 31252a887f0b -r adc6f1fa7417 Resources/CMake/OrthancFrameworkParameters.cmake --- a/Resources/CMake/OrthancFrameworkParameters.cmake Tue May 26 12:40:47 2020 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Wed May 27 08:12:33 2020 +0200 @@ -3,7 +3,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.7.1") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning