comparison NEWS @ 3181:6fd38327e777

Fix issue #130 (Orthanc failed to start when /tmp partition was full)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Jan 2019 15:33:27 +0100
parents 07a2f637b76d
children 5d51f87d8326
comparison
equal deleted inserted replaced
3180:07a2f637b76d 3181:6fd38327e777
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * New configuration options: 7 * New configuration options:
8 - "MetricsEnabled" to track the metrics of Orthanc 8 - "MetricsEnabled" to enable the tracking of the metrics of Orthanc
9 - "HttpThreadsCount" to set the number of threads in the embedded HTTP server 9 - "HttpThreadsCount" to set the number of threads in the embedded HTTP server
10 - "TemporaryDirectory" to set the folder containing the temporary files
10 11
11 REST API 12 REST API
12 -------- 13 --------
13 14
14 * API version has been upgraded to 1.4 15 * API version has been upgraded to 1.4
22 23
23 Maintenance 24 Maintenance
24 ----------- 25 -----------
25 26
26 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()") 27 * Fix build with unpatched versions of Civetweb (missing "mg_disable_keep_alive()")
28 * Fix issue #130 (Orthanc failed to start when /tmp partition was full)
27 29
28 30
29 Version 1.5.3 (2019-01-25) 31 Version 1.5.3 (2019-01-25)
30 ========================== 32 ==========================
31 33