Mercurial > hg > orthanc-dicomweb
changeset 663:599ef9f8918a OrthancDicomWeb-1.17
OrthancDicomWeb-1.17
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Jun 2024 21:49:53 +0200 (11 months ago) |
parents | 36c5df6fc69f |
children | 49ea5bdbe4a6 18e33869cce0 |
files | CITATION.cff CMakeLists.txt NEWS |
diffstat | 3 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Wed Jun 05 21:27:36 2024 +0200 +++ b/CITATION.cff Wed Jun 05 21:49:53 2024 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.4 +date-released: 2024-06-05
--- a/CMakeLists.txt Wed Jun 05 21:27:36 2024 +0200 +++ b/CMakeLists.txt Wed Jun 05 21:49:53 2024 +0200 @@ -23,7 +23,7 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "1.17") if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Wed Jun 05 21:27:36 2024 +0200 +++ b/NEWS Wed Jun 05 21:49:53 2024 +0200 @@ -1,8 +1,9 @@ Pending changes in the mainline =============================== -Maintenance ------------ + +Version 1.17 (2024-06-05) +========================= * WADO-RS retrieve frame: fix issue 219 (https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=219) by converting BigEndianExplicitVR to LittleEndianExplicitVR.