comparison NEWS @ 2324:53df86a17e99

fix issue #55 (prevent anonymization/modification to unexpectingly break the database model)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 11:17:56 +0200
parents 09cce85735b9
children 8198a9fa2553
comparison
equal deleted inserted replaced
2323:f5fc61337bdf 2324:53df86a17e99
32 Maintenance 32 Maintenance
33 ----------- 33 -----------
34 34
35 * Ability to retrieve raw frames encoded as unsigned 32-bits integers 35 * Ability to retrieve raw frames encoded as unsigned 32-bits integers
36 * Fix issue 29 (more consistent handling of the "--upgrade" argument) 36 * Fix issue 29 (more consistent handling of the "--upgrade" argument)
37 * Fix issue 31 (Create new modality types for Philips ADW, GE Xeleris, GE AWServer) 37 * Fix issue 31 (create new modality types for Philips ADW, GE Xeleris, GE AWServer)
38 * Fix issue 35 (AET name is not transferred to Orthanc using DCMTK 3.6.0) 38 * Fix issue 35 (AET name is not transferred to Orthanc using DCMTK 3.6.0)
39 * Fix issue 44 (Bad interpretation of photometric interpretation MONOCHROME1) 39 * Fix issue 44 (bad interpretation of photometric interpretation MONOCHROME1)
40 * Fix issue 45 (crash when providing a folder to "--config" command-line option) 40 * Fix issue 45 (crash when providing a folder to "--config" command-line option)
41 * Fix issue 46 (PHI remaining after anonymization) 41 * Fix issue 46 (PHI remaining after anonymization)
42 * Fix issue 49 (Worklists: accentuated characters are removed from C-Find responses) 42 * Fix issue 49 (worklists: accentuated characters are removed from C-Find responses)
43 * Fix issue 55 (modification/anonymization of tags that might break the database
44 model now require the "Force" parameter to be set to "true" in the query)
43 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2) 45 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2)
44 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs) 46 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs)
45 * Upgrade forthcoming DCMTK 3.6.1 to snapshot 20170228 47 * Upgrade forthcoming DCMTK 3.6.1 to snapshot 20170228
46 48
47 49