comparison 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
comparison
equal deleted inserted replaced
230:cce89307af28 231:7097d0eaac76
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Performance: Replaced "OrthancPluginRegisterRestCallback" by "OrthancPluginRegisterRestCallbackNoLock" 4 * Move the GDCM decoder out of the Orthanc Web viewer plugin as a separate plugin
5 * Authorization tokens passed as url search params in Orthanc Explorer are now transmitted to the viewer 5 * Performance: Replaced "OrthancPluginRegisterRestCallback" by
6 and included as headers in every HTTP request to the Rest API easing the usage of the Authorization plugin 6 "OrthancPluginRegisterRestCallbackNoLock"
7 * Upgrade to GDCM 3.0.4 for static builds 7 * Authorization tokens passed as url search params in Orthanc Explorer
8 are now transmitted to the viewer and included as headers in every
9 HTTP request to the Rest API easing the usage of the Authorization
10 plugin
8 11
9 12
10 Version 2.5 (2019-02-27) 13 Version 2.5 (2019-02-27)
11 ======================== 14 ========================
12 15