# HG changeset patch # User Sebastien Jodogne # Date 1438522949 -7200 # Node ID 82b15e31895f66d0f7ecb77eca86c01430991ab0 # Parent 8b9c3e00504151032bda1059e1c382fc19b9274a# Parent c4e6beda74ddbfb68fc230559b125a851dcef020 back to mainline diff -r 8b9c3e005041 -r 82b15e31895f CMakeLists.txt --- 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 diff -r 8b9c3e005041 -r 82b15e31895f NEWS --- 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