# HG changeset patch # User Sebastien Jodogne # Date 1548088476 -3600 # Node ID 2c72456028cbfcd40fdc47c0bb7835a44f055380 # Parent 66fd0d5877739865f8eac2c00b995e971c2849f5# Parent deab01d8e1c85149e9059194bec266abd038c152 back to mainline diff -r 66fd0d587773 -r 2c72456028cb PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Mon Jan 21 14:38:12 2019 +0100 +++ b/PostgreSQL/CMakeLists.txt Mon Jan 21 17:34:36 2019 +0100 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "3.0") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "1.4.0") + set(ORTHANC_FRAMEWORK_VERSION "1.5.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r 66fd0d587773 -r 2c72456028cb PostgreSQL/NEWS --- a/PostgreSQL/NEWS Mon Jan 21 14:38:12 2019 +0100 +++ b/PostgreSQL/NEWS Mon Jan 21 17:34:36 2019 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 3.0 (2019-01-21) +======================== + * New configuration option: "EnableSsl" * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 * Fix issue 105 (Unable to connect to PostgreSQL database using SSL)