comparison NEWS @ 3126:b1787ba94eef

fix issue #32 (HTTP keep-alive), make CivetWeb the default HTTP server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 09:52:05 +0100
parents 8f2bda0719f4
children e678a2b1a25b 50044323a721
comparison
equal deleted inserted replaced
3123:58ea4ef84c92 3126:b1787ba94eef
2 =============================== 2 ===============================
3 3
4 Maintenance 4 Maintenance
5 ----------- 5 -----------
6 6
7 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
7 * Don't consider tags whose group is below 0x0008 in C-FIND SCP 8 * Don't consider tags whose group is below 0x0008 in C-FIND SCP
8 * Compatibility with DCMTK 3.6.4 9 * Compatibility with DCMTK 3.6.4
9 * Fix issue #21 (DICOM files missing after uploading with Firefox) 10 * Fix issue #21 (DICOM files missing after uploading with Firefox)
11 * Fix issue #32 (HTTP keep-alive is now enabled by default)
10 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) 12 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)
11 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file) 13 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
12 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method) 14 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)
13 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results" 15 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results"
14 and it's therefore impossible to browse the content. 16 and it's therefore impossible to browse the content
15 * Upgraded dependencies for static and Windows builds: 17 * Upgraded dependencies for static and Windows builds:
16 - civetweb 1.11 18 - civetweb 1.11
17 19
18 20
19 Version 1.5.1 (2018-12-20) 21 Version 1.5.1 (2018-12-20)