comparison NEWS @ 4649:e915102093de

New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Apr 2021 10:09:50 +0200
parents 4beebbb3636e
children 9804d6490872
comparison
equal deleted inserted replaced
4648:56315be75a92 4649:e915102093de
5 * Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media: 5 * Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media:
6 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 6 - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
7 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled 7 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled
8 * Fix regression in the handling of "DicomCheckModalityHost" configuration option 8 * Fix regression in the handling of "DicomCheckModalityHost" configuration option
9 introduced by changeset 4182 in Orthanc 1.7.4 9 introduced by changeset 4182 in Orthanc 1.7.4
10 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
10 11
11 12
12 Version 1.9.2 (2021-04-22) 13 Version 1.9.2 (2021-04-22)
13 ========================== 14 ==========================
14 15