Mercurial > hg > orthanc-databases
changeset 625:b96c96594e55 OrthancOdbc-1.3
ODBC 1.3
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 19 Dec 2024 11:58:57 +0100 |
parents | a0c2f38a7dea |
children | 813f3633bea1 |
files | Odbc/CMakeLists.txt Odbc/NEWS |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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")
--- 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)