comparison NEWS @ 2478:1e2d5e14b3d3 lua_dll

New CMake option: ENABLE_LUA_MODULES to enable Lua modules
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Feb 2018 11:14:59 +0100
parents 8cc3ca64a534
children ad8f30fc28d1
comparison
equal deleted inserted replaced
2477:1c1716adaf26 2478:1e2d5e14b3d3
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