# HG changeset patch # User Sebastien Jodogne # Date 1549647348 -3600 # Node ID b85d672afcb5cf5382741fb81c7b6e0213f2be9e # Parent a981ef52bcf60c75b3135912703eef1a4cb73a9e OrthancPostgreSQL-3.1 diff -r a981ef52bcf6 -r b85d672afcb5 PostgreSQL/CMakeLists.txt --- 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") diff -r a981ef52bcf6 -r b85d672afcb5 PostgreSQL/NEWS --- 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