# HG changeset patch # User Sebastien Jodogne # Date 1608222154 -3600 # Node ID ad9c32ea9eac377df68f81c8a7b670ec7ff2b6b4 # Parent ff44174ede8abcd69f1af05002ad695f67b1d220 OrthancGdcm-1.2 diff -r ff44174ede8a -r ad9c32ea9eac CMakeLists.txt --- 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() diff -r ff44174ede8a -r ad9c32ea9eac NEWS --- 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