changeset 252:1d761296eb8d transcoding

updated doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2020 08:19:44 +0200
parents ca7986c480a6
children 61a4b7fa86dc 6ffa6c1fe2a0
files CMakeLists.txt NEWS README
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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()
 
--- 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)
--- 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 <chafey@gmail.com>:
 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/