diff NEWS @ 2202:9b373b7d6713

Fix handling of encodings in C-FIND requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 12:45:06 +0100
parents af60b784d2b8
children 0158f2de8cad
line wrap: on
line diff
--- a/NEWS	Tue Dec 06 14:40:46 2016 +0100
+++ b/NEWS	Thu Dec 08 12:45:06 2016 +0100
@@ -18,6 +18,7 @@
   to avoid waiting for the completion of image transfers
 * Possibility to DELETE "dicom-as-json" attachments to reconstruct the JSON summaries
 * "Keep" option for modifications to keep original DICOM identifiers (advanced feature)
+* "/tools/default-encoding" to get or temporarily change the default encoding
 
 Plugins
 -------
@@ -29,6 +30,7 @@
 Maintenance
 -----------
 
+* Fix handling of encodings in C-FIND requests
 * Use of DCMTK 3.6.1 dictionary of private tags in standalone builds
 * Avoid hard crash if not enough memory (handling of std::bad_alloc)
 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24)