# HG changeset patch # User Sebastien Jodogne # Date 1619100130 -7200 # Node ID b783063f51f15c97e6bb125dde0fc1eacea3425d # Parent b6ddd7b7e8ca85a5d66d2381eb146b454bbcecae OrthancPostgreSQL-4.0 diff -r b6ddd7b7e8ca -r b783063f51f1 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Thu Apr 22 15:22:30 2021 +0200 +++ b/PostgreSQL/CMakeLists.txt Thu Apr 22 16:02:10 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -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 b6ddd7b7e8ca -r b783063f51f1 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Thu Apr 22 15:22:30 2021 +0200 +++ b/PostgreSQL/NEWS Thu Apr 22 16:02:10 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 4.0 (2021-04-22) +======================== + * New option "IndexConnectionsCount" to control how many simultaneous connections to the PostgreSQL database are used by the index plugin * Support of revisions for metadata and attachments