# HG changeset patch # User Alain Mazy # Date 1621589818 -7200 # Node ID 9d03e24dafc145f2e932829d13c092366806222e # Parent f1688e875d3ecd3d3e6f014ee89bb1fe3905358f fix extension of DCM header files diff -r f1688e875d3e -r 9d03e24dafc1 Common/BaseStoragePlugin.cpp --- a/Common/BaseStoragePlugin.cpp Fri May 21 10:11:49 2021 +0200 +++ b/Common/BaseStoragePlugin.cpp Fri May 21 11:36:58 2021 +0200 @@ -36,7 +36,7 @@ } else if (type == OrthancPluginContentType_DicomUntilPixelData) { - filename += "dcm.head"; + filename += ".dcm.head"; } else { diff -r f1688e875d3e -r 9d03e24dafc1 NEWS --- a/NEWS Fri May 21 10:11:49 2021 +0200 +++ b/NEWS Fri May 21 11:36:58 2021 +0200 @@ -1,6 +1,9 @@ Pending changes in the mainline =============================== +* BREAKING CHANGE: fix extension of DCM header files from dcm.head to .dcm.head. If you have saved compressed or + encrypted files with a previous version of the plugin and/or with a Orthanc 1.9.1 or 1.9.2, you might have to rename + all your *.unk files into *.dcm.head files or your *dcm.head files into *.dcm.head files. * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager 2021-04-26 - v 1.2.0