comparison NEWS @ 3947:cf6eb4fc6841 transcoding

fix issue #179: use a shared mutex to avoid deadlock in python plugins
author Alain Mazy <alain@mazy.be>
date Tue, 19 May 2020 16:19:05 +0200
parents b26d25d3c1c7
children 5797ca4f3b8d
comparison
equal deleted inserted replaced
3946:1f33ed7f82e6 3947:cf6eb4fc6841
56 * Moved the GDCM sample plugin out of the Orthanc repository as a separate plugin 56 * Moved the GDCM sample plugin out of the Orthanc repository as a separate plugin
57 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()" 57 * Fix missing body in "OrthancPluginHttpPost()" and "OrthancPluginHttpPut()"
58 * Fix issue #169 (TransferSyntaxUID change from Explicit to Implicit during C-STORE SCU) 58 * Fix issue #169 (TransferSyntaxUID change from Explicit to Implicit during C-STORE SCU)
59 * Upgraded dependencies for static builds (notably on Windows and LSB): 59 * Upgraded dependencies for static builds (notably on Windows and LSB):
60 - openssl 1.1.1g 60 - openssl 1.1.1g
61 * Fix issue #179 (deadlock in Python plugins)
61 62
62 63
63 Version 1.6.1 (2020-04-21) 64 Version 1.6.1 (2020-04-21)
64 ========================== 65 ==========================
65 66