diff --git a/debian/changelog b/debian/changelog index 67f79a86c..283e33490 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.10.1) unstable; urgency=medium + + * See RELEASE-NOTES.md for release notes. + + -- Adam Ierymenko Fri, 03 Jun 2022 01:00:00 -0700 + zerotier-one (1.8.10) unstable; urgency=medium * See RELEASE-NOTES.md for release notes. diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 8bbaef35e..49d9a24c6 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -701,7 +701,7 @@ USE_HFS+_COMPRESSION VERSION - 1.8.10 + 1.10.1 TYPE 0 diff --git a/ext/installfiles/windows/Prerequisites/WebView2/MicrosoftEdgeWebview2Setup.exe b/ext/installfiles/windows/Prerequisites/WebView2/MicrosoftEdgeWebview2Setup.exe deleted file mode 100644 index f24fedaeb..000000000 Binary files a/ext/installfiles/windows/Prerequisites/WebView2/MicrosoftEdgeWebview2Setup.exe and /dev/null differ diff --git a/one.cpp b/one.cpp index 33803dc7b..f718e09ab 100644 --- a/one.cpp +++ b/one.cpp @@ -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); } } } diff --git a/version.h b/version.h index b4ccfdac1..346e3df01 100644 --- a/version.h +++ b/version.h @@ -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 diff --git a/zerotier-one.spec b/zerotier-one.spec index 80396f003..1b75a3ae5 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -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 - 1.10.1 +- see https://github.com/zerotier/ZeroTierOne for release notes + * Tue May 10 2022 Adam Ierymenko - 1.8.10 - see https://github.com/zerotier/ZeroTierOne for release notes