# HG changeset patch # User Sebastien Jodogne # Date 1598183193 -7200 # Node ID 06baa6bf187a2323711b7568daa4c0aa0d1f3f81 # Parent 6e7c842679ecfbf969fc7ad5c2c97dc78de30e6b typo diff -r 6e7c842679ec -r 06baa6bf187a NEWS --- a/NEWS Sun Aug 23 12:40:04 2020 +0200 +++ b/NEWS Sun Aug 23 13:46:33 2020 +0200 @@ -16,10 +16,10 @@ ----------- * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses -* Fix DICOM SCP filters if some query tag has more than 256 characters +* Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching) * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS) -* Support of multipart messages larger than 2GB in the embedded HTTP server +* Support receiving multipart messages larger than 2GB in the embedded HTTP server Version 1.7.2 (2020-07-08)