Mercurial > hg > orthanc
comparison NEWS @ 5056:191e86305f19
DelayedDeletion plugin: Fix leaking of symbols
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 Jul 2022 18:53:24 +0200 |
parents | 255b02c68908 |
children | e6f26be401fa |
comparison
equal
deleted
inserted
replaced
5055:942eb3849d8d | 5056:191e86305f19 |
---|---|
3 | 3 |
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * Added support for RGBA64 images in tools/create-dicom and /preview | 7 * Added support for RGBA64 images in tools/create-dicom and /preview |
8 | |
9 Maintenance | |
10 ----------- | |
11 | |
12 * DelayedDeletion plugin: Fix leaking of symbols | |
8 | 13 |
9 | 14 |
10 Version 1.11.1 (2022-06-30) | 15 Version 1.11.1 (2022-06-30) |
11 =========================== | 16 =========================== |
12 | 17 |
28 --------- | 33 --------- |
29 | 34 |
30 * Fix the storage cache that was not used by the Plugin SDK. This fixes the | 35 * Fix the storage cache that was not used by the Plugin SDK. This fixes the |
31 DicomWeb plugin "/rendered" route performance issues. | 36 DicomWeb plugin "/rendered" route performance issues. |
32 | 37 |
33 | |
34 Maintenance | 38 Maintenance |
35 ----------- | 39 ----------- |
36 | 40 |
37 * Housekeeper plugin: Fix resume of previous processing | 41 * Housekeeper plugin: Fix resume of previous processing |
38 * Added missing MOVEPatientRootQueryRetrieveInformationModel in | 42 * Added missing MOVEPatientRootQueryRetrieveInformationModel in |
39 DicomControlUserConnection::SetupPresentationContexts() | 43 DicomControlUserConnection::SetupPresentationContexts() |
40 * Improved HttpClient error logging (add method + url) | 44 * Improved HttpClient error logging (add method + url) |
41 | 45 |
42 | |
43 REST API | 46 REST API |
44 -------- | 47 -------- |
45 | 48 |
46 * API version upgraded to 18 | 49 * API version upgraded to 18 |
47 * /system is now reporting "DatabaseServerIdentifier" | 50 * /system is now reporting "DatabaseServerIdentifier" |
50 | 53 |
51 Plugins | 54 Plugins |
52 ------- | 55 ------- |
53 | 56 |
54 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" | 57 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" |
55 | |
56 | 58 |
57 OrthancFramework (C++) | 59 OrthancFramework (C++) |
58 ---------------------- | 60 ---------------------- |
59 | 61 |
60 * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags | 62 * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags |