From 3340fcca6a131b80a484e470e188c37669713834 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 20 Jun 2023 11:18:20 +1000 Subject: [PATCH] Update util.d (#2428) * Remove running version obsolete flag as this causes a false flagging as obsolete --- src/util.d | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/util.d b/src/util.d index 5313ecc5..cbaa5b8e 100644 --- a/src/util.d +++ b/src/util.d @@ -527,12 +527,6 @@ void checkApplicationVersion() { thisVersionReleaseGracePeriod = thisVersionReleaseGracePeriod.add!"months"(1); log.vdebug("thisVersionReleaseGracePeriod: ", thisVersionReleaseGracePeriod); - // is the published latestest release date greater than the current running release date + grace period - if (thisVersionReleaseGracePeriod.toUnixTime() < publishedDate.toUnixTime()) { - // the running client is obsolete - displayObsolete = true; - } - // is this running version obsolete ? if (!displayObsolete) { // if releaseGracePeriod > currentTime