Mercurial > hg > orthanc-python
changeset 136:286368f6f019
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2023 14:53:01 +0200 |
parents | 55de4be5608c (current diff) 69c9e376b73e (diff) |
children | cc0765aae484 |
files | CMakeLists.txt |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 30 14:46:39 2023 +0200 +++ b/CMakeLists.txt Wed Aug 30 14:53:01 2023 +0200 @@ -7,7 +7,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.10.0") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Wed Aug 30 14:46:39 2023 +0200 +++ b/NEWS Wed Aug 30 14:53:01 2023 +0200 @@ -1,7 +1,11 @@ Pending changes in the mainline =============================== -* New functions from the SDK wrapped in Python: + +Version 4.1 (2023-08-30) +======================== + +* New function from the SDK wrapped in Python: - orthanc.RegisterStorageCommitmentScpCallback() * New configuration section "Python" to group settings related to the plugin: - "Python.Path" is an alias for global option "PythonScript" @@ -12,8 +16,8 @@ Maintenance ----------- -* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods, - in IncomingHttpRequestFilter and in the CMove callback. +* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling + methods, in IncomingHttpRequestFilter and in the CMove callback. * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11