changeset 501:01bae1ba951d OrthancDicomWeb-1.6

OrthancDicomWeb-1.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 May 2021 13:31:18 +0200
parents c03fb4c6e00a
children edcfed569c16 eb9a6d213322
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri May 07 13:28:22 2021 +0200
+++ b/CMakeLists.txt	Fri May 07 13:31:18 2021 +0200
@@ -21,7 +21,7 @@
 
 project(OrthancDicomWeb)
 
-set(ORTHANC_DICOM_WEB_VERSION "mainline")
+set(ORTHANC_DICOM_WEB_VERSION "1.6")
 
 if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Fri May 07 13:28:22 2021 +0200
+++ b/NEWS	Fri May 07 13:31:18 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.6 (2021-05-07)
+========================
+
 * New field "Timeout" in "DicomWeb.Servers" to specify HTTP timeout on a per-server basis
 * Reduced memory consumption in STOW-RS server thanks to an optimization of
   Orthanc::MultipartStreamReader in Orthanc framework 1.9.3