Mercurial > hg > orthanc-python
changeset 61:303708bc73d8
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Jan 2021 10:12:17 +0100 |
parents | d88ae86b7b79 (current diff) 950c1fb892ad (diff) |
children | d82eef8c98fc |
files | CMakeLists.txt |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jan 22 09:59:19 2021 +0100 +++ b/CMakeLists.txt Fri Jan 22 10:12:17 2021 +0100 @@ -7,7 +7,7 @@ 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:12: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