Mercurial > hg > orthanc
comparison NEWS @ 2409:e4045b3c9772
ignore-length argument if retrieving DICOM tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 27 Sep 2017 17:36:13 +0200 |
parents | 26a0cc24d48d |
children | b340f0a9022c |
comparison
equal
deleted
inserted
replaced
2408:26a0cc24d48d | 2409:e4045b3c9772 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 REST API | |
5 -------- | |
6 | |
7 * New URI: "/instances/.../frames/.../raw.gz" to compress raw frames using gzip | |
8 * New argument "ignore-length" to force the inclusion of too long tags in JSON | |
9 | |
10 Maintenance | |
11 ----------- | |
12 | |
4 * New security-related options: "DicomAlwaysAllowEcho" | 13 * New security-related options: "DicomAlwaysAllowEcho" |
5 * New URI: "/instances/.../frames/.../raw.gz" to compress raw frames using gzip | |
6 * Use "GBK" (frequently used in China) as an alias for "GB18030" | 14 * Use "GBK" (frequently used in China) as an alias for "GB18030" |
7 * Experimental support of actively maintained Civetweb to replace Mongoose 3.8 | 15 * Experimental support of actively maintained Civetweb to replace Mongoose 3.8 |
8 * Fix issue 64 (OpenBSD support) | 16 * Fix issue 64 (OpenBSD support) |
9 * Fix static compilation of DCMTK 3.6.2 on Fedora | 17 * Fix static compilation of DCMTK 3.6.2 on Fedora |
10 | 18 |