diff NEWS @ 231:7097d0eaac76 transcoding

Move the GDCM decoder out of the Orthanc Web viewer plugin as a separate plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 May 2020 15:34:12 +0200
parents abd287f2d92c
children e866849335fd
line wrap: on
line diff
--- a/NEWS	Mon May 11 12:06:33 2020 +0200
+++ b/NEWS	Mon May 11 15:34:12 2020 +0200
@@ -1,10 +1,13 @@
 Pending changes in the mainline
 ===============================
 
-* 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
-* Upgrade to GDCM 3.0.4 for static builds
+* Move the GDCM decoder out of the Orthanc Web viewer plugin as a separate plugin
+* 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
 
 
 Version 2.5 (2019-02-27)