gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: consider client


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: consider client age in commpatibility check
Date: Sat, 01 Jul 2017 14:08:40 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 76d2def5 consider client age in commpatibility check
76d2def5 is described below

commit 76d2def56349a9190b26591dd75b5a0f17697341
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jul 1 14:06:39 2017 +0200

    consider client age in commpatibility check
---
 src/libtoolVersion.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libtoolVersion.ts b/src/libtoolVersion.ts
index 0525f5c0..8800fde0 100644
--- a/src/libtoolVersion.ts
+++ b/src/libtoolVersion.ts
@@ -49,7 +49,7 @@ export function compare(me: string, other: string): 
VersionMatchResult|undefined
     return undefined;
   }
 
-  const compatible = (meVer.current <= otherVer.current &&
+  const compatible = (meVer.current - meVer.age <= otherVer.current &&
                       meVer.current >= (otherVer.current - otherVer.age));
 
   const currentCmp = Math.sign(meVer.current - otherVer.current);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]