# HG changeset patch # User Alain Mazy # Date 1734605937 -3600 # Node ID b96c96594e55ea3b2c63c457b9df34f1291e7a2a # Parent a0c2f38a7dea77cca2981cdaab9b103925f9bd1d ODBC 1.3 diff -r a0c2f38a7dea -r b96c96594e55 Odbc/CMakeLists.txt --- a/Odbc/CMakeLists.txt Wed Dec 18 18:52:40 2024 +0100 +++ b/Odbc/CMakeLists.txt Thu Dec 19 11:58:57 2024 +0100 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancOdbc) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.3") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0") diff -r a0c2f38a7dea -r b96c96594e55 Odbc/NEWS --- a/Odbc/NEWS Wed Dec 18 18:52:40 2024 +0100 +++ b/Odbc/NEWS Thu Dec 19 11:58:57 2024 +0100 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Release 1.3 (2024-12-19) +======================== Minimum plugin SDK: 0.9.5 Optimal plugin SDK: 1.12.0+ @@ -7,8 +7,6 @@ Optimal Orthanc runtime: 1.12.0+ * Fix check of Orthanc runtime version -* Added support for ExtendedChanges: - - changes?type=...&to=... * Fix bug 224, error when using LIMIT with MSSQLServer https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=224 * Fixed a memory leak when executing non cached SQL statements (rarely used)