diff 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
line wrap: on
line diff
--- a/NEWS	Thu Jan 17 18:29:16 2019 +0100
+++ b/NEWS	Thu Jan 17 18:32:42 2019 +0100
@@ -4,16 +4,27 @@
 General
 -------
 
+* CivetWeb is now the default embedded HTTP server (instead of Mongoose)
 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server
 
+REST API
+--------
+
+* More consistent handling of the "Last" field returned by the "/changes" URI
+
+Plugins
+-------
+
+* New primitives to speed up databases (custom index plugins)
+
 Maintenance
 -----------
 
-* CivetWeb is now the default embedded HTTP server (instead of Mongoose)
 * Don't consider tags whose group is below 0x0008 in C-FIND SCP
 * Compatibility with DCMTK 3.6.4
 * Fix issue #21 (DICOM files missing after uploading with Firefox)
 * Fix issue #32 (HTTP keep-alive is now enabled by default)
+* Fix issue #58 (Patient recycling order should be defined by their received last instance)
 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)
 * Fix issue #124 (GET /studies/ID/media fails for certain dicom file)
 * Fix issue #125 (Mongoose: /instances/{id} returns 500 on invalid HTTP Method)