Mercurial > hg > orthanc-databases
changeset 276:b783063f51f1 OrthancPostgreSQL-4.0
OrthancPostgreSQL-4.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 16:02:10 +0200 |
parents | b6ddd7b7e8ca |
children | a3c4dce95a27 e55e4e8f9459 |
files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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