Mercurial > hg > orthanc-authorization
changeset 208:032194835063 0.8.2
0.8.2
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 22 Jan 2025 15:29:05 +0100 |
parents | 88ba174ff553 |
children | 7adf0b08f4c5 86c01a2a083e |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Tue Jan 21 17:49:04 2025 +0100 +++ b/CMakeLists.txt Wed Jan 22 15:29:05 2025 +0100 @@ -21,7 +21,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.8.2") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS Tue Jan 21 17:49:04 2025 +0100 +++ b/NEWS Wed Jan 22 15:29:05 2025 +0100 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +2025-01-22 - v 0.8.2 +==================== * Fix forbidden access when the PatientID and StudyInstanceUID are identical. * Fix an error when WebServiceSettingsRolesUrl is not defined.