changeset 341:1e052095bb1d OrthancDicomWeb-1.0

OrthancDicomWeb-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jun 2019 10:58:24 +0200
parents 00a09c69238c
children ed1ce40e12d9 ad46c8e771ac
files CMakeLists.txt NEWS
diffstat 2 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jun 26 08:43:06 2019 +0200
+++ b/CMakeLists.txt	Wed Jun 26 10:58:24 2019 +0200
@@ -21,7 +21,7 @@
 
 project(OrthancDicomWeb)
 
-set(ORTHANC_DICOM_WEB_VERSION "mainline")
+set(ORTHANC_DICOM_WEB_VERSION "1.0")
 
 if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS	Wed Jun 26 08:43:06 2019 +0200
+++ b/NEWS	Wed Jun 26 10:58:24 2019 +0200
@@ -1,18 +1,22 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.0 (2019-06-26)
+========================
+
 => Recommended SDK version: 1.5.7 <=
 => Minimum SDK version: 1.5.4 <=
 
-* Web user interface for QIDO-RS, WADO-RS and STOW-RS clients
-* Full refactoring of multipart parsing
-* Jobs are available in WADO-RS client and STOW-RS client
+* Web user interface to QIDO-RS, WADO-RS and STOW-RS client
+* First implementation of WADO-RS "Retrieve Rendered Transaction"
+* WADO-RS and STOW-RS client now create Orthanc jobs
 * Support "Transfer-Encoding: chunked" to reduce memory consumption in STOW-RS
   (provided the SDK version is above 1.5.7)
-* Handling of the HTTP header "Forwarded" for WADO-RS
 * New URI: /dicom-web/servers/.../qido
 * New URI: /dicom-web/servers/.../delete
-* First implementation of WADO-RS "Retrieve Rendered Transaction"
+* Handling of the HTTP header "Forwarded" for WADO-RS
+* Full refactoring of multipart parsing
 
 
 Version 0.6 (2019-02-27)