diff NEWS @ 3186:92bbc5274220

merge
author Alain Mazy <alain@mazy.be>
date Fri, 01 Feb 2019 17:54:06 +0100
parents 98187ab5a4c9
children 6f89d22a6ec0
line wrap: on
line diff
--- a/NEWS	Fri Feb 01 17:53:40 2019 +0100
+++ b/NEWS	Fri Feb 01 17:54:06 2019 +0100
@@ -5,8 +5,9 @@
 -------
 
 * New configuration options:
-  - "MetricsEnabled" to track the metrics of Orthanc
+  - "MetricsEnabled" to enable the tracking of the metrics of Orthanc
   - "HttpThreadsCount" to set the number of threads in the embedded HTTP server
+  - "TemporaryDirectory" to set the folder containing the temporary files
 
 REST API
 --------
@@ -18,12 +19,14 @@
 Plugins
 -------
 
-* New primitives to set and refresh metrics
+* New primitives in the plugin SDK to set and refresh metrics
 
 Maintenance
 -----------
 
+* Fix regression if calling "/tools/find" with the tag "ModalitiesInStudy"
 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
+* Fix issue #130 (Orthanc failed to start when /tmp partition was full)
 
 
 Version 1.5.3 (2019-01-25)