# HG changeset patch # User Sebastien Jodogne # Date 1438522916 -7200 # Node ID c4e6beda74ddbfb68fc230559b125a851dcef020 # Parent 94e84d43d143665184962009ee477d021fe93f36 set version diff -r 94e84d43d143 -r c4e6beda74dd CMakeLists.txt --- a/CMakeLists.txt Sun Aug 02 15:37:30 2015 +0200 +++ b/CMakeLists.txt Sun Aug 02 15:41:56 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 94e84d43d143 -r c4e6beda74dd NEWS --- a/NEWS Sun Aug 02 15:37:30 2015 +0200 +++ b/NEWS Sun Aug 02 15:41:56 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