# HG changeset patch # User Sebastien Jodogne # Date 1607957755 -3600 # Node ID 9b500ad566c0d1beb7b1f4725032fb4603ad08ee # Parent 48aa43c14bb3689ff87f67fc0aec11c81cb35e95 OrthancPostgreSQL-3.3 diff -r 48aa43c14bb3 -r 9b500ad566c0 PostgreSQL/CMakeLists.txt --- 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() diff -r 48aa43c14bb3 -r 9b500ad566c0 PostgreSQL/NEWS --- 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