Mercurial > hg > orthanc-gdcm
changeset 56:56f3fa1b474b
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 Jul 2021 12:06:16 +0200 (2021-07-06) |
parents | eefc72357d79 (current diff) ef39b0c16e12 (diff) |
children | ca604fa6714a |
files | CMakeLists.txt |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jul 06 11:12:01 2021 +0200 +++ b/CMakeLists.txt Tue Jul 06 12:06:16 2021 +0200 @@ -27,7 +27,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.4") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Tue Jul 06 11:12:01 2021 +0200 +++ b/NEWS Tue Jul 06 12:06:16 2021 +0200 @@ -1,7 +1,11 @@ Pending changes in the mainline =============================== -* Prevent transcoding of 1-bit images + +Version 1.4 (2021-07-06) +======================== + +* Prevent transcoding of 1bpp DICOM images, as this might crash GDCM Version 1.3 (2021-06-14)