diff NEWS @ 3432:297ad330900c

merge
author Alain Mazy <alain@mazy.be>
date Mon, 17 Jun 2019 23:37:07 +0200
parents 954d15f24366
children 64eafed9418a
line wrap: on
line diff
--- a/NEWS	Mon Jun 17 23:36:37 2019 +0200
+++ b/NEWS	Mon Jun 17 23:37:07 2019 +0200
@@ -15,6 +15,7 @@
 * New functions in the SDK:
   - OrthancPluginHttpClientChunkedBody(): HTTP client for POST/PUT with a chunked body
   - OrthancPluginRegisterMultipartRestCallback(): HTTP server for POST/PUT with multipart body
+  - OrthancPluginGetTagName(): Retrieve the name of a DICOM tag from its group and element
 
 Maintenance
 -----------
@@ -24,6 +25,7 @@
 * Anonymization: Preserve hierarchical relationships in (0008,1115) [] (0020,000e)
 * Allow the serialization of signed 16bpp images in PAM format
 * HTTP header "Accept-Encoding" is honored for streams without built-in support for compression
+* The default HTTP timeout is now 60 seconds (instead of 10 seconds in previous versions)
 * Fix issue #136 (C-FIND request fails when found DICOM file does not have certain tags)
 * Fix issue #137 (C-STORE fails for unknown SOP Class although server is configured to accept any)
 * Fix issue #138 (POST to modalities/{name} accepts invalid characters)