changeset 412:f08480528372 OrthancMySQL-5.0

OrthancMySQL-5.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Apr 2023 14:40:46 +0200
parents 614031f7a16d
children afb30d17f090 41849b4ab5ac
files MySQL/CMakeLists.txt MySQL/NEWS Odbc/NEWS PostgreSQL/NEWS
diffstat 4 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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):
--- 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)
 
--- 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):