# HG changeset patch # User Sebastien Jodogne # Date 1608132216 -3600 # Node ID 206f8c616b803bbf2a48fb9b85990883e672d71f # Parent 22a8a6d5ed8237ee459173fb7fd39bfe9ba83e47 set version diff -r 22a8a6d5ed82 -r 206f8c616b80 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Wed Dec 16 16:16:49 2020 +0100 +++ b/MySQL/CMakeLists.txt Wed Dec 16 16:23:36 2020 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "3.0") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 5) diff -r 22a8a6d5ed82 -r 206f8c616b80 MySQL/NEWS --- a/MySQL/NEWS Wed Dec 16 16:16:49 2020 +0100 +++ b/MySQL/NEWS Wed Dec 16 16:23:36 2020 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 3.0 (2020-12-16) +======================== + * Report issue/solution and prevent the start of Orthanc if the MySQL user is not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege) * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata