Mercurial > hg > orthanc-python
changeset 135:69c9e376b73e OrthancPython-4.1
OrthancPython-4.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2023 14:49:25 +0200 |
parents | 55de4be5608c |
children | 286368f6f019 ae69e641e95f |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 30 14:46:39 2023 +0200 +++ b/CMakeLists.txt Wed Aug 30 14:49:25 2023 +0200 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "4.1") if (PLUGIN_VERSION STREQUAL "mainline") 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:49:25 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