Mercurial > hg > orthanc
annotate NEWS @ 231:8098448bd827
export log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Nov 2012 12:18:44 +0100 |
parents | b7aea293b965 |
children | 5368bbe813cf |
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 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
4 Major changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
5 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
6 |
211 | 7 * Full refactoring of the DB schema and of the REST API |
8 * Introduction of generic classes for REST APIs (in Core/RestApi) | |
9 * The patient/study/series/instances are now indexed by SHA-1 digests | |
10 of their DICOM Instance IDs (and not by UUIDs anymore): The same | |
11 DICOM objects are thus always identified by the same Orthanc IDs | |
231 | 12 * Log of exported instances through DICOM C-Store SCU ("/exported" URI) |
166 | 13 |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
14 Minor changes |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
15 ------------- |
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
16 |
211 | 17 * Generate a sample configuration file from command line |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
18 * "CompletedSeries" event in the changes API |
231 | 19 * Thread to continuously flush DB to disk (SQLite checkpoints for |
20 robustness against reboots) | |
206
4453a010d0db
flush to disk thread
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
190
diff
changeset
|
21 |
166 | 22 |
23 Version 0.2.3 (2012/10/26) | |
24 ========================== | |
25 | |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
26 * 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
|
27 * URI "/system" for general information about Orthanc |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
151
diff
changeset
|
28 * Versioning info and help on the command line |
147 | 29 * Improved logging |
134 | 30 * Possibility of dynamic linking against jsoncpp, sqlite, boost and dmctk |
166 | 31 for Debian packaging |
147 | 32 * Fix some bugs |
155
93e1b0e3b83a
filenames when downloading json/dicom
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
33 * Switch to default 8042 port for HTTP |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
34 |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
35 |
118 | 36 Version 0.2.2 (2012/10/04) |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
37 ========================== |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
38 |
113 | 39 * Switch to Google Logging |
111
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
40 * Fixes to Debian packaging |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
41 |
0fc3b69c0357
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
95
diff
changeset
|
42 |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
43 Version 0.2.1 (2012/09/28) |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
44 ========================== |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
45 |
80 | 46 * Status of series |
82 | 47 * Continuous Integration Server is up and running |
95
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
48 * Ready for Debian packaging |
3f9569917745
preparation for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
82
diff
changeset
|
49 |
69
fce53dabac6d
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
68
diff
changeset
|
50 |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
51 Version 0.2.0 (2012/09/16) |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
52 ========================== |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
53 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
54 Major changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
55 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
56 |
57 | 57 * Renaming to "Orthanc" |
68
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
58 * 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
|
59 interdiction of remote access |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
60 * Access to multi-frame images (for nuclear medicine) |
42
ea48f38afe5f
access to raw images
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
31
diff
changeset
|
61 * 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
|
62 |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
63 Minor changes |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
64 ------------- |
74cc8cf8de92
preparing for release 0.2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
65 |
48 | 66 * Change of the licensing of the "Core/SQLite" folder to BSD (to |
31 | 67 reflect the original licensing terms of Chromium, from which the |
68 code derives) | |
19 | 69 * Standalone build for cross-compilation |
18 | 70 |
7 | 71 |
72 Version 0.1.1 (2012/07/20) | |
73 ========================== | |
74 | |
75 * Fix Windows version | |
76 * Native Windows build with Microsoft Visual Studio 2005 | |
17 | 77 * Add path to storage in Configuration.json |
7 | 78 |
79 | |
80 Version 0.1.0 (2012/07/19) | |
81 ========================== | |
82 | |
83 * Initial release |