Mercurial > hg > orthanc-webviewer
changeset 329:feb20efdf4bf default tip
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 15 Apr 2025 13:46:42 +0200 (4 weeks ago) |
parents | cac667dbd179 (current diff) a54f376e2be7 (diff) |
children | |
files | CMakeLists.txt |
diffstat | 3 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Tue Apr 15 12:57:19 2025 +0200 +++ b/CITATION.cff Tue Apr 15 13:46:42 2025 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.7 +date-released: 2025-04-15
--- a/CMakeLists.txt Tue Apr 15 12:57:19 2025 +0200 +++ b/CMakeLists.txt Tue Apr 15 13:46:42 2025 +0200 @@ -29,7 +29,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.7") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Tue Apr 15 12:57:19 2025 +0200 +++ b/NEWS Tue Apr 15 13:46:42 2025 +0200 @@ -1,7 +1,12 @@ Pending changes in the mainline =============================== + +Version 2.10 (2025-04-15) +========================= + * Fix compatibility with Orthanc >= 1.12.5 (the images were not displayed) +* Upgrade to Orthanc framework 1.12.7 Version 2.9 (2024-03-26)