comparison NEWS @ 2326:423d3b692bb9

Upgrade to Boost 1.64.0, and Toolbox::ToUpperCaseWithAccents
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 15:53:04 +0200
parents 8198a9fa2553
children 9c7a80c87ae9
comparison
equal deleted inserted replaced
2325:8198a9fa2553 2326:423d3b692bb9
3 3
4 General 4 General
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 8 * In the "DicomModalities" configuration:
9 - Manufacturer type MedInria is now obsolete
10 - Manufacturer types AgfaImpax and SyngoVia are obsolete too,
11 use GenericNoWildcardInDates instead
12 - Obsolete manufacturers are still accepted but might disappear in the future
13 - Added new manufacturer: GenericNoWidlcards to replace all '*' by '' in
14 outgoing C-Find requests
9 15
10 REST API 16 REST API
11 -------- 17 --------
12 18
13 * Argument "Since" in URI "/tools/find" (related to issue 53) 19 * Argument "Since" in URI "/tools/find" (related to issue 53)
25 31
26 Orthanc Explorer 32 Orthanc Explorer
27 ---------------- 33 ----------------
28 34
29 * Query/retrieve: Added button for "DR" modality 35 * Query/retrieve: Added button for "DR" modality
30
31 Configuration file
32 ------------------
33 * Manufacturer type MedInria is now obsolete
34 Manufacturer type AgfaImpax & SyngoVia are obsolete too, use GenericNoWildcardInDates instead
35 obsolete manufacturers are still accepted but might disappear in the future
36 added new manufacturer: GenericNoWidlcards to replace all '*' by '' in outgoing C-Find requests
37 36
38 Maintenance 37 Maintenance
39 ----------- 38 -----------
40 39
41 * Ability to retrieve raw frames encoded as unsigned 32-bits integers 40 * Ability to retrieve raw frames encoded as unsigned 32-bits integers
49 * Fix issue 55 (modification/anonymization of tags that might break the database 48 * 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) 49 model now requires the "Force" parameter to be set to "true" in the query)
51 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2) 50 * Fix Debian #865606 (orthanc FTBFS with libdcmtk-dev 3.6.1~20170228-2)
52 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs) 51 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs)
53 * Upgrade forthcoming DCMTK 3.6.1 to snapshot 20170228 52 * Upgrade forthcoming DCMTK 3.6.1 to snapshot 20170228
53 * Upgrade to Boost 1.64.0 for static builds
54 54
55 55
56 Version 1.2.0 (2016/12/13) 56 Version 1.2.0 (2016/12/13)
57 ========================== 57 ==========================
58 58