Mercurial > hg > orthanc-dicomweb
changeset 476:4bfe89488bc1 OrthancDicomWeb-1.3
OrthancDicomWeb-1.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 19 Oct 2020 19:18:23 +0200 |
parents | b7a495d2b39e |
children | 8229c283eefb f7996c21fa8f |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon Oct 19 18:44:18 2020 +0200 +++ b/CMakeLists.txt Mon Oct 19 19:18:23 2020 +0200 @@ -21,13 +21,13 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "1.3") if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.0") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Mon Oct 19 18:44:18 2020 +0200 +++ b/NEWS Mon Oct 19 19:18:23 2020 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.3 (2020-10-19) +======================== + * Support transcoding in WADO-RS RetrieveStudy, RetrieveSeries and RetrieveInstance * Support of dynamic linking against the system-wide Orthanc framework library * Support rendering of images whose pixel format is uint8_t