# HG changeset patch # User Sebastien Jodogne # Date 1596632470 -7200 # Node ID 11be33e4cc4676c551d8e1f11ca0ad869dda7fac # Parent 01c404b1450786684acdc0999f776818361ac5c2 OrthancGdcm-1.1 diff -r 01c404b14507 -r 11be33e4cc46 CMakeLists.txt --- a/CMakeLists.txt Tue Aug 04 13:47:06 2020 +0200 +++ b/CMakeLists.txt Wed Aug 05 15:01:10 2020 +0200 @@ -21,13 +21,13 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin") +SET(PLUGIN_VERSION "1.1" 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.0") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r 01c404b14507 -r 11be33e4cc46 NEWS --- a/NEWS Tue Aug 04 13:47:06 2020 +0200 +++ b/NEWS Wed Aug 05 15:01:10 2020 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.0 (2020-08-05) +======================== + * Fix transcoding of DICOM files encoded using an implicit transfer syntax * Support of dynamic linking against the system-wide Orthanc framework library * Upgrade to GDCM 3.0.7 for static builds