Mercurial > hg > orthanc
comparison NEWS @ 4658:66f6fd77deaf Orthanc-1.9.3
Orthanc-1.9.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 May 2021 09:22:38 +0200 |
parents | 82a314325351 |
children | 72af097bb92b |
comparison
equal
deleted
inserted
replaced
4657:e8967149d87a | 4658:66f6fd77deaf |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 | |
5 Version 1.9.3 (2021-05-07) | |
6 ========================== | |
7 | |
8 General | |
9 ------- | |
10 | |
4 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS | 11 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS |
5 connections without certificate | 12 connections without certificate |
13 | |
14 REST API | |
15 -------- | |
16 | |
6 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) | 17 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) |
7 * Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media: | 18 |
19 Maintenance | |
20 ----------- | |
21 | |
22 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua | |
23 * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media: | |
8 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 | 24 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 |
9 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled | 25 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled |
10 * Fix regression in the handling of "DicomCheckModalityHost" configuration option | 26 * Fix regression in the handling of "DicomCheckModalityHost" configuration option |
11 introduced by changeset 4182 in Orthanc 1.7.4 | 27 introduced by changeset 4182 in Orthanc 1.7.4 |
12 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua | |
13 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and | 28 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and |
14 "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled | 29 "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled |
15 * Fix issue #195 (No need for BulkDataURI when Data Element is empty) | 30 * Fix issue #195 (No need for BulkDataURI when Data Element is empty) |
16 | 31 |
17 | 32 |
18 Version 1.9.2 (2021-04-22) | 33 Version 1.9.2 (2021-04-22) |
19 ========================== | 34 ========================== |
20 | 35 |
21 General | 36 General |