# HG changeset patch # User Alain Mazy # Date 1675672339 -3600 # Node ID e4ee1b80f94ac8c5fa604570fda0f46a9ccafd72 # Parent 5480f176b2825564304329043bf764cd4fa93bf4 OrthancTransfers-1.4 diff -r 5480f176b282 -r e4ee1b80f94a CMakeLists.txt --- 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") diff -r 5480f176b282 -r e4ee1b80f94a NEWS --- 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.