comparison NEWS @ 5633:5db4ed395d81

merge
author Alain Mazy <am@orthanc.team>
date Tue, 21 May 2024 12:28:21 +0200
parents cfb67c7ccb4d 6045c696e86b
children 0e16e677fe64
comparison
equal deleted inserted replaced
5632:cfb67c7ccb4d 5633:5db4ed395d81
37 when the query originates from some GE devices (AWS). 37 when the query originates from some GE devices (AWS).
38 * The 0x0111 DIMSE Status is now considered as a warning instead of an error 38 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
39 when received as a response to a C-Store. 39 when received as a response to a C-Store.
40 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 40 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
41 * Removed potential PHI from the logs when Orthanc encounters an error while 41 * Removed potential PHI from the logs when Orthanc encounters an error while
42 creating a zip file. 42 creating a ZIP archive.
43 * Monitoring of stable resources now also takes into consideration the 43 * Monitoring of stable resources now also takes into consideration the
44 resource type, not only the resource identifier identifier. 44 resource type, not only the resource identifier identifier.
45 * DICOM TLS: 45 * DICOM TLS:
46 * In prior versions, when "DicomTlsRemoteCertificateRequired" was set to false, Orthanc 46 * In prior versions, when "DicomTlsRemoteCertificateRequired" was set to false, Orthanc
47 was still sending a client certificate request during the TLS handshake but was not triggering 47 was still sending a client certificate request during the TLS handshake but was not triggering
49 From this version, if this option is set to false, Orthanc will not send a 49 From this version, if this option is set to false, Orthanc will not send a
50 client certificate request during the TLS handshake anymore (equivalent to the --ignore-peer-cert 50 client certificate request during the TLS handshake anymore (equivalent to the --ignore-peer-cert
51 DCMTK option). 51 DCMTK option).
52 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false, 52 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
53 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided. 53 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
54 * Upgraded dependencies for static builds:
55 - boost 1.85.0
54 56
55 57
56 Version 1.12.3 (2024-01-31) 58 Version 1.12.3 (2024-01-31)
57 =========================== 59 ===========================
58 60