# HG changeset patch # User Alain Mazy <am@orthanc.team> # Date 1722607488 -7200 # Node ID e16068b079abdf56ada20292f0d6cc09a75b5984 # Parent a06bfd17987ee13f219d9b93f25d1661d5e29748 1.8 diff -r a06bfd17987e -r e16068b079ab CMakeLists.txt --- a/CMakeLists.txt Tue Jul 23 12:01:55 2024 +0200 +++ b/CMakeLists.txt Fri Aug 02 16:04:48 2024 +0200 @@ -23,7 +23,7 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline") +SET(PLUGIN_VERSION "1.8") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r a06bfd17987e -r e16068b079ab NEWS --- a/NEWS Tue Jul 23 12:01:55 2024 +0200 +++ b/NEWS Fri Aug 02 16:04:48 2024 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Version 1.8 (2024-08-02) +======================== * Prevent transcoding of DICOM images with empty SharedFunctionalGroupsSequence (5200,9229), as this might crash GDCM.