Mercurial > hg > orthanc
comparison NEWS @ 2724:c8d369400ae1 jobs
fix issue #77
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Jul 2018 15:54:37 +0200 |
parents | 062776ab4a21 |
children | 7caf01aa4d7b |
comparison
equal
deleted
inserted
replaced
2723:c1e351b6abec | 2724:c8d369400ae1 |
---|---|
43 * New function in the SDK: "OrthancPluginCheckVersionAdvanced()" | 43 * New function in the SDK: "OrthancPluginCheckVersionAdvanced()" |
44 | 44 |
45 Maintenance | 45 Maintenance |
46 ----------- | 46 ----------- |
47 | 47 |
48 * Configuration option "LogExportedResources" is now "false" by default | |
49 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project | |
48 * Fix generation of DICOMDIR if PatientID is empty | 50 * Fix generation of DICOMDIR if PatientID is empty |
49 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua | 51 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua |
50 * Fix issue 94 (Instance modification should not modify FrameOfReferenceUID) | 52 * Fix issue 94 (Instance modification should not modify FrameOfReferenceUID) |
51 * Configuration option "LogExportedResources" is now "false" by default | 53 * Fix issue 77 (Lua access to REST-API is null terminated) |
52 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project | |
53 * Upgraded dependencies for static and Windows builds: | 54 * Upgraded dependencies for static and Windows builds: |
54 - boost 1.67.0 | 55 - boost 1.67.0 |
55 - openssl 1.0.2o | 56 - openssl 1.0.2o |
56 | 57 |
57 | 58 |