# HG changeset patch # User Alain Mazy # Date 1699888862 -3600 # Node ID 5a6ff0c93cf4310e39316a9c1c57235d69164a23 # Parent 0205e9efaca82ca5bfd6f0250a8c65504c060f34 0.6.1 diff -r 0205e9efaca8 -r 5a6ff0c93cf4 CMakeLists.txt --- a/CMakeLists.txt Mon Nov 13 15:31:06 2023 +0100 +++ b/CMakeLists.txt Mon Nov 13 16:21:02 2023 +0100 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.6.1") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") diff -r 0205e9efaca8 -r 5a6ff0c93cf4 NEWS --- a/NEWS Mon Nov 13 15:31:06 2023 +0100 +++ b/NEWS Mon Nov 13 16:21:02 2023 +0100 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +23-09-18 - v 0.6.0 +================== * updated default "Permissions" configuration to take the "/merge" routes into account.