Mercurial > hg > orthanc-webviewer
changeset 305:af985076f647 OrthancWebViewer-2.8
OrthancWebViewer-2.8
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Feb 2022 08:33:59 +0100 |
parents | d959cf2a8d5c |
children | 2978317b9bca |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Feb 22 08:02:06 2022 +0100 +++ b/CMakeLists.txt Tue Feb 22 08:33:59 2022 +0100 @@ -22,13 +22,13 @@ project(OrthancWebViewer) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "2.8") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.7") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Tue Feb 22 08:02:06 2022 +0100 +++ b/NEWS Tue Feb 22 08:33:59 2022 +0100 @@ -1,7 +1,12 @@ Pending changes in the mainline =============================== -* Fix XSS inside DICOM in Orthanc Web Viewer (as reported by Stuart Kurutac, NCC Group). + +Version 2.8 (2022-2-10) +======================== + +* Fix XSS inside DICOM in Orthanc Web Viewer (as reported by Stuart + Kurutac, NCC Group). Version 2.7 (2020-12-10)