comparison NEWS @ 3301:6ce10c3b1eb7

Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 24 Feb 2019 08:51:15 +0100
parents 508fa367c493
children 8ed445e94486
comparison
equal deleted inserted replaced
3300:5b7f56cf4a38 3301:6ce10c3b1eb7
16 * Separation of ideographic and phonetic characters in DICOMweb JSON and XML 16 * Separation of ideographic and phonetic characters in DICOMweb JSON and XML
17 17
18 Maintenance 18 Maintenance
19 ----------- 19 -----------
20 20
21 * Fix issue #134 (/patient/modify gives 500, should really be 400)
22 * Accept SOP classes: BreastProjectionXRayImageStorageForProcessing/Presentation 21 * Accept SOP classes: BreastProjectionXRayImageStorageForProcessing/Presentation
23 * More tolerance wrt. missing DICOM tags that must be returned by Orthanc C-FIND SCP 22 * More tolerance wrt. missing DICOM tags that must be returned by Orthanc C-FIND SCP
24 * New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio 23 * New CMake option: "-DMSVC_MULTIPLE_PROCESSES=ON" for parallel build with Visual Studio
24 * Fix issue #131 (C-MOVE failure due to duplicate StudyInstanceUID in the database)
25 * Fix issue #134 (/patient/modify gives 500, should really be 400)
25 * Upgraded dependencies for static builds (notably on Windows): 26 * Upgraded dependencies for static builds (notably on Windows):
26 - boost 1.69.0 27 - boost 1.69.0
27 - curl 1.64.0 28 - curl 1.64.0
28 - dcmtk 3.6.4 29 - dcmtk 3.6.4
29 - e2fsprogs 1.44.5 (libuuid) 30 - e2fsprogs 1.44.5 (libuuid)