# HG changeset patch # User Sebastien Jodogne # Date 1548263266 -3600 # Node ID 7cac47fd4d09fee038da0c8b3c6dfefebe73f79a # Parent 1525539ce5d9aea190c5d2531ef84b3d2f1f9b0d# Parent f73050ad32b480cc2724c40c5196bdc36518dfd3 back to mainline diff -r 1525539ce5d9 -r 7cac47fd4d09 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:07:46 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 7cac47fd4d09 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Wed Jan 23 17:27:13 2019 +0100 +++ b/MySQL/CMakeLists.txt Wed Jan 23 18:07:46 2019 +0100 @@ -7,7 +7,7 @@ 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 7cac47fd4d09 MySQL/NEWS --- a/MySQL/NEWS Wed Jan 23 17:27:13 2019 +0100 +++ b/MySQL/NEWS Wed Jan 23 18:07:46 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