# HG changeset patch # User Sebastien Jodogne # Date 1630411723 -7200 # Node ID 28f354fd36fa7c107419d5663e24d44418f7cefb # Parent c814297de62071cec86677263d863efb1c0a9430 OrthancPython-3.4 diff -r c814297de620 -r 28f354fd36fa CMakeLists.txt --- 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") diff -r c814297de620 -r 28f354fd36fa NEWS --- 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