changeset 480:f2dcfa9b87f8 OrthancOdbc-1.2

ODBC 1.2
author Alain Mazy <am@osimis.io>
date Wed, 06 Mar 2024 18:13:25 +0100
parents 694d1b551cbe
children de34741e1d88
files Odbc/CMakeLists.txt Odbc/NEWS
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Odbc/CMakeLists.txt	Wed Mar 06 15:56:09 2024 +0100
+++ b/Odbc/CMakeLists.txt	Wed Mar 06 18:13:25 2024 +0100
@@ -21,7 +21,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancOdbc)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.2")
 
 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0")
 
--- a/Odbc/NEWS	Wed Mar 06 15:56:09 2024 +0100
+++ b/Odbc/NEWS	Wed Mar 06 18:13:25 2024 +0100
@@ -1,8 +1,7 @@
-Pending changes in the mainline
-===============================
+Release 1.2 (2024-03-06)
+========================
 
 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
-* Added support for labels
 * Compatibility with Orthanc SDK 1.12.0 (communications between the
   Orthanc core and the database plugin using Google Protocol Buffers)
 * Now detecting communication link failure with the DB and retrying to connect.