comparison NEWS @ 68:74cc8cf8de92

preparing for release 0.2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 10:00:51 +0200
parents 4bc019d2f969
children fce53dabac6d
comparison
equal deleted inserted replaced
67:9193041c8018 68:74cc8cf8de92
1 Pending changes 1 Pending changes
2 =============== 2 ===============
3 3
4 Version 0.2.0 (2012/09/16)
5 ==========================
6
7 Major changes
8 -------------
9
4 * Renaming to "Orthanc" 10 * Renaming to "Orthanc"
5 * Access to multi-frame images 11 * Focus on security: Support of SSL, HTTP Basic Authentication and
12 interdiction of remote access
13 * Access to multi-frame images (for nuclear medicine)
6 * Access to the raw PNG images (in 8bpp and 16bpp) 14 * Access to the raw PNG images (in 8bpp and 16bpp)
7 * Security: Support of SSL, HTTP Basic Authentication and interdiction 15
8 of remote access 16 Minor changes
17 -------------
18
9 * Change of the licensing of the "Core/SQLite" folder to BSD (to 19 * Change of the licensing of the "Core/SQLite" folder to BSD (to
10 reflect the original licensing terms of Chromium, from which the 20 reflect the original licensing terms of Chromium, from which the
11 code derives) 21 code derives)
12 * Standalone build for cross-compilation 22 * Standalone build for cross-compilation
23
13 24
14 25
15 Version 0.1.1 (2012/07/20) 26 Version 0.1.1 (2012/07/20)
16 ========================== 27 ==========================
17 28
18 * Fix Windows version 29 * Fix Windows version
19 * Native Windows build with Microsoft Visual Studio 2005 30 * Native Windows build with Microsoft Visual Studio 2005
20 * Add path to storage in Configuration.json 31 * Add path to storage in Configuration.json
21 32
22 33
34
23 Version 0.1.0 (2012/07/19) 35 Version 0.1.0 (2012/07/19)
24 ========================== 36 ==========================
25 37
26 * Initial release 38 * Initial release