changeset 482:b751b1383e07 OrthancDicomWeb-1.4

OrthancDicomWeb-1.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Dec 2020 07:15:27 +0100
parents c6af6269d675
children 34b47baaec05 57c410a7b6da
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Dec 17 18:40:18 2020 +0100
+++ b/CMakeLists.txt	Fri Dec 18 07:15:27 2020 +0100
@@ -21,7 +21,7 @@
 
 project(OrthancDicomWeb)
 
-set(ORTHANC_DICOM_WEB_VERSION "mainline")
+set(ORTHANC_DICOM_WEB_VERSION "1.4")
 
 if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Thu Dec 17 18:40:18 2020 +0100
+++ b/NEWS	Fri Dec 18 07:15:27 2020 +0100
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.4 (2020-12-18)
+========================
+
 * "Extrapolate" mode doesn't fail if no consensus is found in WADO-RS Retrieve Metadata.
   This is necessary for proper behavior of the Stone Web viewer on very small series.
 * Fix issue #190 (STOW-RS fails is multipart boundary is surrounded by quotes in headers)