Mercurial > hg > orthanc
annotate NEWS @ 1473:0631b56c35eb
Update to Boost 1.58.0 for static and Windows builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 31 Jul 2015 11:10:27 +0200 |
parents | 332af9bcabc8 |
children | 0bde293d7ba0 |
rev | line source |
---|---|
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
1 Pending changes in the mainline |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
2 =============================== |
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
3 |
1473
0631b56c35eb
Update to Boost 1.58.0 for static and Windows builds
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1468
diff
changeset
|
4 * Update to Boost 1.58.0 for static and Windows builds |
1468
332af9bcabc8
Source code repository moved from Google Code to BitBucket
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1467
diff
changeset
|
5 * Source code repository moved from Google Code to BitBucket |
1467
5068de14eef1
Inject version information into Windows binaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1466
diff
changeset
|
6 * Inject version information into Windows binaries |
1466
0cd0f2ad3599
Fix potential deadlock in the callbacks of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1461
diff
changeset
|
7 * Fix access to binary data in HTTP/REST requests by Lua scripts |
0cd0f2ad3599
Fix potential deadlock in the callbacks of plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1461
diff
changeset
|
8 * Fix potential deadlock in the callbacks of plugins |
1430
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
9 |
1461 | 10 |
11 Version 0.9.1 (2015/07/02) | |
12 ========================== | |
13 | |
1449 | 14 General |
15 ------- | |
16 | |
1423
7b7d597a190c
The configuration can be splitted into several files stored inside the same folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1417
diff
changeset
|
17 * The configuration can be splitted into several files stored inside the same folder |
1427
d710ea64f0fd
Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1424
diff
changeset
|
18 * Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API) |
1449 | 19 * Many code refactorings |
20 | |
21 Lua | |
22 --- | |
23 | |
24 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete) | |
1450 | 25 * Functions to convert between Lua values and JSON strings: "ParseJson" and "DumpJson" |
1455
a68545767975
Initialize() and Finalize() events in Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1450
diff
changeset
|
26 * New events: "OnStablePatient", "OnStableStudy", "OnStableSeries", "Initialize", "Finalize" |
1430
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
27 |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
28 Plugins |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
29 ------- |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
30 |
1424
fe384a9d3b51
OrthancPluginGetConfiguration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1423
diff
changeset
|
31 * Plugins can retrieve the configuration file directly as a JSON string |
1430
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
32 * Plugins can send answers as multipart messages |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
33 |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
34 Fixes |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
35 ----- |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
36 |
ad94a3583b07
Plugins can send answers as multipart messages
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1427
diff
changeset
|
37 * Fix compatibility issues for C-Find SCU to Siemens Syngo.Via modalities SCP |
1449 | 38 * Fix issue 15 (Lua scripts making HTTP requests) |
1417
8e23f16a198d
fix issues 35 and 37
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1409
diff
changeset
|
39 * Fix issue 35 (Characters in PatientID string are not protected for C-Find) |
8e23f16a198d
fix issues 35 and 37
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1409
diff
changeset
|
40 * Fix issue 37 (Hyphens trigger range query even if datatype does not support ranges) |
1409 | 41 |
42 | |
43 Version 0.9.0 (2015/06/03) | |
44 ========================== | |
45 | |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
46 Major |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
47 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
48 |
1371
f528849ee9f7
DICOM Query/Retrieve available from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1363
diff
changeset
|
49 * DICOM Query/Retrieve available from Orthanc Explorer |
f528849ee9f7
DICOM Query/Retrieve available from Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1363
diff
changeset
|
50 * C-Move SCU and C-Find SCU are accessible through the REST API |
1342
9ec7ac03152d
"?expand" flag for URIs "/patients", "/studies" and "/series"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1341
diff
changeset
|
51 * "?expand" flag for URIs "/patients", "/studies" and "/series" |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
52 * "/tools/find" URI to search for DICOM resources from REST |
1337 | 53 * Support of FreeBSD |
1409 | 54 * The "Orthanc Client" SDK is now a separate project |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
55 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
56 Minor |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
57 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
58 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
59 * Speed-up in Orthanc Explorer for large amount of images |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
60 * Speed-up of the C-Find SCP server of Orthanc |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
61 * Allow replacing PatientID/StudyInstanceUID/SeriesInstanceUID from Lua scripts |
1376 | 62 * Option "CaseSensitivePN" to enable case-insensitive C-Find SCP |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
63 |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
64 Fixes |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
65 ----- |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
66 |
1331
77e129ba64e4
Prevent freeze on C-FIND if no DICOM tag is to be returned
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1318
diff
changeset
|
67 * Prevent freeze on C-FIND if no DICOM tag is to be returned |
1362
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
68 * Fix slow C-Store SCP on recent versions of Linux, if |
bf6db7d2f8b1
fix slow DCMTK problem
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1347
diff
changeset
|
69 USE_SYSTEM_DCMTK is set to OFF (http://forum.dcmtk.org/viewtopic.php?f=1&t=4009) |
1332 | 70 * Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052)) |
1347 | 71 * Fix issue 32 (Cyrillic symbols): Introduction of the "Windows1251" encoding |
1363
feaf2840917c
Plugins now receive duplicated GET arguments in their REST callbacks
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1362
diff
changeset
|
72 * Plugins now receive duplicated GET arguments in their REST callbacks |
1331
77e129ba64e4
Prevent freeze on C-FIND if no DICOM tag is to be returned
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1318
diff
changeset
|
73 |
1318 | 74 |
75 Version 0.8.6 (2015/02/12) | |
76 ========================== | |
77 | |
1284
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
78 Major |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
79 ----- |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
80 |
1281
8dac11c78d71
URIs to get all the parents of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1280
diff
changeset
|
81 * URIs to get all the parents of a given resource in a single REST call |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
82 * Instances without PatientID are now allowed |
1286 | 83 * Support of HTTP proxy to access Orthanc peers |
1284
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
84 |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
85 Minor |
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
86 ----- |
1286 | 87 |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
88 * Support of Tudor DICOM in Query/Retrieve |
1284
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
89 * More flexible "/modify" and "/anonymize" for single instance |
1286 | 90 * Access to called AET and remote AET from Lua scripts ("OnStoredInstance") |
1284
21ea32170764
Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1282
diff
changeset
|
91 * Option "DicomAssociationCloseDelay" to set delay before closing DICOM association |
1315
0c735fed8953
ZIP archives now display the accession number of the studies
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1307
diff
changeset
|
92 * ZIP archives now display the accession number of the studies |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
93 |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
94 Plugins |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
95 ------- |
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
96 |
1282
7bccdd221e2b
Plugins can do REST calls to other plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1281
diff
changeset
|
97 * Introspection of plugins (cf. the "/plugins" URI) |
1280
d6a65dc6d0ac
Plugins can access the command-line arguments used to launch Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1279
diff
changeset
|
98 * Plugins can access the command-line arguments used to launch Orthanc |
1232
f1c01451a8ee
Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1231
diff
changeset
|
99 * Plugins can extend Orthanc Explorer with custom JavaScript |
1249
40725595aaf0
Plugins can get/set global properties to save their configuration
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1234
diff
changeset
|
100 * Plugins can get/set global properties to save their configuration |
1282
7bccdd221e2b
Plugins can do REST calls to other plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1281
diff
changeset
|
101 * Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()") |
1272
7442097b41c9
Scan of folders for plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1249
diff
changeset
|
102 * Scan of folders for plugins |
1215 | 103 |
1286 | 104 Fixes |
105 ----- | |
106 | |
107 * Code refactorings | |
108 * Fix issue 25 (AET with underscore not allowed) | |
1307
f796207e3df1
Fix replacement and insertion of private DICOM tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1286
diff
changeset
|
109 * Fix replacement and insertion of private DICOM tags |
1316
1c8dfedefefe
Fix anonymization generating non-portable DICOM files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1315
diff
changeset
|
110 * Fix anonymization generating non-portable DICOM files |
1286 | 111 |
1215 | 112 |
113 Version 0.8.5 (2014/11/04) | |
114 ========================== | |
115 | |
1212 | 116 General |
117 ------- | |
118 | |
1197
61b71ccac362
integration mainline->db-changes
Sebastien Jodogne <s.jodogne@gmail.com>
diff
changeset
|
119 * Major speed-up thanks to a new database schema |
1212 | 120 * Plugins can monitor changes through callbacks |
1188
2e11c3353356
download dicomdir in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1181
diff
changeset
|
121 * Download ZIP + DICOMDIR from Orthanc Explorer |
1212 | 122 * Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/) |
123 | |
124 Fixes | |
125 ----- | |
126 | |
1206
f5b0207967bc
Fix issue 19 (YBR_FULL are decoded incorrectly)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1205
diff
changeset
|
127 * Fix issue 19 (YBR_FULL are decoded incorrectly) |
1179 | 128 * Fix issue 21 (Microsoft Visual Studio precompiled headers) |
1190 | 129 * Fix issue 22 (Error decoding multi-frame instances) |
1205 | 130 * Fix issue 24 (Build fails on OSX when directory has .DS_Store files) |
1202
476a17cfdf42
Fix crash when bad HTTP credentials are provided
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1190
diff
changeset
|
131 * Fix crash when bad HTTP credentials are provided |
1179 | 132 |
1168 | 133 |
134 Version 0.8.4 (2014/09/19) | |
135 ========================== | |
136 | |
1166
a921e3b5e763
bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1165
diff
changeset
|
137 * "/instances-tags" to get the tags of all the child instances of a |
a921e3b5e763
bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1165
diff
changeset
|
138 patient/study/series with a single REST call (bulk tags retrieval) |
1164
0a55d8eb194e
Configuration/Lua to select the accepted C-Store SCP transfer syntaxes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1156
diff
changeset
|
139 * Configuration/Lua to select the accepted C-Store SCP transfer syntaxes |
1165
0561f2087cc9
Fix reporting of errors in Orthanc Explorer when sending images to peers/modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1164
diff
changeset
|
140 * Fix reporting of errors in Orthanc Explorer when sending images to peers/modalities |
1156
8c9574576f42
install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1152
diff
changeset
|
141 * Installation of plugin SDK in CMake |
8c9574576f42
install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1152
diff
changeset
|
142 |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
143 |
1152 | 144 Version 0.8.3 (2014/09/11) |
145 ========================== | |
146 | |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
147 Major |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
148 ----- |
1128 | 149 |
1121
82567bac5e25
Creation of ZIP archives for media storage, with DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1120
diff
changeset
|
150 * Creation of ZIP archives for media storage, with DICOMDIR |
1140
94c5f6623b3a
URIs to get all the children of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1139
diff
changeset
|
151 * URIs to get all the children of a given resource in a single REST call |
94c5f6623b3a
URIs to get all the children of a given resource in a single REST call
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1139
diff
changeset
|
152 * "/tools/lookup" URI to map DICOM UIDs to Orthanc identifiers |
1135
67c3c1e4a6e0
index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1131
diff
changeset
|
153 * Support of index-only mode (using the "StoreDicom" option) |
67c3c1e4a6e0
index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1131
diff
changeset
|
154 * Plugins can implement a custom storage area |
1128 | 155 |
156 Minor | |
157 ----- | |
158 | |
159 * Configuration option to enable HTTP Keep-Alive | |
1142
952cf9b6be83
Configuration option to disable the logging of exported resources
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1140
diff
changeset
|
160 * Configuration option to disable the logging of exported resources in "/exports" |
1145
0479d02c6778
Plugins can retrieve the path to Orthanc and to its configuration file
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1142
diff
changeset
|
161 * Plugins can retrieve the path to Orthanc and to its configuration file |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
162 * "/tools/create-dicom" now accepts the "PatientID" DICOM tag (+ updated sample) |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
163 * Possibility to set HTTP headers from plugins |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
164 * "LastUpdate" metadata is now always returned for patients, studies and series |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
165 |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
166 Maintenance |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
167 ----------- |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
168 |
1135
67c3c1e4a6e0
index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1131
diff
changeset
|
169 * Refactoring of HttpOutput ("Content-Length" header is now always sent) |
1128 | 170 * Upgrade to Mongoose 3.8 |
1115
da56a7916e8a
Experimental "KeepAlive" configuration option to enable HTTP Keep-Alive
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1113
diff
changeset
|
171 * Fixes for Visual Studio 2013 and Windows 64bit |
1131 | 172 * Fix issue 16: Handling of "AT" value representations in JSON |
1128 | 173 * Fix issue 17 |
1112
a119f9ae3640
upgrade to Mongoose 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1105
diff
changeset
|
174 |
1105 | 175 |
176 Version 0.8.2 (2014/08/07) | |
177 ========================== | |
178 | |
1103
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
179 * Support of the standard text encodings |
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
180 * Hot restart of Orthanc by posting to "/tools/reset" |
1099
060e8918d7a4
More fault-tolerant commands in Lua scripts
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1098
diff
changeset
|
181 * More fault-tolerant commands in Lua scripts |
1086
e56c3ed8d738
Parameter to set the default encoding for DICOM files without SpecificCharacterSet
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1080
diff
changeset
|
182 * Parameter to set the default encoding for DICOM files without SpecificCharacterSet |
1098 | 183 * Fix of issue #14 (support of XCode 5.1) |
1092
88fcf73fbe39
Upgrade to Google Test 1.7.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1086
diff
changeset
|
184 * Upgrade to Google Test 1.7.0 |
1080 | 185 |
186 | |
187 Version 0.8.1 (2014/07/29) | |
188 ========================== | |
189 | |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
190 General |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
191 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
192 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
193 * Access patient module at the study level to cope with PatientID collisions |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
194 * On-the-fly conversion of JSON to XML according to the HTTP Accept header |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
195 * C-Echo SCU in the REST API |
1073
01414536c930
complete DICOM conformance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1071
diff
changeset
|
196 * DICOM conformance statement available at URI "/tools/dicom-conformance" |
1065
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
197 |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
198 Lua scripts |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
199 ----------- |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
200 |
1055
6f923d52a46c
call Web services from Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1054
diff
changeset
|
201 * Lua scripts can do HTTP requests, and thus can call Web services |
1065
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
202 * Lua scripts can invoke system commands, with CallSystem() |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
203 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
204 Plugins |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
205 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
206 |
1038 | 207 * Lookup for DICOM UIDs in the plugin SDK |
1042
8d1845feb277
set cookies, not allowed methods, unauthorized in plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1038
diff
changeset
|
208 * Plugins have access to the HTTP headers and can answer with HTTP status codes |
1071 | 209 * Callback to react to the incoming of DICOM instances |
1038 | 210 |
1063
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
211 Fixes |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
212 ----- |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
213 |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
214 * Fix build of Google Log with Visual Studio >= 11.0 |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
215 * Fix automated generation of the list of resource children in the REST API |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
216 |
1034 | 217 |
218 Version 0.8.0 (2014/07/10) | |
219 ========================== | |
220 | |
988 | 221 Major changes |
222 ------------- | |
223 | |
1019 | 224 * Routing images with Lua scripts |
914 | 225 * Introduction of the Orthanc Plugin SDK |
1076 | 226 * Official support of OS X (Darwin) 10.8 |
988 | 227 |
228 Minor changes | |
229 ------------- | |
230 | |
965 | 231 * Extraction of tags for the patient/study/series/instance DICOM modules |
958
1fbe89dc18b5
extraction of the shared tags
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
941
diff
changeset
|
232 * Extraction of the tags shared by all the instances of a patient/study/series |
941
83489fddd8c5
Options to limit the number of results for an incoming C-FIND query
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
934
diff
changeset
|
233 * Options to limit the number of results for an incoming C-FIND query |
890 | 234 * Support of kFreeBSD |
978 | 235 * Several code refactorings |
987 | 236 * Fix OrthancCppClient::GetVoxelSizeZ() |
878 | 237 |
238 | |
239 Version 0.7.6 (2014/06/11) | |
240 ========================== | |
241 | |
869 | 242 * Support of JPEG and JPEG-LS decompression |
874
87791ebc1f50
download matlab images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
869
diff
changeset
|
243 * Download DICOM images as Matlab/Octave arrays |
824
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
244 * Precompiled headers for Microsoft Visual Studio |
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
245 |
819 | 246 |
247 Version 0.7.5 (2014/05/08) | |
248 ========================== | |
249 | |
780 | 250 * Dynamic negotiation of SOP classes for C-Store SCU |
796
e7b1ca0f1e04
creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
791
diff
changeset
|
251 * Creation of DICOM instances using the REST API |
801 | 252 * Embedding of images within DICOM instances |
807
566a2fb3c1fb
update/delete modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
801
diff
changeset
|
253 * Adding/removal/modification of remote modalities/peers through REST |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
254 * Reuse of the previous SCU connection to avoid unnecessary handshakes |
814 | 255 * Fix problems with anonymization and modification |
796
e7b1ca0f1e04
creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
791
diff
changeset
|
256 * Fix missing licensing terms about reuse of some code from DCMTK |
791 | 257 * Various code refactorings |
755 | 258 |
259 | |
260 Version 0.7.4 (2014/04/16) | |
261 ========================== | |
262 | |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
735
diff
changeset
|
263 * Switch to openssl-1.0.1g in static builds (cf. Heartbleed exploit) |
753
a6576b478553
upgrade to boost 1.55.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
752
diff
changeset
|
264 * Switch to boost 1.55.0 in static builds (to solve compiling errors) |
731 | 265 * Better logging about nonexistent tags |
732
b79eda29896d
dcm4chee manufacturer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
731
diff
changeset
|
266 * Dcm4Chee manufacturer |
735 | 267 * Automatic discovering of the path to the DICOM dictionaries |
752
45715eadc2e0
port number as a string
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
748
diff
changeset
|
268 * In the "DicomModalities" config, the port number can be a string |
719 | 269 |
270 | |
271 Version 0.7.3 (2014/02/14) | |
272 ========================== | |
273 | |
705 | 274 Major changes |
275 ------------- | |
276 | |
717 | 277 * Fixes in the implementation of the C-FIND handler for Query/Retrieve |
703 | 278 * Custom attachment of files to patients, studies, series or instances |
698
aae83e1e31f7
verify MD5 of attachments through REST
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
694
diff
changeset
|
279 * Access to lowlevel info about the attached files through the REST API |
705 | 280 * Recover pixel data for more transfer syntaxes (notably JPEG) |
281 | |
282 Minor changes | |
283 ------------- | |
284 | |
691 | 285 * AET comparison is now case-insensitive by default |
685
b01cc78caba4
possibility to disable the DICOM/HTTP servers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
684
diff
changeset
|
286 * Possibility to disable the HTTP server or the DICOM server |
694
72dc919a028c
upgrade database from v3 to v4
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
691
diff
changeset
|
287 * Automatic computation of MD5 hashes for the stored DICOM files |
680
571583642ce2
Tool to recover compressed files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
669
diff
changeset
|
288 * Maintenance tool to recover DICOM files compressed by Orthanc |
684 | 289 * The newline characters in the configuration file are fixed for Linux |
694
72dc919a028c
upgrade database from v3 to v4
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
691
diff
changeset
|
290 * Capture of the SIGTERM signal in Linux |
629 | 291 |
669 | 292 |
293 Version 0.7.2 (2013/11/08) | |
294 ========================== | |
295 | |
665 | 296 * Support of Query/Retrieve from medInria |
662
70161eb45b5c
orthanc can act as a C-Store SCU for JPEG transfer syntax
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
661
diff
changeset
|
297 * Accept more transfer syntaxes for C-Store SCP and SCU (notably JPEG) |
661
d233b5090105
accept more transfer syntaxes for C-Store SCP, write meta-header when receiving files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
658
diff
changeset
|
298 * Create the meta-header when receiving files through C-Store SCP |
d233b5090105
accept more transfer syntaxes for C-Store SCP, write meta-header when receiving files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
658
diff
changeset
|
299 * Fixes and improvements thanks to the static analyzer cppcheck |
657
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
300 |
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
301 |
653 | 302 Version 0.7.1 (2013/10/30) |
303 ========================== | |
304 | |
648
bcf5c9a767a9
use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
647
diff
changeset
|
305 * Use ZIP64 only when required to improve compatibility (cf. issue #7) |
bcf5c9a767a9
use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
647
diff
changeset
|
306 * Refactoring of the CMake options |
641 | 307 * Fix for big-endian architectures (RedHat bug #985748) |
648
bcf5c9a767a9
use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
647
diff
changeset
|
308 * Use filenames with 8 characters in ZIP files for maximum compatibility |
644
eb5a0b21d05e
do not use ZIP64 as the default format anymore
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
641
diff
changeset
|
309 * Possibility to build Orthanc inplace (in the source directory) |
641 | 310 |
311 | |
629 | 312 Version 0.7.0 (2013/10/25) |
313 ========================== | |
314 | |
625 | 315 Major changes |
316 ------------- | |
317 | |
621 | 318 * DICOM Query/Retrieve is supported |
625 | 319 |
320 Minor changes | |
321 ------------- | |
322 | |
602
d5043ff68d58
Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
597
diff
changeset
|
323 * Possibility to keep the PatientID during an anonymization |
603
49945044b06d
check the presence of external software in CMake
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
602
diff
changeset
|
324 * Check whether "unzip", "tar" and/or "7-zip" are installed from CMake |
602
d5043ff68d58
Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
597
diff
changeset
|
325 |
597 | 326 |
327 Version 0.6.2 (2013/10/04) | |
328 ========================== | |
329 | |
583 | 330 * Build of the C++ client as a shared library |
331 * Improvements and documentation of the C++ client API | |
560
69c024f9c06b
fix of Debian bug #724947
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
552
diff
changeset
|
332 * Fix of Debian bug #724947 (licensing issue with the SHA-1 library) |
552
938d8461cf8f
revert to boost 1.54.0, use ZIP instead of TGZ because of bad directory in package
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
551
diff
changeset
|
333 * Switch to Boost 1.54.0 (cf. issue #9) |
584
a042693cc6a9
uninstall target for make
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
583
diff
changeset
|
334 * "make uninstall" is now possible |
550
210c96710592
switch to boost 1.54.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
545
diff
changeset
|
335 |
545 | 336 |
337 Version 0.6.1 (2013/09/16) | |
338 ========================== | |
339 | |
511
3b735fdf320b
monitoring of stable patients/studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
501
diff
changeset
|
340 * Detection of stable patients/studies/series |
501 | 341 * C-Find SCU at the instance level |
515
a8be42bcf2bb
Link from modified to original resource in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
511
diff
changeset
|
342 * Link from modified to original resource in Orthanc Explorer |
524 | 343 * Fix of issue #8 |
530 | 344 * Anonymization of the medical alerts tag (0010,2000) |
439 | 345 |
489 | 346 |
347 Version 0.6.0 (2013/07/16) | |
348 ========================== | |
349 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
350 Major changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
351 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
352 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
353 * Introduction of the C++ client |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
354 * Send DICOM resources to other Orthanc instances through HTTP |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
355 * Access to signed images (instances/.../image-int16) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
356 (Closes: Debian #716958) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
357 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
358 Minor changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
359 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
360 |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
361 * Export of DICOM files to the host filesystem (instances/.../export) |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
362 * Statistics about patients, studies, series and instances |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
363 * Link from anonymized to original resource in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
364 * Fixes for Red Hat and Debian packaging |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
365 * Fixes for history in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
366 * Fixes for boost::thread, as reported by Cyril Paulus |
486 | 367 * Fix licensing (Closes: Debian #712038) |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
368 |
439 | 369 Metadata |
370 -------- | |
371 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
372 * Access to the metadata through the REST API (.../metadata) |
439 | 373 * Support of user-defined metadata |
433 | 374 * "LastUpdate" metadata for patients, studies and series |
446 | 375 * "/tools/now" to be used in combination with "LastUpdate" |
433 | 376 * Improved support of series with temporal positions |
439 | 377 |
379 | 378 |
421 | 379 Version 0.5.2 (2013/05/07) |
380 ========================== | |
381 | |
406 | 382 * "Bulk" Store-SCU (send several DICOM instances with the same |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
383 DICOM connection) |
412 | 384 * Store-SCU for patients and studies in Orthanc Explorer |
385 * Filtering of incoming DICOM instances (through Lua scripting) | |
386 * Filtering of incoming HTTP requests (through Lua scripting) | |
413
47d63c941902
clearing /exports and /changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
412
diff
changeset
|
387 * Clearing of "/exports" and "/changes" |
412 | 388 * Check MD5 of third party downloads |
416 | 389 * Faking of the HTTP methods PUT and DELETE |
406 | 390 |
379 | 391 |
392 Version 0.5.1 (2013/04/17) | |
393 ========================== | |
394 | |
369
4632a044746e
simplification of the code
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
358
diff
changeset
|
395 * Support of RGB images |
376
2cef9c2d4148
separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
369
diff
changeset
|
396 * Fix of store SCU in release builds |
2cef9c2d4148
separate path for SQLite index, manual loading of external dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
369
diff
changeset
|
397 * Possibility to store the SQLite index at another place than the |
406 | 398 DICOM instances (for performance) |
358
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
399 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
400 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
401 Version 0.5.0 (2013/01/31) |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
402 ========================== |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
403 |
317 | 404 Major changes |
405 ------------- | |
406 | |
311 | 407 * Download of modified or anonymized DICOM instances |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
408 * Inplace modification and anonymization of DICOM series, studies and patients |
317 | 409 |
410 Minor changes | |
411 ------------- | |
412 | |
343 | 413 * Support of private tags |
319 | 414 * Implementation of the PMSCT_RLE1 image decoding for Philips modalities |
343 | 415 * Generation of random DICOM UID through the REST API (/tools/generate-uid) |
306
326d5a4a5af3
modification of instances
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
293
diff
changeset
|
416 |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
417 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
418 Version 0.4.0 (2012/12/14) |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
419 ========================== |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
420 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
421 Major changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
422 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
423 |
271 | 424 * Recycling of disk space |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
425 * Raw access to the value of the DICOM tags in the REST API |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
426 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
427 Minor changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
428 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
429 |
275 | 430 * Protection of patients against recycling (also in Orthanc Explorer) |
291
4d7469f72a0b
embedding of dicom dictionaries
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
285
diff
changeset
|
431 * The DICOM dictionaries are embedded in Windows builds |
254
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
432 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
433 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
434 Version 0.3.1 (2012/12/05) |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
435 ========================== |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
436 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
437 * Download archives of patients, studies and series as ZIP files |
252 | 438 * Orthanc now checks the version of its database schema before starting |
250
f23318b11b39
creation of zip files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
241
diff
changeset
|
439 |
241
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
440 |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
441 Version 0.3.0 (2012/11/30) |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
442 ========================== |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
443 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
444 Major changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
445 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
446 |
236 | 447 * Transparent compression of the DICOM instances on the disk |
211 | 448 * The patient/study/series/instances are now indexed by SHA-1 digests |
449 of their DICOM Instance IDs (and not by UUIDs anymore): The same | |
450 DICOM objects are thus always identified by the same Orthanc IDs | |
231 | 451 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) |
236 | 452 * Full refactoring of the DB schema and of the REST API |
453 * Introduction of generic classes for REST APIs (in Core/RestApi) | |
166 | 454 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
455 Minor changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
456 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
457 |
238 | 458 * "/statistics" URI |
237
16a4ac70bd8a
last change and export
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
236
diff
changeset
|
459 * "last" flag to retrieve the last change from the "/changes" URI |
211 | 460 * Generate a sample configuration file from command line |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
461 * "CompletedSeries" event in the changes API |
231 | 462 * Thread to continuously flush DB to disk (SQLite checkpoints for |
232
5368bbe813cf
refactoring of attachments
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
231
diff
changeset
|
463 improved robustness) |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
464 |
166 | 465 |
466 Version 0.2.3 (2012/10/26) | |
467 ========================== | |
468 | |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
469 * Use HTTP Content-Disposition to set a filename when downloading JSON/DCM |
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
470 * URI "/system" for general information about Orthanc |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
151
diff
changeset
|
471 * Versioning info and help on the command line |
147 | 472 * Improved logging |
134 | 473 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk |
166 | 474 for Debian packaging |
147 | 475 * Fix some bugs |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
476 * Switch to default 8042 port for HTTP |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
477 |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
478 |
118 | 479 Version 0.2.2 (2012/10/04) |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
480 ========================== |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
481 |
113 | 482 * Switch to Google Logging |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
483 * Fixes to Debian packaging |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
484 |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
485 |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
486 Version 0.2.1 (2012/09/28) |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
487 ========================== |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
488 |
80 | 489 * Status of series |
82 | 490 * Continuous Integration Server is up and running |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
491 * Ready for Debian packaging |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
492 |
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
493 |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
494 Version 0.2.0 (2012/09/16) |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
495 ========================== |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
496 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
497 Major changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
498 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
499 |
57 | 500 * Renaming to "Orthanc" |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
501 * Focus on security: Support of SSL, HTTP Basic Authentication and |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
502 interdiction of remote access |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
503 * Access to multi-frame images (for nuclear medicine) |
42
ea48f38afe5f
access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
31
diff
changeset
|
504 * Access to the raw PNG images (in 8bpp and 16bpp) |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
505 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
506 Minor changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
507 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
508 |
48 | 509 * Change of the licensing of the "Core/SQLite" folder to BSD (to |
31 | 510 reflect the original licensing terms of Chromium, from which the |
511 code derives) | |
19 | 512 * Standalone build for cross-compilation |
18 | 513 |
7 | 514 |
515 Version 0.1.1 (2012/07/20) | |
516 ========================== | |
517 | |
518 * Fix Windows version | |
519 * Native Windows build with Microsoft Visual Studio 2005 | |
17 | 520 * Add path to storage in Configuration.json |
7 | 521 |
522 | |
523 Version 0.1.0 (2012/07/19) | |
524 ========================== | |
525 | |
526 * Initial release |