comparison NEWS @ 5112:b89833d7ce22

Fix support for image/jpg mime type in /tools/create-dicom
author Alain Mazy <am@osimis.io>
date Wed, 23 Nov 2022 11:47:44 +0100
parents 7547c7dfd017
children a3c3f13368ea
comparison
equal deleted inserted replaced
5111:7547c7dfd017 5112:b89833d7ce22
23 tags (PatientName, PatientBirthDate, ...) 23 tags (PatientName, PatientBirthDate, ...)
24 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB) 24 * Allow the HTTP server to return responses > 2GB (fixes asynchronous download of zip studies > 2GB)
25 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration 25 * /modalities/.../store now accepts "CalledAet", "Host", "Port" to override the modality configuration
26 from the configuration file for a specific operation. 26 from the configuration file for a specific operation.
27 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s 27 * /tools/metrics-prometheus: added orthanc_last_change and orthanc_up_time_s
28 * Fix support for image/jpg mime type in /tools/create-dicom
28 29
29 30
30 OrthancFramework (C++) 31 OrthancFramework (C++)
31 ---------------------- 32 ----------------------
32 33