diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2df65f7c7..27909c337 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,11 @@ ZeroTier Release Notes ====== +# 2021-02-02 -- Version 1.6.3 + + * Fix a path learning problem causing nodes to go into a "coma" in some network configurations + * Also groundhog day + # 2020-11-30 -- Version 1.6.2 * Fix an ARM hardware AES crypto issue (not an exploitable vulnerability). diff --git a/debian/changelog b/debian/changelog index 39256f091..1256f8d5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.6.3-1) unstable; urgency=medium + + * Fix a problem causing nodes to go into a "coma" with some network configurations. + + -- Adam Ierymenko Tue, 02 Feb 2021 01:00:00 -0700 + zerotier-one (1.6.2-2) unstable; urgency=medium * This is a minor update to the 1.6.2 package to address issues with diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 6f728fcbe..0243253d3 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -689,7 +689,7 @@ USE_HFS+_COMPRESSION VERSION - 1.6.2 + 1.6.3 TYPE 0 diff --git a/version.h b/version.h index 997083e39..604e99a18 100644 --- a/version.h +++ b/version.h @@ -27,7 +27,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 2 +#define ZEROTIER_ONE_VERSION_REVISION 3 /** * Build version diff --git a/windows/WinUI/AboutView.xaml b/windows/WinUI/AboutView.xaml index 47dd201bf..3fe1305c2 100644 --- a/windows/WinUI/AboutView.xaml +++ b/windows/WinUI/AboutView.xaml @@ -19,9 +19,9 @@ - + - + diff --git a/zerotier-one.spec b/zerotier-one.spec index d29a15564..71c245038 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} Summary: ZeroTier network virtualization service