@@ -1,3 +1,9 @@
+zerotier-one (1.10.1) unstable; urgency=medium
+
+ * See RELEASE-NOTES.md for release notes.
+ -- Adam Ierymenko <[email protected]> Fri, 03 Jun 2022 01:00:00 -0700
zerotier-one (1.8.10) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
@@ -701,7 +701,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
- <string>1.8.10</string>
+ <string>1.10.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
@@ -778,8 +778,6 @@ static int cli(int argc,char **argv)
int64_t expiresIn = ((int64_t)authenticationExpiryTime - OSUtils::now()) / 1000LL;
if (expiresIn >= 0) {
printf(" AUTH OK, expires in: %lld seconds" ZT_EOL_S, expiresIn);
- } else {
- printf(" AUTH OK, refreshing..." ZT_EOL_S);
}
@@ -22,12 +22,12 @@
/**
* Minor version
*/
-#define ZEROTIER_ONE_VERSION_MINOR 8
+#define ZEROTIER_ONE_VERSION_MINOR 10
* Revision
-#define ZEROTIER_ONE_VERSION_REVISION 10
+#define ZEROTIER_ONE_VERSION_REVISION 1
* Build version
@@ -1,5 +1,5 @@
Name: zerotier-one
-Version: 1.8.10
+Version: 1.10.1
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@@ -165,6 +165,9 @@ esac
%endif
%changelog
+* Fri Jun 03 2022 Adam Ierymenko <[email protected]> - 1.10.1
+- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue May 10 2022 Adam Ierymenko <[email protected]> - 1.8.10
- see https://github.com/zerotier/ZeroTierOne for release notes