Mercurial > hg > orthanc-webviewer
changeset 306:2978317b9bca
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Feb 2022 08:50:33 +0100 |
parents | d959cf2a8d5c (current diff) af985076f647 (diff) |
children | 6bfb8a4d9abe |
files | CMakeLists.txt |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Feb 22 08:02:06 2022 +0100 +++ b/CMakeLists.txt Tue Feb 22 08:50:33 2022 +0100 @@ -28,7 +28,7 @@ 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:50:33 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)