# HG changeset patch # User Sebastien Jodogne # Date 1548263078 -3600 # Node ID f73050ad32b480cc2724c40c5196bdc36518dfd3 # Parent 1525539ce5d9aea190c5d2531ef84b3d2f1f9b0d OrthancMySQL-2.0 diff -r 1525539ce5d9 -r f73050ad32b4 Framework/Plugins/PluginInitialization.cpp --- 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"; } diff -r 1525539ce5d9 -r f73050ad32b4 MySQL/CMakeLists.txt --- 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() diff -r 1525539ce5d9 -r f73050ad32b4 MySQL/NEWS --- 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