comparison NEWS @ 4920:ce64d8995a41

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 09:30:53 +0100
parents eb23e13f8b0e
children 4dae452af79f
comparison
equal deleted inserted replaced
4919:676e03e69703 4920:ce64d8995a41
24 * Added a storage cache in RAM to avoid reading the same files multiple times from 24 * Added a storage cache in RAM to avoid reading the same files multiple times from
25 the storage. This greatly improves, among other things, the performance of WADO-RS 25 the storage. This greatly improves, among other things, the performance of WADO-RS
26 retrieval of individual frames of multiframe instances. 26 retrieval of individual frames of multiframe instances.
27 * New configuration option "MaximumStorageCacheSize" to configure the size of 27 * New configuration option "MaximumStorageCacheSize" to configure the size of
28 the new storage cache. 28 the new storage cache.
29 * New configuration option "ZipLoaderThreads" to configure the number of threads used 29 * New experimental configuration option "ZipLoaderThreads" to configure the number of
30 to read instances from storage when creating a Zip archive/media. 30 threads used to read instances from storage when creating a Zip archive/media.
31 * 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
32 * Added links to download attachments from the Orthanc Explorer 32 * Added links to download attachments from the Orthanc Explorer
33 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group). 33 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group).
34 XSS Issues were re-introduced in Orthanc 1.9.5. 34 XSS Issues were re-introduced in Orthanc 1.9.5.
35 35