Mercurial > hg > orthanc-python
changeset 60:950c1fb892ad OrthancPython-3.1
OrthancPython-3.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Jan 2021 10:08:17 +0100 |
parents | d88ae86b7b79 |
children | 303708bc73d8 35ca8c4bdaa0 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jan 22 09:59:19 2021 +0100 +++ b/CMakeLists.txt Fri Jan 22 10:08:17 2021 +0100 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.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.8.1") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Fri Jan 22 09:59:19 2021 +0100 +++ b/NEWS Fri Jan 22 10:08:17 2021 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 3.1 (2021-01-22) +======================== + * Fix possible deadlock with "orthanc.RegisterOnChangeCallback()" * During Orthanc shutdown, wait for all the pending events to have been processed