# HG changeset patch # User Sebastien Jodogne # Date 1415105906 -3600 # Node ID 79f868a7f972d6cdf22c3d13b294418fafb02cea # Parent 88511c73776094af4a6a3c2e37b511970669c856 NEWS diff -r 88511c737760 -r 79f868a7f972 NEWS --- a/NEWS Tue Nov 04 13:57:11 2014 +0100 +++ b/NEWS Tue Nov 04 13:58:26 2014 +0100 @@ -1,10 +1,17 @@ Pending changes in the mainline =============================== +General +------- + * Major speed-up thanks to a new database schema +* Plugins can monitor changes through callbacks * Download ZIP + DICOMDIR from Orthanc Explorer -* Plugins can monitor changes through callbacks -* Sample plugin framework to serve static resources +* Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/) + +Fixes +----- + * Fix issue 19 (YBR_FULL are decoded incorrectly) * Fix issue 21 (Microsoft Visual Studio precompiled headers) * Fix issue 22 (Error decoding multi-frame instances)