Mercurial > hg > orthanc-databases
changeset 191:206f8c616b80 OrthancMySQL-3.0
set version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Dec 2020 16:23:36 +0100 |
parents | 22a8a6d5ed82 |
children | 031aee96d2da 76d53dcfb92b |
files | MySQL/CMakeLists.txt MySQL/NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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