comparison NEWS @ 3380:0528a6c36f3d

HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 May 2019 12:06:26 +0200
parents 05881bf99c83
children a48d652f1500
comparison
equal deleted inserted replaced
3379:974e12006b7d 3380:0528a6c36f3d
14 14
15 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 15 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl
16 * Size of the Orthanc static binaries are reduced by compressing ICU data 16 * Size of the Orthanc static binaries are reduced by compressing ICU data
17 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e) 17 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
18 * Allow the serialization of signed 16bpp images in PAM format 18 * Allow the serialization of signed 16bpp images in PAM format
19 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
19 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags) 20 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags)
20 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any) 21 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
21 * Fix issue #138 (POST to modalities/{name} accepts invalid characters) 22 * Fix issue #138 (POST to modalities/{name} accepts invalid characters)
22 23
23 24