Mercurial > hg > orthanc-gdcm
changeset 44:ad9c32ea9eac OrthancGdcm-1.2
OrthancGdcm-1.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Dec 2020 17:22:34 +0100 |
parents | ff44174ede8a |
children | d16068d62a3b |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Dec 17 16:48:55 2020 +0100 +++ b/CMakeLists.txt Thu Dec 17 17:22:34 2020 +0100 @@ -21,13 +21,13 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin") +SET(PLUGIN_VERSION "1.2" 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.7.2") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Thu Dec 17 16:48:55 2020 +0100 +++ b/NEWS Thu Dec 17 17:22:34 2020 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.2 (2020-12-17) +======================== + * Temporarily prevent transcoding of 16bpp images to JPEG, as this might crash GDCM * Upgrade to GDCM 3.0.8 for static builds