Mercurial > hg > orthanc-object-storage
changeset 55:9d03e24dafc1
fix extension of DCM header files
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 21 May 2021 11:36:58 +0200 |
parents | f1688e875d3e |
children | b922ae86bbe1 |
files | Common/BaseStoragePlugin.cpp NEWS |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {
--- 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