changeset 823:55fde62793df OrthancPostgreSQL-10.2

PG 10.2
author Alain Mazy <am@orthanc.team>
date Tue, 23 Jun 2026 11:03:44 +0200
parents bc28366a0be3
children 7c42cdf07d2b
files PostgreSQL/CMakeLists.txt PostgreSQL/NEWS
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt	Tue Jun 23 10:15:40 2026 +0200
+++ b/PostgreSQL/CMakeLists.txt	Tue Jun 23 11:03:44 2026 +0200
@@ -22,7 +22,7 @@
 cmake_minimum_required(VERSION 2.8...4.0)
 project(OrthancPostgreSQL)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "10.2")
 
 # This is the preferred version of the Orthanc SDK for this plugin
 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.10")
--- a/PostgreSQL/NEWS	Tue Jun 23 10:15:40 2026 +0200
+++ b/PostgreSQL/NEWS	Tue Jun 23 11:03:44 2026 +0200
@@ -1,3 +1,12 @@
+Release 10.2 (2026-06-23)
+=========================
+
+Changes:
+* Internal changes only:
+  - Enable linking with libpq18 (Ubuntu 26.04).
+  - Show more details when an internal error occurs.
+
+
 Release 10.1 (2026-04-14)
 =========================