# HG changeset patch # User Alain Mazy # Date 1782205424 -7200 # Node ID 55fde62793df16fe94c82c547602a10a01a1708f # Parent bc28366a0be3add0fb6a233dae5b02d66120f385 PG 10.2 diff -r bc28366a0be3 -r 55fde62793df PostgreSQL/CMakeLists.txt --- 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") diff -r bc28366a0be3 -r 55fde62793df PostgreSQL/NEWS --- 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) =========================