# HG changeset patch # User Sebastien Jodogne # Date 1500469682 -7200 # Node ID f58f8d749b95d85a792e786a0256d0cc2278cc4d # Parent f654a554bfc7593d6afd3fda1c2015c0da7a42e6 set version diff -r f654a554bfc7 -r f58f8d749b95 CMakeLists.txt --- a/CMakeLists.txt Wed Jul 19 15:05:58 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 15:08:02 2017 +0200 @@ -21,7 +21,7 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "0.4") # Parameters of the build diff -r f654a554bfc7 -r f58f8d749b95 NEWS --- a/NEWS Wed Jul 19 15:05:58 2017 +0200 +++ b/NEWS Wed Jul 19 15:08:02 2017 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 0.4 (2017-07-19) +======================== + * Improved robustness in the STOW-RS server (occurrences of "\r\n\r\n" in DICOM are supported) * Performance warning if runtime debug assertions are turned on * WADO-RS client supports quoted Content-Type header in HTTP answers @@ -10,7 +14,7 @@ * Fix issue #28 (Non-compliant enumerations for "accept" header for WADO RetrieveFrames) -Version 0.3 (2016/06/28) +Version 0.3 (2016-06-28) ======================== => Minimum SDK version: 1.1.0 <= @@ -23,7 +27,7 @@ * Fix issue #14 (Aggregate fields empty for QIDO-RS study/series-level queries) -Version 0.2 (2015/12/10) +Version 0.2 (2015-12-10) ======================== => Minimum SDK version: 0.9.5 <= @@ -33,7 +37,7 @@ * Upgrade to GDCM 2.6.0 for static and Windows builds -Version 0.1 (2015/08/03) +Version 0.1 (2015-08-03) ======================== => Minimum SDK version: 0.9.1 <= @@ -53,7 +57,7 @@ * Upgrade to Boost 1.58.0 for static and Windows builds -2015/03/13 +2015-03-13 ========== * Initial commit