diff 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
line wrap: on
line diff
--- a/NEWS	Tue Jul 04 12:20:41 2023 +0200
+++ b/NEWS	Tue Jul 04 16:39:31 2023 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.12.1 (2023-07-04)
+===========================
+
 General
 -------
 
@@ -37,10 +41,10 @@
 * When deleting a resource, the "LastUpdate" metadata of its parents are now updated
 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
 * Metrics can be stored either as floating-point numbers, or as integers
+* Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
+  CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
 * Upgraded dependencies for static builds:
   - boost 1.82.0
-* Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
-  CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
 
 
 Version 1.12.0 (2023-04-14)