Mercurial > hg > orthanc
comparison NEWS @ 4740:c1d6ce00be3f openssl-3.x
integration mainline->openssl-3.x
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 Jul 2021 08:40:43 +0200 |
parents | 4b721432fa67 9ce946d28e41 |
children | 56ed4c11fc2a |
comparison
equal
deleted
inserted
replaced
4739:8cc9137b5c2e | 4740:c1d6ce00be3f |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | |
4 OpenSSL 3.x branch | |
5 ------------------ | |
6 | |
7 * General information: | |
8 https://www.openssl.org/blog/blog/2021/06/17/OpenSSL3.0ReleaseCandidate/ | |
9 * Dropped support for static compilation of OpenSSL 1.0.2 and 1.1.1 | |
10 * Removed the OpenSSL license exception, as binary versions of Orthanc are now | |
11 designed to use OpenSSL 3.x, that was re-licensed under Apache 2.0, making | |
12 it compatible with the GPL/AGPL licenses used by the Orthanc project: | |
13 https://en.wikipedia.org/wiki/OpenSSL#Licensing | |
14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html | |
15 * Upgraded dependencies for static builds (notably on Windows and LSB): | |
16 - openssl 3.0.0-beta1 | |
17 | |
18 General | |
19 ------- | |
20 | |
21 * Anonymization is now also applied recursively to nested tags | |
22 | |
23 REST API | |
24 -------- | |
25 | |
26 * API version upgraded to 14 | |
27 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in: | |
28 - POST /modalities/{id}/find-worklist | |
29 - POST /queries/{id}/answers/{index}/retrieve | |
30 - POST /queries/{id}/retrieve | |
31 | |
32 Maintenance | |
33 ----------- | |
34 | |
35 * Fix broken "Do lookup" button in Orthanc Explorer | |
36 * Error code and description of jobs are now saved into the Orthanc database | |
3 | 37 |
4 | 38 |
5 Version 1.9.4 (2021-06-24) | 39 Version 1.9.4 (2021-06-24) |
6 ========================== | 40 ========================== |
7 | 41 |
42 - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags | 76 - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags |
43 - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags | 77 - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags |
44 - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags | 78 - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags |
45 - GET /patients/{id}/module, GET /patients/{id}/patient-module | 79 - GET /patients/{id}/module, GET /patients/{id}/patient-module |
46 - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module | 80 - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module |
81 - GET /queries/{id}/answers&expand, GET /queries/{id}/answers/{index}/content | |
47 - POST /tools/find | 82 - POST /tools/find |
48 * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series | 83 * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series |
49 * "/studies/{id}/merge" accepts instances inside its "Resources" parameter | 84 * "/studies/{id}/merge" accepts instances inside its "Resources" parameter |
50 | 85 |
51 Maintenance | 86 Maintenance |
54 * Full support of hierarchical relationships in tags whose VR is UI during anonymization | 89 * Full support of hierarchical relationships in tags whose VR is UI during anonymization |
55 * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" | 90 * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" |
56 * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b | 91 * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b |
57 * Upgraded dependencies for static builds (notably on Windows): | 92 * Upgraded dependencies for static builds (notably on Windows): |
58 - curl 7.77.0 | 93 - curl 7.77.0 |
59 | |
60 OpenSSL 3.x branch | |
61 ------------------ | |
62 | |
63 * General information: | |
64 https://www.openssl.org/blog/blog/2021/06/17/OpenSSL3.0ReleaseCandidate/ | |
65 * Dropped support for static compilation of OpenSSL 1.0.2 and 1.1.1 | |
66 * Removed the OpenSSL license exception, as binary versions of Orthanc are now | |
67 designed to use OpenSSL 3.x, that was re-licensed under Apache 2.0, making | |
68 it compatible with the GPL/AGPL licenses used by the Orthanc project: | |
69 https://en.wikipedia.org/wiki/OpenSSL#Licensing | |
70 https://people.gnome.org/~markmc/openssl-and-the-gpl.html | |
71 * Upgraded dependencies for static builds (notably on Windows and LSB): | |
72 - openssl 3.0.0-beta1 | |
73 | 94 |
74 | 95 |
75 Version 1.9.3 (2021-05-07) | 96 Version 1.9.3 (2021-05-07) |
76 ========================== | 97 ========================== |
77 | 98 |