comparison NEWS @ 5113:a3c3f13368ea

clarification that "image/jpg" is not a correct MIME type
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2022 14:28:50 +0100
parents b89833d7ce22
children bdec57f3cbf2
comparison
equal deleted inserted replaced
5112:b89833d7ce22 5113:a3c3f13368ea
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 * Tolerance for "image/jpg" MIME type instead of "image/jpeg" in /tools/create-dicom
29 29
30 30
31 OrthancFramework (C++) 31 OrthancFramework (C++)
32 ---------------------- 32 ----------------------
33 33