comparison NEWS @ 3173:096f4a29f223

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jan 2019 10:34:00 +0100
parents 6f5e38ec1f12
children 8ea7c4546c3a
comparison
equal deleted inserted replaced
3172:b626fefdb507 3173:096f4a29f223
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4
5 Version 1.5.3 (2019-01-25)
6 ==========================
7
4 General 8 General
5 ------- 9 -------
6 10
7 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database 11 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database
8 12
9 Maintenance 13 Maintenance
10 ----------- 14 -----------
11 15
12 * Don't return tags whose group is below 0x0008 in C-FIND SCP answers 16 * Don't return tags whose group is below 0x0008 in C-FIND SCP answers
13 * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) 17 * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
18 * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404)
14 * Fix issue #90 (C-Find shall match missing tags to null/empty string) 19 * Fix issue #90 (C-Find shall match missing tags to null/empty string)
15 * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) 20 * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
16 * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations) 21 * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)
17 22
18 23