# HG changeset patch # User am@osimis.io # Date 1534174620 -7200 # Node ID 62c08aa2d4a931fe9c34c51dc9e32c5ceee0ae5c # Parent 335e4d25b4be46af2696f0ed78aa112a53e2d9d9# Parent 785b0181ee29b6ea8edfcd4166d6d2ac6df93f00 merge 0.2.3 -> mainline diff -r 335e4d25b4be -r 62c08aa2d4a9 CMakeLists.txt --- 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") diff -r 335e4d25b4be -r 62c08aa2d4a9 NEWS --- 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 ====================