# HG changeset patch # User Sebastien Jodogne # Date 1548088291 -3600 # Node ID deab01d8e1c85149e9059194bec266abd038c152 # Parent e92bc25b818f205e42b5b8efef21a4e51407276e set version diff -r e92bc25b818f -r deab01d8e1c8 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Mon Jan 21 17:22:52 2019 +0100 +++ b/PostgreSQL/CMakeLists.txt Mon Jan 21 17:31:31 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 e92bc25b818f -r deab01d8e1c8 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Mon Jan 21 17:22:52 2019 +0100 +++ b/PostgreSQL/NEWS Mon Jan 21 17:31:31 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)