Mercurial > hg > orthanc-databases
changeset 101:2c72456028cb
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 21 Jan 2019 17:34:36 +0100 |
parents | 66fd0d587773 (current diff) deab01d8e1c8 (diff) |
children | 905bd21eb327 |
files | |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()
--- 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)