comparison NEWS @ 2352:3ab96768d144

Fix issue #52 (DICOM level security association problems)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jul 2017 17:33:26 +0200
parents 86a99fd1bbfb
children ed050cfd5898
comparison
equal deleted inserted replaced
2351:56504f89d4ac 2352:3ab96768d144
5 ------- 5 -------
6 6
7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2017c Table E.1-1 7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2017c Table E.1-1
8 * In the "DicomModalities" configuration: 8 * In the "DicomModalities" configuration:
9 - Manufacturer type MedInria is now obsolete 9 - Manufacturer type MedInria is now obsolete
10 - Manufacturer types AgfaImpax and SyngoVia are obsolete too, 10 - Manufacturer types AgfaImpax and SyngoVia are obsolete too
11 use GenericNoWildcardInDates instead 11 (use GenericNoWildcardInDates instead)
12 - Obsolete manufacturers are still accepted but might disappear in the future 12 - Obsolete manufacturers are still accepted but might disappear in the future
13 - Added new manufacturer: GenericNoWidlcards to replace all '*' by '' in 13 - Added new manufacturer: GenericNoUniversalWildcard to replace all '*' by '' in
14 outgoing C-Find requests 14 outgoing C-Find requests
15 * "Locale" configuration option 15 * New security-related options: "DicomAlwaysAllowStore" and "DicomCheckModalityHost"
16 16
17 REST API 17 REST API
18 -------- 18 --------
19 19
20 * Argument "Since" in URI "/tools/find" (related to issue 53) 20 * Argument "Since" in URI "/tools/find" (related to issue 53)
44 * Fix issue 35 (AET name is not transferred to Orthanc using DCMTK 3.6.0) 44 * Fix issue 35 (AET name is not transferred to Orthanc using DCMTK 3.6.0)
45 * Fix issue 44 (bad interpretation of photometric interpretation MONOCHROME1) 45 * Fix issue 44 (bad interpretation of photometric interpretation MONOCHROME1)
46 * Fix issue 45 (crash when providing a folder to "--config" command-line option) 46 * Fix issue 45 (crash when providing a folder to "--config" command-line option)
47 * Fix issue 46 (PHI remaining after anonymization) 47 * Fix issue 46 (PHI remaining after anonymization)
48 * Fix issue 49 (worklists: accentuated characters are removed from C-Find responses) 48 * Fix issue 49 (worklists: accentuated characters are removed from C-Find responses)
49 * Fix issue 52 (DICOM level security association problems)
49 * Fix issue 55 (modification/anonymization of tags that might break the database 50 * Fix issue 55 (modification/anonymization of tags that might break the database
50 model now requires the "Force" parameter to be set to "true" in the query) 51 model now requires the "Force" parameter to be set to "true" in the query)
51 * Fix issue 56 (case-insensitive matching over accents) 52 * Fix issue 56 (case-insensitive matching over accents)
52 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2) 53 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2)
53 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs) 54 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs)
54 * Upgrade to DCMTK 3.6.2 in static builds (released on 2017-07-17) 55 * Upgrade to DCMTK 3.6.2 in static builds (released on 2017-07-17)
55 * Upgrade to Boost 1.64.0 in static builds 56 * Upgrade to Boost 1.64.0 in static builds
56 * Removed configuration option USE_DCMTK_361_PRIVATE_DIC 57 * New advanced "Locale" configuration option
58 * Removed configuration option "USE_DCMTK_361_PRIVATE_DIC"
57 59
58 60
59 Version 1.2.0 (2016/12/13) 61 Version 1.2.0 (2016/12/13)
60 ========================== 62 ==========================
61 63