# HG changeset patch # User Sebastien Jodogne # Date 1619164636 -7200 # Node ID f052e1d7cf8ca5a196cf290a9f51ae10632cd22d # Parent dfaede12519af19cd40fd1b8266a7e84de6b4017 set version diff -r dfaede12519a -r f052e1d7cf8c MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Fri Apr 23 09:51:14 2021 +0200 +++ b/MySQL/CMakeLists.txt Fri Apr 23 09:57:16 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "4.0") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 9) diff -r dfaede12519a -r f052e1d7cf8c MySQL/NEWS --- a/MySQL/NEWS Fri Apr 23 09:51:14 2021 +0200 +++ b/MySQL/NEWS Fri Apr 23 09:57:16 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 4.0 (2021-04-23) +======================== + * New option "IndexConnectionsCount" to control how many simultaneous connections to the MySQL database are used by the index plugin * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2