From 4e7ce2cd70f2bfb3b827e5d394de8e8293ec5f71 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 10 Oct 2023 16:05:16 +0200 Subject: [PATCH] set version to 1.3.10: remove timeout on opkg-commands. tested download of DC2C_cash.conf file. --- OnDemandUpdatePTU.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index ae7de10..6855d62 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -30,6 +30,10 @@ DEFINES += QT_DEPRECATED_WARNINGS # git show origin/zg1/zone1 -s --format="c=%h m=%s d=%cI" # Use dynamic values for os-release and apism-version when sending # last version info. +# 1.3.10: Fix premature killing opkg-commands: detected timeout of 100s was +# too small when updating apism. +# Fix display of UPDATE_SUCCESS when opkg_command fails. Detected when +# updating apsim failed. win32 { BUILD_DATE=$$system("date /t") @@ -39,7 +43,7 @@ win32 { BUILD_TIME=$$system("date +%H:%M:%S") } -VERSION="1.3.9" +VERSION="1.3.10" INCLUDEPATH += plugins