comparison NEWS @ 2479:8437607835ef

branch integration: lua_dll->default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Feb 2018 11:15:36 +0100
parents 1e2d5e14b3d3
children ad8f30fc28d1
comparison
equal deleted inserted replaced
2475:8cc3ca64a534 2479:8437607835ef
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
15 Lua
16 ---
17
18 * New CMake option: "-DENABLE_LUA_MODULES=ON" to enable support for
19 loading external Lua modules if the Lua engine is statically linked
14 20
15 Maintenance 21 Maintenance
16 ----------- 22 -----------
17 23
18 * Orthanc now uses UTC (universal time) instead of local time in its database 24 * Orthanc now uses UTC (universal time) instead of local time in its database