diff NEWS @ 2807:6356e2ceb493

Fix issue #99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Sep 2018 15:58:26 +0200
parents 4fdb25c5df9c
children b509d9a4958b
line wrap: on
line diff
--- a/NEWS	Tue Sep 04 15:07:40 2018 +0200
+++ b/NEWS	Tue Sep 04 15:58:26 2018 +0200
@@ -5,7 +5,8 @@
 -------
 
 * "OrthancPeers" configuration option now allows to specify HTTP headers
-* Fix "/series/.../ordered-slices" in the presence of non-parallel slices
+* New main DICOM tag: "ImageOrientationPatient" at the instance level
+* New configuration option: "HttpVerbose" to debug outgoing HTTP connections
 
 REST API
 --------
@@ -22,14 +23,14 @@
 Maintenance
 -----------
 
-* New main DICOM tag: "ImageOrientationPatient" at the instance level
-* New configuration option: "HttpVerbose" to debug outgoing HTTP connections
+* Fix "/series/.../ordered-slices" in the presence of non-parallel slices
 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
 * Fix OrthancPluginHttpClient() to return the HTTP status on errors
 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA
 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000)
 * Fix issue 54 (quoting multipart answers), for OsiriX compatibility through DICOMweb
 * Fix issue 98 (DCMTK configuration fails with GCC 6.4.0 on Alpine)
+* Fix issue 99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
 
 
 Version 1.4.1 (2018-07-17)