Mercurial > hg > orthanc
annotate NEWS @ 1263:961482485deb
mingw32
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 08 Jan 2015 16:03:02 +0100 |
parents | 40725595aaf0 |
children | 7442097b41c9 |
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 |
1232
f1c01451a8ee
Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1231
diff
changeset
|
4 * Introspection of plugins |
f1c01451a8ee
Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1231
diff
changeset
|
5 * 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
|
6 * Plugins can get/set global properties to save their configuration |
1228
e0f7014d39a4
Instances without PatientID are now allowed
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1215
diff
changeset
|
7 * Instances without PatientID are now allowed |
1231
703fcd797186
Support of Tudor DICOM in Query/Retrieve
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1228
diff
changeset
|
8 * Support of Tudor DICOM in Query/Retrieve |
1234 | 9 * Fix issue 25 (AET with underscore not allowed) |
1215 | 10 |
11 | |
12 Version 0.8.5 (2014/11/04) | |
13 ========================== | |
14 | |
1212 | 15 General |
16 ------- | |
17 | |
1197
61b71ccac362
integration mainline->db-changes
Sebastien Jodogne <s.jodogne@gmail.com>
diff
changeset
|
18 * Major speed-up thanks to a new database schema |
1212 | 19 * Plugins can monitor changes through callbacks |
1188
2e11c3353356
download dicomdir in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1181
diff
changeset
|
20 * Download ZIP + DICOMDIR from Orthanc Explorer |
1212 | 21 * Sample plugin framework to serve static resources (./Plugins/Samples/WebSkeleton/) |
22 | |
23 Fixes | |
24 ----- | |
25 | |
1206
f5b0207967bc
Fix issue 19 (YBR_FULL are decoded incorrectly)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1205
diff
changeset
|
26 * Fix issue 19 (YBR_FULL are decoded incorrectly) |
1179 | 27 * Fix issue 21 (Microsoft Visual Studio precompiled headers) |
1190 | 28 * Fix issue 22 (Error decoding multi-frame instances) |
1205 | 29 * 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
|
30 * Fix crash when bad HTTP credentials are provided |
1179 | 31 |
1168 | 32 |
33 Version 0.8.4 (2014/09/19) | |
34 ========================== | |
35 | |
1166
a921e3b5e763
bulk tags retrieval
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1165
diff
changeset
|
36 * "/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
|
37 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
|
38 * 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
|
39 * 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
|
40 * Installation of plugin SDK in CMake |
8c9574576f42
install plugin sdk
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1152
diff
changeset
|
41 |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
42 |
1152 | 43 Version 0.8.3 (2014/09/11) |
44 ========================== | |
45 | |
1148
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
46 Major |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
47 ----- |
1128 | 48 |
1121
82567bac5e25
Creation of ZIP archives for media storage, with DICOMDIR
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1120
diff
changeset
|
49 * 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
|
50 * 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
|
51 * "/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
|
52 * 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
|
53 * Plugins can implement a custom storage area |
1128 | 54 |
55 Minor | |
56 ----- | |
57 | |
58 * 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
|
59 * 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
|
60 * 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
|
61 * "/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
|
62 * 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
|
63 * "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
|
64 |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
65 Maintenance |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
66 ----------- |
ac36589f699e
LastUpdate metadata is now always returned for patients, studies and series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1145
diff
changeset
|
67 |
1135
67c3c1e4a6e0
index-only mode, and custom storage area with plugins
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1131
diff
changeset
|
68 * Refactoring of HttpOutput ("Content-Length" header is now always sent) |
1128 | 69 * 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
|
70 * Fixes for Visual Studio 2013 and Windows 64bit |
1131 | 71 * Fix issue 16: Handling of "AT" value representations in JSON |
1128 | 72 * Fix issue 17 |
1112
a119f9ae3640
upgrade to Mongoose 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1105
diff
changeset
|
73 |
1105 | 74 |
75 Version 0.8.2 (2014/08/07) | |
76 ========================== | |
77 | |
1103
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
78 * Support of the standard text encodings |
bec1eccf976c
Hot restart of Orthanc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1099
diff
changeset
|
79 * 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
|
80 * 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
|
81 * Parameter to set the default encoding for DICOM files without SpecificCharacterSet |
1098 | 82 * 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
|
83 * Upgrade to Google Test 1.7.0 |
1080 | 84 |
85 | |
86 Version 0.8.1 (2014/07/29) | |
87 ========================== | |
88 | |
1054
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
89 General |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
90 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
91 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
92 * 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
|
93 * 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
|
94 * C-Echo SCU in the REST API |
1073
01414536c930
complete DICOM conformance
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1071
diff
changeset
|
95 * 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
|
96 |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
97 Lua scripts |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
98 ----------- |
921532f67770
Lua scripts can invoke system commands, with CallSystem()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1063
diff
changeset
|
99 |
1055
6f923d52a46c
call Web services from Lua
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1054
diff
changeset
|
100 * 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
|
101 * 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
|
102 |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
103 Plugins |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
104 ------- |
1701dcb6f554
Access patient module at the study level to cope with PatientID collisions
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1049
diff
changeset
|
105 |
1038 | 106 * 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
|
107 * Plugins have access to the HTTP headers and can answer with HTTP status codes |
1071 | 108 * Callback to react to the incoming of DICOM instances |
1038 | 109 |
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
|
110 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
|
111 ----- |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
112 |
0332e6e8c679
Fix automated generation of the list of resource children in the REST API
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1060
diff
changeset
|
113 * 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
|
114 * 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
|
115 |
1034 | 116 |
117 Version 0.8.0 (2014/07/10) | |
118 ========================== | |
119 | |
988 | 120 Major changes |
121 ------------- | |
122 | |
1019 | 123 * Routing images with Lua scripts |
914 | 124 * Introduction of the Orthanc Plugin SDK |
1076 | 125 * Official support of OS X (Darwin) 10.8 |
988 | 126 |
127 Minor changes | |
128 ------------- | |
129 | |
965 | 130 * 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
|
131 * 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
|
132 * Options to limit the number of results for an incoming C-FIND query |
890 | 133 * Support of kFreeBSD |
978 | 134 * Several code refactorings |
987 | 135 * Fix OrthancCppClient::GetVoxelSizeZ() |
878 | 136 |
137 | |
138 Version 0.7.6 (2014/06/11) | |
139 ========================== | |
140 | |
869 | 141 * Support of JPEG and JPEG-LS decompression |
874
87791ebc1f50
download matlab images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
869
diff
changeset
|
142 * Download DICOM images as Matlab/Octave arrays |
824
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
143 * Precompiled headers for Microsoft Visual Studio |
a811bdf8b8eb
precompiled headers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
819
diff
changeset
|
144 |
819 | 145 |
146 Version 0.7.5 (2014/05/08) | |
147 ========================== | |
148 | |
780 | 149 * 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
|
150 * Creation of DICOM instances using the REST API |
801 | 151 * Embedding of images within DICOM instances |
807
566a2fb3c1fb
update/delete modalities
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
801
diff
changeset
|
152 * 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
|
153 * Reuse of the previous SCU connection to avoid unnecessary handshakes |
814 | 154 * Fix problems with anonymization and modification |
796
e7b1ca0f1e04
creation of dicom files
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
791
diff
changeset
|
155 * Fix missing licensing terms about reuse of some code from DCMTK |
791 | 156 * Various code refactorings |
755 | 157 |
158 | |
159 Version 0.7.4 (2014/04/16) | |
160 ========================== | |
161 | |
748
de9763f63510
upgrade to openssl-1.0.1g because of heartbeat exploit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
735
diff
changeset
|
162 * 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
|
163 * Switch to boost 1.55.0 in static builds (to solve compiling errors) |
731 | 164 * Better logging about nonexistent tags |
732
b79eda29896d
dcm4chee manufacturer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
731
diff
changeset
|
165 * Dcm4Chee manufacturer |
735 | 166 * 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
|
167 * In the "DicomModalities" config, the port number can be a string |
719 | 168 |
169 | |
170 Version 0.7.3 (2014/02/14) | |
171 ========================== | |
172 | |
705 | 173 Major changes |
174 ------------- | |
175 | |
717 | 176 * Fixes in the implementation of the C-FIND handler for Query/Retrieve |
703 | 177 * 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
|
178 * Access to lowlevel info about the attached files through the REST API |
705 | 179 * Recover pixel data for more transfer syntaxes (notably JPEG) |
180 | |
181 Minor changes | |
182 ------------- | |
183 | |
691 | 184 * 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
|
185 * 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
|
186 * 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
|
187 * Maintenance tool to recover DICOM files compressed by Orthanc |
684 | 188 * 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
|
189 * Capture of the SIGTERM signal in Linux |
629 | 190 |
669 | 191 |
192 Version 0.7.2 (2013/11/08) | |
193 ========================== | |
194 | |
665 | 195 * 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
|
196 * 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
|
197 * 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
|
198 * Fixes and improvements thanks to the static analyzer cppcheck |
657
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
199 |
5425bb6f1ea5
further cppcheck fixes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
653
diff
changeset
|
200 |
653 | 201 Version 0.7.1 (2013/10/30) |
202 ========================== | |
203 | |
648
bcf5c9a767a9
use filenames with 8 characters in ZIP files for maximum compatibility
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
647
diff
changeset
|
204 * 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
|
205 * Refactoring of the CMake options |
641 | 206 * 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
|
207 * 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
|
208 * Possibility to build Orthanc inplace (in the source directory) |
641 | 209 |
210 | |
629 | 211 Version 0.7.0 (2013/10/25) |
212 ========================== | |
213 | |
625 | 214 Major changes |
215 ------------- | |
216 | |
621 | 217 * DICOM Query/Retrieve is supported |
625 | 218 |
219 Minor changes | |
220 ------------- | |
221 | |
602
d5043ff68d58
Possibility to keep the PatientID during an anonymization
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
597
diff
changeset
|
222 * 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
|
223 * 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
|
224 |
597 | 225 |
226 Version 0.6.2 (2013/10/04) | |
227 ========================== | |
228 | |
583 | 229 * Build of the C++ client as a shared library |
230 * 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
|
231 * 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
|
232 * 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
|
233 * "make uninstall" is now possible |
550
210c96710592
switch to boost 1.54.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
545
diff
changeset
|
234 |
545 | 235 |
236 Version 0.6.1 (2013/09/16) | |
237 ========================== | |
238 | |
511
3b735fdf320b
monitoring of stable patients/studies/series
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
501
diff
changeset
|
239 * Detection of stable patients/studies/series |
501 | 240 * 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
|
241 * Link from modified to original resource in Orthanc Explorer |
524 | 242 * Fix of issue #8 |
530 | 243 * Anonymization of the medical alerts tag (0010,2000) |
439 | 244 |
489 | 245 |
246 Version 0.6.0 (2013/07/16) | |
247 ========================== | |
248 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
249 Major changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
250 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
251 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
252 * Introduction of the C++ client |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
253 * 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
|
254 * Access to signed images (instances/.../image-int16) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
255 (Closes: Debian #716958) |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
256 |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
257 Minor changes |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
258 ------------- |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
259 |
484
b8ace6fc1d1f
preparation for handling Orthanc peers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
482
diff
changeset
|
260 * 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
|
261 * Statistics about patients, studies, series and instances |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
262 * 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
|
263 * Fixes for Red Hat and Debian packaging |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
264 * Fixes for history in Orthanc Explorer |
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
265 * Fixes for boost::thread, as reported by Cyril Paulus |
486 | 266 * Fix licensing (Closes: Debian #712038) |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
267 |
439 | 268 Metadata |
269 -------- | |
270 | |
482
b05eb8708aee
fix history in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
471
diff
changeset
|
271 * Access to the metadata through the REST API (.../metadata) |
439 | 272 * Support of user-defined metadata |
433 | 273 * "LastUpdate" metadata for patients, studies and series |
446 | 274 * "/tools/now" to be used in combination with "LastUpdate" |
433 | 275 * Improved support of series with temporal positions |
439 | 276 |
379 | 277 |
421 | 278 Version 0.5.2 (2013/05/07) |
279 ========================== | |
280 | |
406 | 281 * "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
|
282 DICOM connection) |
412 | 283 * Store-SCU for patients and studies in Orthanc Explorer |
284 * Filtering of incoming DICOM instances (through Lua scripting) | |
285 * Filtering of incoming HTTP requests (through Lua scripting) | |
413
47d63c941902
clearing /exports and /changes
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
412
diff
changeset
|
286 * Clearing of "/exports" and "/changes" |
412 | 287 * Check MD5 of third party downloads |
416 | 288 * Faking of the HTTP methods PUT and DELETE |
406 | 289 |
379 | 290 |
291 Version 0.5.1 (2013/04/17) | |
292 ========================== | |
293 | |
369
4632a044746e
simplification of the code
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
358
diff
changeset
|
294 * 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
|
295 * 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
|
296 * Possibility to store the SQLite index at another place than the |
406 | 297 DICOM instances (for performance) |
358
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
298 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
299 |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
300 Version 0.5.0 (2013/01/31) |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
301 ========================== |
3e604c6f0a74
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
356
diff
changeset
|
302 |
317 | 303 Major changes |
304 ------------- | |
305 | |
311 | 306 * 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
|
307 * Inplace modification and anonymization of DICOM series, studies and patients |
317 | 308 |
309 Minor changes | |
310 ------------- | |
311 | |
343 | 312 * Support of private tags |
319 | 313 * Implementation of the PMSCT_RLE1 image decoding for Philips modalities |
343 | 314 * 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
|
315 |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
316 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
317 Version 0.4.0 (2012/12/14) |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
318 ========================== |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
319 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
320 Major changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
321 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
322 |
271 | 323 * Recycling of disk space |
293
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
324 * 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
|
325 |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
326 Minor changes |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
327 ------------- |
7417915ce0f3
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
291
diff
changeset
|
328 |
275 | 329 * 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
|
330 * The DICOM dictionaries are embedded in Windows builds |
254
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
331 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
332 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
333 Version 0.3.1 (2012/12/05) |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
334 ========================== |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
335 |
0b1e46ae6632
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
252
diff
changeset
|
336 * Download archives of patients, studies and series as ZIP files |
252 | 337 * 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
|
338 |
241
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
339 |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
340 Version 0.3.0 (2012/11/30) |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
341 ========================== |
391e7a9de203
preparing release 0.3.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
238
diff
changeset
|
342 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
343 Major changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
344 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
345 |
236 | 346 * Transparent compression of the DICOM instances on the disk |
211 | 347 * The patient/study/series/instances are now indexed by SHA-1 digests |
348 of their DICOM Instance IDs (and not by UUIDs anymore): The same | |
349 DICOM objects are thus always identified by the same Orthanc IDs | |
231 | 350 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) |
236 | 351 * Full refactoring of the DB schema and of the REST API |
352 * Introduction of generic classes for REST APIs (in Core/RestApi) | |
166 | 353 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
354 Minor changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
355 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
356 |
238 | 357 * "/statistics" URI |
237
16a4ac70bd8a
last change and export
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
236
diff
changeset
|
358 * "last" flag to retrieve the last change from the "/changes" URI |
211 | 359 * Generate a sample configuration file from command line |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
360 * "CompletedSeries" event in the changes API |
231 | 361 * 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
|
362 improved robustness) |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
363 |
166 | 364 |
365 Version 0.2.3 (2012/10/26) | |
366 ========================== | |
367 | |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
368 * 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
|
369 * URI "/system" for general information about Orthanc |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
151
diff
changeset
|
370 * Versioning info and help on the command line |
147 | 371 * Improved logging |
134 | 372 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk |
166 | 373 for Debian packaging |
147 | 374 * Fix some bugs |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
375 * Switch to default 8042 port for HTTP |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
376 |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
377 |
118 | 378 Version 0.2.2 (2012/10/04) |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
379 ========================== |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
380 |
113 | 381 * Switch to Google Logging |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
382 * Fixes to Debian packaging |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
383 |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
384 |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
385 Version 0.2.1 (2012/09/28) |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
386 ========================== |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
387 |
80 | 388 * Status of series |
82 | 389 * Continuous Integration Server is up and running |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
390 * Ready for Debian packaging |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
391 |
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
392 |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
393 Version 0.2.0 (2012/09/16) |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
394 ========================== |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
395 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
396 Major changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
397 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
398 |
57 | 399 * Renaming to "Orthanc" |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
400 * 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
|
401 interdiction of remote access |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
402 * Access to multi-frame images (for nuclear medicine) |
42
ea48f38afe5f
access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
31
diff
changeset
|
403 * 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
|
404 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
405 Minor changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
406 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
407 |
48 | 408 * Change of the licensing of the "Core/SQLite" folder to BSD (to |
31 | 409 reflect the original licensing terms of Chromium, from which the |
410 code derives) | |
19 | 411 * Standalone build for cross-compilation |
18 | 412 |
7 | 413 |
414 Version 0.1.1 (2012/07/20) | |
415 ========================== | |
416 | |
417 * Fix Windows version | |
418 * Native Windows build with Microsoft Visual Studio 2005 | |
17 | 419 * Add path to storage in Configuration.json |
7 | 420 |
421 | |
422 Version 0.1.0 (2012/07/19) | |
423 ========================== | |
424 | |
425 * Initial release |