Mercurial > hg > orthanc
comparison NEWS @ 3442:dd1e68f2d0c0
Fix issue #106 (Unable to export preview as jpeg from Lua script)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Jun 2019 16:06:47 +0200 |
parents | 6cc72ebfd6ef |
children | 52da6e9335dd |
comparison
equal
deleted
inserted
replaced
3441:6cc72ebfd6ef | 3442:dd1e68f2d0c0 |
---|---|
25 * Size of the Orthanc static binaries are reduced by compressing ICU data | 25 * Size of the Orthanc static binaries are reduced by compressing ICU data |
26 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e) | 26 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e) |
27 * Allow the serialization of signed 16bpp images in PAM format | 27 * Allow the serialization of signed 16bpp images in PAM format |
28 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression | 28 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression |
29 * The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions) | 29 * The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions) |
30 * Fix issue #106 (Unable to export preview as jpeg from Lua script) | |
30 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags) | 31 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags) |
31 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any) | 32 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any) |
32 * Fix issue #138 (POST to modalities/{name} accepts invalid characters) | 33 * Fix issue #138 (POST to modalities/{name} accepts invalid characters) |
33 * Fix issue #141 (/tools/create-dicom removes non-ASCII characters from study description) | 34 * Fix issue #141 (/tools/create-dicom removes non-ASCII characters from study description) |
34 | 35 |