comparison NEWS @ 3127:e678a2b1a25b db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 09:53:45 +0100
parents c0d7aee8c3f8 b1787ba94eef
children 5c0d3df52b05
comparison
equal deleted inserted replaced
3125:8296f0f75716 3127:e678a2b1a25b
12 * New primitives to speed up databases (custom index plugins) 12 * New primitives to speed up databases (custom index plugins)
13 13
14 Maintenance 14 Maintenance
15 ----------- 15 -----------
16 16
17 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
17 * Don't consider tags whose group is below 0x0008 in C-FIND SCP 18 * Don't consider tags whose group is below 0x0008 in C-FIND SCP
18 * Compatibility with DCMTK 3.6.4 19 * Compatibility with DCMTK 3.6.4
19 * Fix issue #21 (DICOM files missing after uploading with Firefox) 20 * Fix issue #21 (DICOM files missing after uploading with Firefox)
21 * Fix issue #32 (HTTP keep-alive is now enabled by default)
20 * Fix issue #58 (Patient recycling order should be defined by their received last instance) 22 * Fix issue #58 (Patient recycling order should be defined by their received last instance)
21 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) 23 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)
22 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file) 24 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
23 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method) 25 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)
24 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results" 26 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results"
25 and it's therefore impossible to browse the content. 27 and it's therefore impossible to browse the content
26 * Upgraded dependencies for static and Windows builds: 28 * Upgraded dependencies for static and Windows builds:
27 - civetweb 1.11 29 - civetweb 1.11
28 30
29 31
30 Version 1.5.1 (2018-12-20) 32 Version 1.5.1 (2018-12-20)