comparison NEWS @ 5353:e2746201996a Orthanc-1.12.1

Orthanc-1.12.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Jul 2023 16:39:31 +0200
parents 303e930fff0f
children fddb5d8d0021
comparison
equal deleted inserted replaced
5350:17165a5540f6 5353:e2746201996a
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4
5 Version 1.12.1 (2023-07-04)
6 ===========================
3 7
4 General 8 General
5 ------- 9 -------
6 10
7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1 11 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1
35 * Fix orphan files remaining in storage when working with MaximumStorageSize 39 * Fix orphan files remaining in storage when working with MaximumStorageSize
36 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 40 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
37 * When deleting a resource, the "LastUpdate" metadata of its parents are now updated 41 * When deleting a resource, the "LastUpdate" metadata of its parents are now updated
38 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 42 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
39 * Metrics can be stored either as floating-point numbers, or as integers 43 * Metrics can be stored either as floating-point numbers, or as integers
44 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
45 CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
40 * Upgraded dependencies for static builds: 46 * Upgraded dependencies for static builds:
41 - boost 1.82.0 47 - boost 1.82.0
42 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
43 CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
44 48
45 49
46 Version 1.12.0 (2023-04-14) 50 Version 1.12.0 (2023-04-14)
47 =========================== 51 ===========================
48 52