# HG changeset patch # User Alain Mazy # Date 1709745205 -3600 # Node ID f2dcfa9b87f8a60c0613b4c25c37f2215b4600ce # Parent 694d1b551cbedaa3744e0cfc9242b48f9461a201 ODBC 1.2 diff -r 694d1b551cbe -r f2dcfa9b87f8 Odbc/CMakeLists.txt --- 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") diff -r 694d1b551cbe -r f2dcfa9b87f8 Odbc/NEWS --- 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.