# HG changeset patch # User Sebastien Jodogne # Date 1590473984 -7200 # Node ID 1d761296eb8de0fa75529e442ca66edf5a3e09a3 # Parent ca7986c480a616df8cedb5a7fb2d394939ac5c6f updated doc diff -r ca7986c480a6 -r 1d761296eb8d CMakeLists.txt --- a/CMakeLists.txt Mon May 25 14:08:17 2020 +0200 +++ b/CMakeLists.txt Tue May 26 08:19:44 2020 +0200 @@ -27,7 +27,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.6.1") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.0") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r ca7986c480a6 -r 1d761296eb8d NEWS --- a/NEWS Mon May 25 14:08:17 2020 +0200 +++ b/NEWS Tue May 26 08:19:44 2020 +0200 @@ -1,21 +1,22 @@ Pending changes in the mainline =============================== -* Move the GDCM decoder out of the Orthanc Web viewer plugin as a separate plugin +* Move the GDCM decoder out of the Orthanc Web viewer plugin as a + separate plugin: https://book.orthanc-server.com/plugins/gdcm.html * Performance: Replaced "OrthancPluginRegisterRestCallback" by "OrthancPluginRegisterRestCallbackNoLock" * Authorization tokens passed as url search params in Orthanc Explorer are now transmitted to the viewer and included as headers in every HTTP request to the Rest API easing the usage of the Authorization plugin -* Upgraded Orthanc framework to 1.6.1 +* Upgrade to Orthanc framework to 1.7.0 Version 2.5 (2019-02-27) ======================== * Upgrade to GDCM 2.8.8 for static builds -* Upgraded Orthanc framework to 1.5.5 +* Upgrade to Orthanc framework to 1.5.5 Version 2.4 (2018-04-23) diff -r ca7986c480a6 -r 1d761296eb8d README --- a/README Mon May 25 14:08:17 2020 +0200 +++ b/README Tue May 26 08:19:44 2020 +0200 @@ -17,8 +17,8 @@ Hafey : https://github.com/chafey/cornerstone -In releases < 3.0, this plugin was also implementing primitives to -decode DICOM images using GDCM in Orthanc. Starting with release 3.0, +In releases < 2.6, this plugin was also implementing primitives to +decode DICOM images using GDCM in Orthanc. Starting with release 2.6, these primitives are available as part of the "orthanc-gdcm" plugin: http://sourceforge.net/projects/gdcm/