comparison NEWS @ 4656:82a314325351

New configuration option: "DicomTlsRemoteCertificateRequired"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 May 2021 18:39:19 +0200
parents 9f7eef20bc7d
children 66f6fd77deaf
comparison
equal deleted inserted replaced
4655:9f7eef20bc7d 4656:82a314325351
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS
5 connections without certificate
4 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) 6 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
5 * Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media: 7 * Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media:
6 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 8 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
7 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled 9 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled
8 * Fix regression in the handling of "DicomCheckModalityHost" configuration option 10 * Fix regression in the handling of "DicomCheckModalityHost" configuration option