# HG changeset patch # User Alain Mazy # Date 1743516619 -7200 # Node ID 896b3ddbc2385bd7129d6b765e535a35a3952406 # Parent 1ba6153bc891fc49d7865927c2c3dfbc7e24b6b2 0.9.1 diff -r 1ba6153bc891 -r 896b3ddbc238 CMakeLists.txt --- a/CMakeLists.txt Mon Mar 24 12:04:35 2025 +0100 +++ b/CMakeLists.txt Tue Apr 01 16:10:19 2025 +0200 @@ -21,7 +21,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.9.1") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") diff -r 1ba6153bc891 -r 896b3ddbc238 NEWS --- a/NEWS Mon Mar 24 12:04:35 2025 +0100 +++ b/NEWS Tue Apr 01 16:10:19 2025 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +2025-04-01 - v 0.9.1 +==================== * The plugin is now using the HttpClient from the Orthanc core instead of its own HttpClient which should enable support for https since the plugin