# HG changeset patch # User Sebastien Jodogne # Date 1681648846 -7200 # Node ID f08480528372a487202610f98c30f29723d131c2 # Parent 614031f7a16d3b340b98aab4650ae5641ada2786 OrthancMySQL-5.0 diff -r 614031f7a16d -r f08480528372 MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Sat Apr 15 18:40:24 2023 +0200 +++ b/MySQL/CMakeLists.txt Sun Apr 16 14:40:46 2023 +0200 @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancMySQL) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "5.0") set(ORTHANC_OPTIMAL_VERSION_MAJOR 1) set(ORTHANC_OPTIMAL_VERSION_MINOR 12) diff -r 614031f7a16d -r f08480528372 MySQL/NEWS --- a/MySQL/NEWS Sat Apr 15 18:40:24 2023 +0200 +++ b/MySQL/NEWS Sun Apr 16 14:40:46 2023 +0200 @@ -1,6 +1,11 @@ Pending changes in the mainline =============================== + +Release 5.0 (2023-04-16) +======================== + +* Added support for labels * Compatibility with Orthanc SDK 1.12.0 (communications between the Orthanc core and the database plugin using Google Protocol Buffers) * Upgraded dependencies for static builds (notably on Windows and LSB): diff -r 614031f7a16d -r f08480528372 Odbc/NEWS --- a/Odbc/NEWS Sat Apr 15 18:40:24 2023 +0200 +++ b/Odbc/NEWS Sun Apr 16 14:40:46 2023 +0200 @@ -1,6 +1,7 @@ Pending changes in the mainline =============================== +* Added support for labels * Compatibility with Orthanc SDK 1.12.0 (communications between the Orthanc core and the database plugin using Google Protocol Buffers) diff -r 614031f7a16d -r f08480528372 PostgreSQL/NEWS --- a/PostgreSQL/NEWS Sat Apr 15 18:40:24 2023 +0200 +++ b/PostgreSQL/NEWS Sun Apr 16 14:40:46 2023 +0200 @@ -5,6 +5,7 @@ Release 5.0 (2023-04-15) ======================== +* Added support for labels * Compatibility with Orthanc SDK 1.12.0 (communications between the Orthanc core and the database plugin using Google Protocol Buffers) * Upgraded dependencies for static builds (notably on Windows and LSB):