# HG changeset patch # User Sebastien Jodogne # Date 1467104804 -7200 # Node ID 0a3d234f610667a1f2689240e90128db70cf1e9a # Parent 1015a201b6c2a7b791f3384c6647f892f7165383 set version diff -r 1015a201b6c2 -r 0a3d234f6106 CMakeLists.txt --- a/CMakeLists.txt Tue Jun 28 11:05:33 2016 +0200 +++ b/CMakeLists.txt Tue Jun 28 11:06:44 2016 +0200 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "mainline") +set(ORTHANC_WEBVIEWER_VERSION "2.2") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") diff -r 1015a201b6c2 -r 0a3d234f6106 NEWS --- a/NEWS Tue Jun 28 11:05:33 2016 +0200 +++ b/NEWS Tue Jun 28 11:06:44 2016 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.2 (2016-06-28) +======================== + * Option "EnableGdcm" to replace the built-in decoder of Orthanc with GDCM * Option "RestrictTransferSyntaxes" saying which transfer syntaxes should be decoded with GDCM * Fixed rendering of 16bpp images if values are < 0 or >= 32768