comparison NEWS @ 3527:40c80049fac7

thanks to Amitay Dan
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2019 10:50:58 +0200
parents f07352e0375c
children 9cc09f4c0fa9
comparison
equal deleted inserted replaced
3526:f07352e0375c 3527:40c80049fac7
2 =============================== 2 ===============================
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
8 enabled by default. This modification was done to mitigate security
9 risks reported by independant security researcher Amitay Dan.
8 * Security: New configuration option "ExecuteLuaEnabled" to allow "/tools/execute-script" 10 * Security: New configuration option "ExecuteLuaEnabled" to allow "/tools/execute-script"
9 * Log an explicit error if uploading an empty DICOM file using REST API 11 * Log an explicit error if uploading an empty DICOM file using REST API
10 * Name of temporary files now include the process ID to ease design of scripts cleaning /tmp 12 * Name of temporary files now include the process ID to ease design of scripts cleaning /tmp
11 * Fix compatibility of LSB binaries with Ubuntu >= 18.04 13 * Fix compatibility of LSB binaries with Ubuntu >= 18.04
12 * Fix generation of "SOP Instance UID" on split and merge 14 * Fix generation of "SOP Instance UID" on split and merge
13 * Orthanc Explorer: include the URL search params into HTTP headers to the REST API to ease usage of the Authorization plugin 15 * Orthanc Explorer: include the URL search params into HTTP headers to
14 Note that only the 'token', 'auth-token' & 'authorization' search params are transmitted into HTTP headers. 16 the REST API to ease usage of the Authorization plugin. Note that
17 only the 'token', 'auth-token' & 'authorization' search params are
18 transmitted into HTTP headers.
15 * in /ordered-slices route, ignore instances without position/normal/seriesIndex 19 * in /ordered-slices route, ignore instances without position/normal/seriesIndex
16 * Fix lost relationships between CT and RT-STRUCT during anonymization 20 * Fix lost relationships between CT and RT-STRUCT during anonymization
17 21
18 Version 1.5.7 (2019-06-25) 22 Version 1.5.7 (2019-06-25)
19 ========================== 23 ==========================