Mercurial > hg > orthanc-authorization
changeset 221:896b3ddbc238 0.9.1
0.9.1
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 01 Apr 2025 16:10:19 +0200 |
| parents | 1ba6153bc891 |
| children | 6f00429ff0fc 0e0411986f79 |
| files | CMakeLists.txt NEWS |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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
