comparison NEWS @ 3526:f07352e0375c

new configuration option ExecuteLuaEnabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2019 10:03:35 +0200
parents 7db879b014ff
children 40c80049fac7
comparison
equal deleted inserted replaced
3525:8c66c9c2257b 3526:f07352e0375c
3 3
4 Maintenance 4 Maintenance
5 ----------- 5 -----------
6 6
7 * Security: If remote access is enabled, HTTP authentication is also enabled by default 7 * Security: If remote access is enabled, HTTP authentication is also enabled by default
8 * Security: New configuration option "ExecuteLuaEnabled" to allow "/tools/execute-script"
8 * Log an explicit error if uploading an empty DICOM file using REST API 9 * Log an explicit error if uploading an empty DICOM file using REST API
9 * Name of temporary files now include the process ID to ease design of scripts cleaning /tmp 10 * Name of temporary files now include the process ID to ease design of scripts cleaning /tmp
10 * Fix compatibility of LSB binaries with Ubuntu >= 18.04 11 * Fix compatibility of LSB binaries with Ubuntu >= 18.04
11 * Fix generation of "SOP Instance UID" on split and merge 12 * Fix generation of "SOP Instance UID" on split and merge
12 * Orthanc Explorer: include the url search params into HTTP headers to the Rest API to ease usage of the Authorization plugin 13 * Orthanc Explorer: include the URL search params into HTTP headers to the REST API to ease usage of the Authorization plugin
13 Note that only the 'token', 'auth-token' & 'authorization' search params are transmitted into HTTP headers. 14 Note that only the 'token', 'auth-token' & 'authorization' search params are transmitted into HTTP headers.
14 * in /ordered-slices route, ignore instances without position/normal/seriesIndex 15 * in /ordered-slices route, ignore instances without position/normal/seriesIndex
15 * Fix lost relationships between CT and RT-STRUCT during anonymization 16 * Fix lost relationships between CT and RT-STRUCT during anonymization
16 17
17 Version 1.5.7 (2019-06-25) 18 Version 1.5.7 (2019-06-25)