Mercurial > hg > orthanc-dicomweb
changeset 55:82b15e31895f
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 02 Aug 2015 15:42:29 +0200 |
parents | 8b9c3e005041 (current diff) c4e6beda74dd (diff) |
children | 7f7235e781d9 |
files | |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Sun Aug 02 12:34:33 2015 +0200 +++ b/CMakeLists.txt Sun Aug 02 15:42:29 2015 +0200 @@ -20,7 +20,7 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "0.1") # Parameters of the build
--- a/NEWS Sun Aug 02 12:34:33 2015 +0200 +++ b/NEWS Sun Aug 02 15:42:29 2015 +0200 @@ -1,13 +1,19 @@ Pending changes in the mainline =============================== -No official release yet. Still work in progress. +Version 0.1 (2015/08/03) +======================== + +* Support of WADO-RS - RetrieveMetadata * Support of WADO, in addition to DICOMweb * All the APIs are now under the same root + +Production +---------- + * Inject version information into Windows binaries * Use of Orthanc built-in API for multipart answers (requires Orthanc >= 0.9.1) -* Support of WADO-RS - RetrieveMetadata * Support of Visual Studio 2008 * Support of FreeBSD * Support of OS X