comparison NEWS @ 1430:ad94a3583b07

Plugins can send answers as multipart messages
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2015 17:47:34 +0200
parents d710ea64f0fd
children 5ba7471780ae
comparison
equal deleted inserted replaced
1429:7366a0bdda6a 1430:ad94a3583b07
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
4 * The configuration can be splitted into several files stored inside the same folder 5 * The configuration can be splitted into several files stored inside the same folder
5 * Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API) 6 * Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API)
7
8 Plugins
9 -------
10
6 * Plugins can retrieve the configuration file directly as a JSON string 11 * Plugins can retrieve the configuration file directly as a JSON string
12 * Plugins can send answers as multipart messages
13
14 Fixes
15 -----
16
17 * Fix compatibility issues for C-Find SCU to Siemens Syngo.Via modalities SCP
7 * Fix issue 35 (Characters in PatientID string are not protected for C-Find) 18 * Fix issue 35 (Characters in PatientID string are not protected for C-Find)
8 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges) 19 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges)
9 20
10 21
11 Version 0.9.0 (2015/06/03) 22 Version 0.9.0 (2015/06/03)