# HG changeset patch # User Sebastien Jodogne # Date 1480351470 -3600 # Node ID fc7b03eaeeceebaaecc281db126dcf61e47093e3 # Parent a8c90aa32ca66f7d330cafc6599294abf9b50317# Parent cafc4728a8577cd9f07e4bbff7a638ba577ceb10 back to mainline diff -r a8c90aa32ca6 -r fc7b03eaeece NEWS --- a/NEWS Mon Nov 28 16:51:19 2016 +0100 +++ b/NEWS Mon Nov 28 17:44:30 2016 +0100 @@ -1,12 +1,16 @@ Pending changes in the mainline =============================== + +Version 0.2 (2016/11/28) +======================== + * Huge speed-up in the whole-slide imaging Web viewer plugin: - Reduction of the number of calls to the Orthanc REST API - Cache pre-computed information for each instance as metadata - Larger cache with LRU recycling to improve viewer performance * "OrthancWSIClearCache.py" companion script to clear the WSI cache -* Refactorings +* Various refactorings Version 0.1 (2016/10/28) diff -r a8c90aa32ca6 -r fc7b03eaeece Resources/CMake/Version.cmake --- a/Resources/CMake/Version.cmake Mon Nov 28 16:51:19 2016 +0100 +++ b/Resources/CMake/Version.cmake Mon Nov 28 17:44:30 2016 +0100 @@ -1,4 +1,4 @@ -set(ORTHANC_WSI_VERSION "mainline") +set(ORTHANC_WSI_VERSION "0.2") add_definitions( -DORTHANC_WSI_VERSION="${ORTHANC_WSI_VERSION}"