comparison NEWS @ 3140:977158ab0623

making db-changes the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:32:42 +0100
parents af4fab776ff2
children 169e09206340
comparison
equal deleted inserted replaced
3138:ab46e537f92e 3140:977158ab0623
2 =============================== 2 ===============================
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
7 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server 8 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server
8 9
9 Maintenance 10 REST API
10 ----------- 11 --------
11 12
12 * CivetWeb is now the default embedded HTTP server (instead of Mongoose) 13 * More consistent handling of the "Last" field returned by the "/changes" URI
14
15 Plugins
16 -------
17
18 * New primitives to speed up databases (custom index plugins)
19
20 Maintenance
21 -----------
22
13 * Don't consider tags whose group is below 0x0008 in C-FIND SCP 23 * Don't consider tags whose group is below 0x0008 in C-FIND SCP
14 * Compatibility with DCMTK 3.6.4 24 * Compatibility with DCMTK 3.6.4
15 * Fix issue #21 (DICOM files missing after uploading with Firefox) 25 * Fix issue #21 (DICOM files missing after uploading with Firefox)
16 * Fix issue #32 (HTTP keep-alive is now enabled by default) 26 * Fix issue #32 (HTTP keep-alive is now enabled by default)
27 * Fix issue #58 (Patient recycling order should be defined by their received last instance)
17 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) 28 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)
18 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file) 29 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
19 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method) 30 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)
20 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results" 31 * Fixed Orthanc Explorer on IE and Firefox: Explorer always show "too many results"
21 and it's therefore impossible to browse the content 32 and it's therefore impossible to browse the content