diff 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
line wrap: on
line diff
--- a/NEWS	Tue Jul 18 08:41:09 2017 +0200
+++ b/NEWS	Tue Jul 18 17:33:26 2017 +0200
@@ -7,12 +7,12 @@
 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2017c Table E.1-1
 * In the "DicomModalities" configuration:
   - Manufacturer type MedInria is now obsolete
-  - Manufacturer types AgfaImpax and SyngoVia are obsolete too,
-    use GenericNoWildcardInDates instead
+  - Manufacturer types AgfaImpax and SyngoVia are obsolete too
+    (use GenericNoWildcardInDates instead)
   - Obsolete manufacturers are still accepted but might disappear in the future
-  - Added new manufacturer: GenericNoWidlcards to replace all '*' by '' in
+  - Added new manufacturer: GenericNoUniversalWildcard to replace all '*' by '' in
     outgoing C-Find requests
-* "Locale" configuration option
+* New security-related options: "DicomAlwaysAllowStore" and "DicomCheckModalityHost"
 
 REST API
 --------
@@ -46,6 +46,7 @@
 * Fix issue 45 (crash when providing a folder to "--config" command-line option)
 * Fix issue 46 (PHI remaining after anonymization)
 * Fix issue 49 (worklists: accentuated characters are removed from C-Find responses)
+* Fix issue 52 (DICOM level security association problems)
 * Fix issue 55 (modification/anonymization of tags that might break the database
   model now requires the "Force" parameter to be set to "true" in the query)
 * Fix issue 56 (case-insensitive matching over accents)
@@ -53,7 +54,8 @@
 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Victor Pasnkel, Morphus Labs)
 * Upgrade to DCMTK 3.6.2 in static builds (released on 2017-07-17)
 * Upgrade to Boost 1.64.0 in static builds
-* Removed configuration option USE_DCMTK_361_PRIVATE_DIC
+* New advanced "Locale" configuration option
+* Removed configuration option "USE_DCMTK_361_PRIVATE_DIC"
 
 
 Version 1.2.0 (2016/12/13)