Mercurial > hg > orthanc-webviewer
changeset 137:0a3d234f6106 OrthancWebViewer-2.2
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 Jun 2016 11:06:44 +0200 |
parents | 1015a201b6c2 |
children | cba2a83bd198 ecf865295777 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)")
--- 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