# HG changeset patch # User Sebastien Jodogne # Date 1645352137 -3600 # Node ID 85900e1516c684084e8c286c351688b3734082a4 # Parent c5305d310496914a7dba9de7033a84f79fbb3daa typos diff -r c5305d310496 -r 85900e1516c6 NEWS --- a/NEWS Sun Feb 20 11:07:05 2022 +0100 +++ b/NEWS Sun Feb 20 11:15:37 2022 +0100 @@ -14,7 +14,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 @@ -22,7 +22,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