Mercurial > hg > orthanc-gdcm
changeset 55:ef39b0c16e12 OrthancGdcm-1.4
OrthancGdcm-1.4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 Jul 2021 12:03:21 +0200 |
parents | eefc72357d79 |
children | 56f3fa1b474b |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jul 06 11:12:01 2021 +0200 +++ b/CMakeLists.txt Tue Jul 06 12:03:21 2021 +0200 @@ -21,13 +21,13 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin") +SET(PLUGIN_VERSION "1.4" CACHE STRING "Version of the plugin") if (PLUGIN_VERSION STREQUAL "mainline") 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:03:21 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)