# HG changeset patch # User Sebastien Jodogne # Date 1561539504 -7200 # Node ID 1e052095bb1d3e3ac5d0c3a5253699867d784579 # Parent 00a09c69238c21cb310d61cf393580a56e13b434 OrthancDicomWeb-1.0 diff -r 00a09c69238c -r 1e052095bb1d CMakeLists.txt --- 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") diff -r 00a09c69238c -r 1e052095bb1d NEWS --- 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)