comparison NEWS @ 4440:eddb212b2df9

New functions in the SDK: OrthancPluginCreateMemoryBuffer64() and OrthancPluginRegisterStorageArea2()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jan 2021 18:53:33 +0100
parents 4a4e33c9082d
children f4dbdb2dcba6
comparison
equal deleted inserted replaced
4439:5209a9ff6e38 4440:eddb212b2df9
10 - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP 10 - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP
11 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate 11 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate
12 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc 12 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc
13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis 13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis
14 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file 14 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
15
16 Plugins
17 -------
18
19 * New functions in the SDK:
20 - OrthancPluginCreateMemoryBuffer64()
21 - OrthancPluginRegisterStorageArea2()
15 22
16 Maintenance 23 Maintenance
17 ----------- 24 -----------
18 25
19 * Upgraded dependencies for static builds (notably on Windows): 26 * Upgraded dependencies for static builds (notably on Windows):