changeset 67:0c6e9ec27580

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 17 Jan 2025 18:29:04 +0100
parents bded4308e04f (current diff) dfdd30fe1c03 (diff)
children fdf64d580096
files CMakeLists.txt
diffstat 3 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Fri Jan 17 14:19:01 2025 +0100
+++ b/CITATION.cff	Fri Jan 17 18:29:04 2025 +0100
@@ -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.4
-date-released: 2024-06-05
+version: 1.12.5
+date-released: 2024-12-17
--- a/CMakeLists.txt	Fri Jan 17 14:19:01 2025 +0100
+++ b/CMakeLists.txt	Fri Jan 17 18:29:04 2025 +0100
@@ -28,7 +28,7 @@
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.4")
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.5")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/NEWS	Fri Jan 17 14:19:01 2025 +0100
+++ b/NEWS	Fri Jan 17 18:29:04 2025 +0100
@@ -1,12 +1,16 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.5 (2025-01-17)
+========================
+
 * Updated OHIF to 3.9.2
-* In "dicom-web" DataSource, fixed the default app-config.js configuration
-  to enable display of PDFs.
-* Updated cached "dicom-json" version to 2.  This means that, when using
-  the "dicom-json" source, the cached metadata must be recomputed the first
-  time you open a study.
+* In "dicom-web" data source, fixed the default "app-config.js"
+  configuration to enable display of PDFs.
+* Updated cached "dicom-json" version to 2. This implies that, when using
+  the "dicom-json" source, the cached metadata will have to be recomputed
+  the first time you open a study.
 
 
 Version 1.4 (2024-11-26)