# HG changeset patch # User Sebastien Jodogne # Date 1693399765 -7200 # Node ID 69c9e376b73eaa4589cc0371bee04fbec2c50c16 # Parent 55de4be5608cf2b529f6f62cdb2f0a71e89095d9 OrthancPython-4.1 diff -r 55de4be5608c -r 69c9e376b73e CMakeLists.txt --- 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() diff -r 55de4be5608c -r 69c9e376b73e NEWS --- 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