comparison 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
comparison
equal deleted inserted replaced
2806:4fdb25c5df9c 2807:6356e2ceb493
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * "OrthancPeers" configuration option now allows to specify HTTP headers 7 * "OrthancPeers" configuration option now allows to specify HTTP headers
8 * Fix "/series/.../ordered-slices" in the presence of non-parallel slices 8 * New main DICOM tag: "ImageOrientationPatient" at the instance level
9 * New configuration option: "HttpVerbose" to debug outgoing HTTP connections
9 10
10 REST API 11 REST API
11 -------- 12 --------
12 13
13 * "/tools/reconstruct" to reconstruct the main DICOM tags, the JSON summary and 14 * "/tools/reconstruct" to reconstruct the main DICOM tags, the JSON summary and
20 * New events in change callbacks: "UpdatedPeers" and "UpdatedModalities" 21 * New events in change callbacks: "UpdatedPeers" and "UpdatedModalities"
21 22
22 Maintenance 23 Maintenance
23 ----------- 24 -----------
24 25
25 * New main DICOM tag: "ImageOrientationPatient" at the instance level 26 * Fix "/series/.../ordered-slices" in the presence of non-parallel slices
26 * New configuration option: "HttpVerbose" to debug outgoing HTTP connections
27 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes 27 * Fix incoming DICOM C-Store filtering for JPEG-LS transfer syntaxes
28 * Fix OrthancPluginHttpClient() to return the HTTP status on errors 28 * Fix OrthancPluginHttpClient() to return the HTTP status on errors
29 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA 29 * Fix HTTPS requests to sites using a certificate encrypted with ECDSA
30 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000) 30 * Fix handling of incoming C-FIND queries containing Generic Group Length (*, 0x0000)
31 * Fix issue 54 (quoting multipart answers), for OsiriX compatibility through DICOMweb 31 * Fix issue 54 (quoting multipart answers), for OsiriX compatibility through DICOMweb
32 * Fix issue 98 (DCMTK configuration fails with GCC 6.4.0 on Alpine) 32 * Fix issue 98 (DCMTK configuration fails with GCC 6.4.0 on Alpine)
33 * Fix issue 99 (PamWriter test segfaults on alpine linux with gcc 6.4.0)
33 34
34 35
35 Version 1.4.1 (2018-07-17) 36 Version 1.4.1 (2018-07-17)
36 ========================== 37 ==========================
37 38