comparison NEWS @ 4898:181e67f9d129

fix NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Feb 2022 12:00:14 +0100
parents 6a501ad6545e
children b5b693465295
comparison
equal deleted inserted replaced
4896:022425de8477 4898:181e67f9d129
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 OpenSSL 3.x branch 4 General
5 ------------------ 5 -------
6 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 7 * 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 8 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: 9 it compatible with the GPL/AGPL licenses used by the Orthanc project:
13 https://en.wikipedia.org/wiki/OpenSSL#Licensing 10 https://en.wikipedia.org/wiki/OpenSSL#Licensing
14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html 11 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.1
17
18 General
19 -------
20
21 * New configuration "DicomAlwaysAllowFindWorklist" to complement the existing 12 * New configuration "DicomAlwaysAllowFindWorklist" to complement the existing
22 "DicomAlwaysAllowFind" configuration. "DicomAlwaysAllowFind" applies now 13 "DicomAlwaysAllowFind" configuration. "DicomAlwaysAllowFind" applies now
23 only to C-Find for Patients/Studies/Series/Instances while C-Find for worklists are 14 only to C-Find for Patients/Studies/Series/Instances while C-Find for worklists are
24 covered by "DicomAlwaysAllowFindWorklist". The same changes applies to new 15 covered by "DicomAlwaysAllowFindWorklist". The same changes applies to new
25 configurations in "DicomModalities": "AllowFind" is now complemented by 16 configurations in "DicomModalities": "AllowFind" is now complemented by
38 * New configuration option "ZipLoaderThreads" to configure the number of threads used 29 * New configuration option "ZipLoaderThreads" to configure the number of threads used
39 to read instances from storage when creating a Zip archive/media. 30 to read instances from storage when creating a Zip archive/media.
40 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG 31 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
41 * Added links to download attachments from the Orthanc Explorer 32 * Added links to download attachments from the Orthanc Explorer
42 33
43 Maintenance
44 -----------
45
46 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
47 * New configuration options:
48 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
49 * Fix instances accumulating in DB while their attachments were not stored because of
50 MaximumStorageSize limit reached with a single patient in DB.
51
52 REST API 34 REST API
53 -------- 35 --------
54 36
55 * API version upgraded to 16 37 * API version upgraded to 16
56 * If an image can not be decoded, ../preview and ../rendered routes are now returning 38 * If an image can not be decoded, ../preview and ../rendered routes are now returning
73 55
74 Plugins 56 Plugins
75 ------- 57 -------
76 58
77 * New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter() 59 * New function in the SDK: OrthancPluginRegisterIncomingCStoreInstanceFilter()
60
61 Maintenance
62 -----------
63
64 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020)
65 * New configuration options:
66 - "DicomThreadsCount" to set the number of threads in the embedded DICOM server
67 * Fix instances accumulating in DB while their attachments were not stored because of
68 MaximumStorageSize limit reached with a single patient in DB.
69 * Dropped support for static compilation of OpenSSL 1.0.2 and 1.1.1
70 * Upgraded dependencies for static builds (notably on Windows and LSB):
71 - openssl 3.0.1
78 72
79 73
80 Version 1.9.7 (2021-08-31) 74 Version 1.9.7 (2021-08-31)
81 ========================== 75 ==========================
82 76