comparison NEWS @ 4301:6919242d2265

Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 09:58:48 +0100
parents d2f79a475b51
children b2366bc023f8
comparison
equal deleted inserted replaced
4300:b30a8de92ad9 4301:6919242d2265
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") 7 * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=")
8 * Command-line option "--trace-dicom" can be used to access debug information from DCMTK 8 * New command-line option "--trace-dicom" to access full debug information from DCMTK
9 9
10 REST API 10 REST API
11 -------- 11 --------
12 12
13 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories 13 * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories
15 Maintenance 15 Maintenance
16 ----------- 16 -----------
17 17
18 * C-GET SCP: Fix responses and handling of cancel 18 * C-GET SCP: Fix responses and handling of cancel
19 * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" 19 * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
20 * REST API returns 404 error if deleting an inexistent peer or modality 20 * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header
21 * REST API now returns 404 error if deleting an inexistent peer or modality
21 * Upgraded dependencies for static builds (notably on Windows and LSB): 22 * Upgraded dependencies for static builds (notably on Windows and LSB):
22 - civetweb 1.13 23 - civetweb 1.13
23 24
24 25
25 Version 1.8.0 (2020-10-16) 26 Version 1.8.0 (2020-10-16)