Mercurial > hg > orthanc-databases
changeset 112:f73050ad32b4 OrthancMySQL-2.0
OrthancMySQL-2.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Jan 2019 18:04:38 +0100 |
parents | 1525539ce5d9 |
children | 7cac47fd4d09 fbdef0562717 |
files | Framework/Plugins/PluginInitialization.cpp MySQL/CMakeLists.txt MySQL/NEWS |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Plugins/PluginInitialization.cpp Wed Jan 23 17:27:13 2019 +0100 +++ b/Framework/Plugins/PluginInitialization.cpp Wed Jan 23 18:04:38 2019 +0100 @@ -121,7 +121,7 @@ { LOG(WARNING) << "Performance warning in " << dbms << " index: Your version of Orthanc (" - << context->orthancVersion << ") should be upgraded to 1.4.0 " + << context->orthancVersion << ") should be upgraded to 1.5.2 " << "to benefit from best performance"; }
--- a/MySQL/CMakeLists.txt Wed Jan 23 17:27:13 2019 +0100 +++ b/MySQL/CMakeLists.txt Wed Jan 23 18:04:38 2019 +0100 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "2.0") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "1.4.0") + set(ORTHANC_FRAMEWORK_VERSION "1.5.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/MySQL/NEWS Wed Jan 23 17:27:13 2019 +0100 +++ b/MySQL/NEWS Wed Jan 23 18:04:38 2019 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 2.0 (2019-01-32) +======================== + * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 * Characters "$" and "_" are allowed in MySQL database identifiers * Fix serialization of jobs if many of them