Mercurial > hg > orthanc-dicomweb
changeset 192:64d02f89030d
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Jul 2017 15:09:12 +0200 |
parents | ca917a89efa4 (current diff) f58f8d749b95 (diff) |
children | 43d8cc27c5ad |
files | |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jul 14 17:50:40 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 15:09:12 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
--- a/NEWS Fri Jul 14 17:50:40 2017 +0200 +++ b/NEWS Wed Jul 19 15:09:12 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