Mercurial > hg > orthanc-databases
changeset 113:7cac47fd4d09
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Jan 2019 18:07:46 +0100 |
parents | 1525539ce5d9 (current diff) f73050ad32b4 (diff) |
children | d4a995d2a726 |
files | MySQL/CMakeLists.txt |
diffstat | 3 files changed, 6 insertions(+), 2 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: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"; }
--- 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()
--- 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