# HG changeset patch # User Alain Mazy # Date 1595243262 -7200 # Node ID b09c634e6fead67493edf3446b1b952e98bfc5f9 # Parent 987cb95c1aeef3ad115eec3c425306d9cdd2066c 0.9.2 diff -r 987cb95c1aee -r b09c634e6fea Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Mon Jul 20 12:21:07 2020 +0200 +++ b/Aws/CMakeLists.txt Mon Jul 20 13:07:42 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.2") include(CheckIncludeFileCXX) diff -r 987cb95c1aee -r b09c634e6fea Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Mon Jul 20 12:21:07 2020 +0200 +++ b/Azure/CMakeLists.txt Mon Jul 20 13:07:42 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.2") include(CheckIncludeFileCXX) diff -r 987cb95c1aee -r b09c634e6fea Google/CMakeLists.txt --- a/Google/CMakeLists.txt Mon Jul 20 12:21:07 2020 +0200 +++ b/Google/CMakeLists.txt Mon Jul 20 13:07:42 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.2") include(CheckIncludeFileCXX) diff -r 987cb95c1aee -r b09c634e6fea NEWS --- a/NEWS Mon Jul 20 12:21:07 2020 +0200 +++ b/NEWS Mon Jul 20 13:07:42 2020 +0200 @@ -1,6 +1,9 @@ Pending changes in the mainline =============================== +2020-07-20 - v 0.9.2 +==================== + * Prevent Orthanc to start if plugin fails to start 2020-07-15 - v 0.9.1