# HG changeset patch # User Sebastien Jodogne <s.jodogne@gmail.com> # Date 1480355049 -3600 # Node ID 304a5dc5b8ec41eb4334f722e7ac81adc073c495 # Parent 9220f61997e2320fcf714dee251017a650420fca# Parent 7037851e7244fd6146aa54cc392cbc5488c74de7 merge diff -r 7037851e7244 -r 304a5dc5b8ec NEWS --- a/NEWS Mon Nov 28 18:43:34 2016 +0100 +++ b/NEWS Mon Nov 28 18:44:09 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 7037851e7244 -r 304a5dc5b8ec Resources/CMake/Version.cmake