Mercurial > hg > orthanc-authorization
changeset 26:62c08aa2d4a9
merge 0.2.3 -> mainline
author | am@osimis.io |
---|---|
date | Mon, 13 Aug 2018 17:37:00 +0200 |
parents | 335e4d25b4be (current diff) 785b0181ee29 (diff) |
children | 38893b4deeb4 |
files | |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jul 20 15:20:03 2018 +0200 +++ b/CMakeLists.txt Mon Aug 13 17:37:00 2018 +0200 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "0.2.3") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS Fri Jul 20 15:20:03 2018 +0200 +++ b/NEWS Mon Aug 13 17:37:00 2018 +0200 @@ -1,10 +1,17 @@ Pending changes in the mainline =============================== -* Added automated build +2018-08-13 - v 0.2.3 +==================== + * Compatibility with Linux Standard Base * Now using the Orthanc framework +2018-07-19 - v 0.2.2 +==================== + +* Added automated build + 2018-03-09 - v 0.2.1 ====================