comparison NEWS @ 3428:6add197274b1

default value of HttpTimeout is now 60 seconds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jun 2019 09:44:45 +0200
parents 4981405e6c5c
children 954d15f24366
comparison
equal deleted inserted replaced
3427:3ff4f07806eb 3428:6add197274b1
22 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl 22 * Orthanc now accepts "-H 'Transfer-Encoding: chunked'" option from curl
23 * Size of the Orthanc static binaries are reduced by compressing ICU data 23 * Size of the Orthanc static binaries are reduced by compressing ICU data
24 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e) 24 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
25 * Allow the serialization of signed 16bpp images in PAM format 25 * Allow the serialization of signed 16bpp images in PAM format
26 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression 26 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
27 * The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions)
27 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags) 28 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags)
28 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any) 29 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
29 * Fix issue #138 (POST to modalities/{name} accepts invalid characters) 30 * Fix issue #138 (POST to modalities/{name} accepts invalid characters)
30 31
31 32