Mercurial > hg > orthanc-databases
changeset 125:b85d672afcb5 OrthancPostgreSQL-3.1
OrthancPostgreSQL-3.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Feb 2019 18:35:48 +0100 |
parents | a981ef52bcf6 |
children | de1dbd841e2b 3424a54ca2ee |
files | PostgreSQL/CMakeLists.txt PostgreSQL/NEWS |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Fri Feb 08 18:10:41 2019 +0100 +++ b/PostgreSQL/CMakeLists.txt Fri Feb 08 18:35:48 2019 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "3.1") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/PostgreSQL/NEWS Fri Feb 08 18:10:41 2019 +0100 +++ b/PostgreSQL/NEWS Fri Feb 08 18:35:48 2019 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Release 3.1 (2019-02-08) +======================== + * Fix build on Debian Buster * Remove "ASSERT" in SQL for compatibility with older releases of PostgreSQL * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata