Mercurial > hg > orthanc-databases
changeset 179:9b500ad566c0 OrthancPostgreSQL-3.3
OrthancPostgreSQL-3.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Dec 2020 15:55:55 +0100 |
parents | 48aa43c14bb3 |
children | 5e604adfd41f 3f4fa9ca637b |
files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Sun Dec 13 12:37:30 2020 +0100 +++ b/PostgreSQL/CMakeLists.txt Mon Dec 14 15:55:55 2020 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "3.3") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 5) @@ -11,7 +11,7 @@ set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "${ORTHANC_OPTIMAL_VERSION_MAJOR}.${ORTHANC_OPTIMAL_VERSION_MINOR}.${ORTHANC_OPTIMAL_VERSION_REVISION}") + set(ORTHANC_FRAMEWORK_VERSION "1.8.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/PostgreSQL/NEWS Sun Dec 13 12:37:30 2020 +0100 +++ b/PostgreSQL/NEWS Mon Dec 14 15:55:55 2020 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 3.3 (2020-12-14) +======================== + * Added an advisory lock to avoid race conditions during database setup * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure the retries when connecting to the DB at startup