Mercurial > hg > orthanc-python
changeset 93:28f354fd36fa OrthancPython-3.4
OrthancPython-3.4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Aug 2021 14:08:43 +0200 |
parents | c814297de620 |
children | 8d9f935751fb 429475372db7 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Aug 31 13:46:02 2021 +0200 +++ b/CMakeLists.txt Tue Aug 31 14:08:43 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.4") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Tue Aug 31 13:46:02 2021 +0200 +++ b/NEWS Tue Aug 31 14:08:43 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 3.4 (2021-08-31) +======================== + * On Orthanc stopping, wait for all the queued events to have been processed * Docker-based builder scripts distinguishing Debian buster and bullseye