comparison NEWS @ 3162:94a4f75cc746

Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jan 2019 16:47:05 +0100
parents b6e7714c3fe6
children cf91b6f22278
comparison
equal deleted inserted replaced
3161:5cf29046c159 3162:94a4f75cc746
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Don't return tags whose group is below 0x0008 in C-FIND SCP answers
4 * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) 5 * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
6 * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
5 * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations) 7 * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)
6 * Don't return tags whose group is below 0x0008 in C-FIND SCP
7 8
8 9
9 Version 1.5.2 (2019-01-18) 10 Version 1.5.2 (2019-01-18)
10 ========================== 11 ==========================
11 12
27 * New primitives to speed up databases (custom index plugins) 28 * New primitives to speed up databases (custom index plugins)
28 29
29 Maintenance 30 Maintenance
30 ----------- 31 -----------
31 32
32 * Don't consider tags whose group is below 0x0008 in C-FIND SCP 33 * Ignore tags whose group is below 0x0008 in C-FIND SCP requests
33 * Compatibility with DCMTK 3.6.4 34 * Compatibility with DCMTK 3.6.4
34 * Fix issue #21 (DICOM files missing after uploading with Firefox) 35 * Fix issue #21 (DICOM files missing after uploading with Firefox)
35 * Fix issue #32 (HTTP keep-alive is now enabled by default) 36 * Fix issue #32 (HTTP keep-alive is now enabled by default)
36 * Fix issue #58 (Patient recycling order should be defined by their received last instance) 37 * Fix issue #58 (Patient recycling order should be defined by their received last instance)
37 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) 38 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)