Mercurial > hg > orthanc
comparison NEWS @ 1212:79f868a7f972
NEWS
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Nov 2014 13:58:26 +0100 |
parents | 25260fe03dd6 |
children | c416fe3e8022 |
comparison
equal
deleted
inserted
replaced
1211:88511c737760 | 1212:79f868a7f972 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 General | |
5 ------- | |
6 | |
4 * Major speed-up thanks to a new database schema | 7 * Major speed-up thanks to a new database schema |
8 * Plugins can monitor changes through callbacks | |
5 * Download ZIP + DICOMDIR from Orthanc Explorer | 9 * Download ZIP + DICOMDIR from Orthanc Explorer |
6 * Plugins can monitor changes through callbacks | 10 * Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/) |
7 * Sample plugin framework to serve static resources | 11 |
12 Fixes | |
13 ----- | |
14 | |
8 * Fix issue 19 (YBR_FULL are decoded incorrectly) | 15 * Fix issue 19 (YBR_FULL are decoded incorrectly) |
9 * Fix issue 21 (Microsoft Visual Studio precompiled headers) | 16 * Fix issue 21 (Microsoft Visual Studio precompiled headers) |
10 * Fix issue 22 (Error decoding multi-frame instances) | 17 * Fix issue 22 (Error decoding multi-frame instances) |
11 * Fix issue 24 (Build fails on OSX when directory has .DS_Store files) | 18 * Fix issue 24 (Build fails on OSX when directory has .DS_Store files) |
12 * Fix crash when bad HTTP credentials are provided | 19 * Fix crash when bad HTTP credentials are provided |