Mercurial > hg > orthanc
comparison NEWS @ 4894:6a501ad6545e openssl-3.x
integration mainline->openssl-3.x
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 11:16:05 +0100 |
parents | 6eff25f70121 85900e1516c6 |
children | 181e67f9d129 |
comparison
equal
deleted
inserted
replaced
4892:6eff25f70121 | 4894:6a501ad6545e |
---|---|
26 "AllowFindWorklist". | 26 "AllowFindWorklist". |
27 This new option allows improved security management. E.g: a modality might have | 27 This new option allows improved security management. E.g: a modality might have |
28 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind" | 28 only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind" |
29 disabled to prevent listing past patient studies. | 29 disabled to prevent listing past patient studies. |
30 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind" | 30 Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind" |
31 to specifically authorize C-Find for worklist, you now need to explicitely enable | 31 to specifically authorize C-Find for worklist, you now need to explicitly enable |
32 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist" | 32 "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist" |
33 * Added a storage cache in RAM to avoid reading the same files multiple times from | 33 * Added a storage cache in RAM to avoid reading the same files multiple times from |
34 the storage. This greatly improves, among other things, the performance of WADO-RS | 34 the storage. This greatly improves, among other things, the performance of WADO-RS |
35 retrieval of individual frames of multiframe instances. | 35 retrieval of individual frames of multiframe instances. |
36 * New configuration option "MaximumStorageCacheSize" to configure the size of | 36 * New configuration option "MaximumStorageCacheSize" to configure the size of |
37 the new storage cache. | 37 the new storage cache. |
38 * New configuration option "ZipLoaderThreads" to configure the number of threads used | 38 * New configuration option "ZipLoaderThreads" to configure the number of threads used |
39 to read instances from storage when createing a Zip archive/media. | 39 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 | 40 * 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 | 41 * Added links to download attachments from the Orthanc Explorer |
42 | 42 |
43 Maintenance | 43 Maintenance |
44 ----------- | 44 ----------- |