# HG changeset patch # User Sebastien Jodogne # Date 1645352165 -3600 # Node ID 6a501ad6545e954f53287588f3e1d7e8bb07eaff # Parent 6eff25f70121a7eef7ec67deecdd9aeda5682356# Parent 85900e1516c684084e8c286c351688b3734082a4 integration mainline->openssl-3.x diff -r 6eff25f70121 -r 6a501ad6545e NEWS --- a/NEWS Sun Feb 20 11:14:34 2022 +0100 +++ b/NEWS Sun Feb 20 11:16:05 2022 +0100 @@ -28,7 +28,7 @@ only "AllowStore" and "AllowFindWorklist" enabled but might have "AllowFind" disabled to prevent listing past patient studies. Possible BREAKING-CHANGE: if you relied on "DicomAlwaysAllowFind" or "AllowFind" - to specifically authorize C-Find for worklist, you now need to explicitely enable + to specifically authorize C-Find for worklist, you now need to explicitly enable "DicomAlwaysAllowFindWorklist" and/or "AllowFindWorklist" * Added a storage cache in RAM to avoid reading the same files multiple times from the storage. This greatly improves, among other things, the performance of WADO-RS @@ -36,7 +36,7 @@ * New configuration option "MaximumStorageCacheSize" to configure the size of the new storage cache. * New configuration option "ZipLoaderThreads" to configure the number of threads used - to read instances from storage when createing a Zip archive/media. + to read instances from storage when creating a Zip archive/media. * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG * Added links to download attachments from the Orthanc Explorer