Mercurial > hg > orthanc-transfers
changeset 57:e4ee1b80f94a OrthancTransfers-1.4
OrthancTransfers-1.4
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 06 Feb 2023 09:32:19 +0100 |
parents | 5480f176b282 |
children | bcffcce35890 39bfe0816341 |
files | CMakeLists.txt NEWS |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon Feb 06 09:28:11 2023 +0100 +++ b/CMakeLists.txt Mon Feb 06 09:32:19 2023 +0100 @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancTransfers) -set(ORTHANC_PLUGIN_VERSION "mainline") +set(ORTHANC_PLUGIN_VERSION "1.4") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS Mon Feb 06 09:28:11 2023 +0100 +++ b/NEWS Mon Feb 06 09:32:19 2023 +0100 @@ -1,9 +1,11 @@ -Pending changes in the mainline -=============================== +Version 1.4 (2023-02-06) +======================== -=> Minimum SDK version: 1.11.3 <= +=> Recommaneded SDK version: 1.11.2 <= +=> Minimum SDK version: 1.5.0 <= -* updated to Orthanc Framework and SDK 1.11.3 +* updated to Orthanc Framework and SDK 1.11.3: improved HTTP Client logs + avoid possible + crash in Job GetContent. * new "PeerConnectivityTimeout" configuration to configure the HTTP Timeout when checking if a remote peer has the transfer plugin enabled in /transfers/peers GET route. Default value is 2 which was the hardcoded default value in previous versions.