comparison Orthanc/NEWS @ 188:a11bf02917e9

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Apr 2018 15:19:24 +0200
parents ab66a6baf2ae
children
comparison
equal deleted inserted replaced
187:4b9da483ae4d 188:a11bf02917e9
9 * "/tools/now-local" returns the curent local time. 9 * "/tools/now-local" returns the curent local time.
10 This was the behavior of "/tools/now" until release 1.3.1. 10 This was the behavior of "/tools/now" until release 1.3.1.
11 * Added "?expand" GET argument to "/peers" and "/modalities" routes 11 * Added "?expand" GET argument to "/peers" and "/modalities" routes
12 * New URI: "/tools/create-media-extended" to generate a DICOMDIR 12 * New URI: "/tools/create-media-extended" to generate a DICOMDIR
13 archive from several resources, including additional type-3 tags 13 archive from several resources, including additional type-3 tags
14 * Preservation of UID relationships while anonymizing
14 15
15 Lua 16 Lua
16 --- 17 ---
17 18
18 * New CMake option: "-DENABLE_LUA_MODULES=ON" to enable support for 19 * New CMake option: "-DENABLE_LUA_MODULES=ON" to enable support for
26 Maintenance 27 Maintenance
27 ----------- 28 -----------
28 29
29 * Orthanc now uses UTC (universal time) instead of local time in its database 30 * Orthanc now uses UTC (universal time) instead of local time in its database
30 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005) 31 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
31 * Upgrade to curl 7.57.0 for static and Windows builds
32 * Support of Linux Standard Base 32 * Support of Linux Standard Base
33 * Static linking against libuuid (from e2fsprogs) 33 * Static linking against libuuid (from e2fsprogs)
34 * Fix static build on CentOS 6 34 * Fix static build on CentOS 6
35 * Upgrade to JsonCpp 1.8.4 for static builds
36 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11 35 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11
37 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option 36 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option
37 * Upgraded dependencies for static and Windows builds:
38 - boost 1.66.0
39 - curl 7.57.0
40 - jsoncpp 1.8.4
41 - zlib 1.2.11
38 42
39 43
40 Version 1.3.1 (2017-11-29) 44 Version 1.3.1 (2017-11-29)
41 ========================== 45 ==========================
42 46