Version bumps to 1.6.3

This commit is contained in:
Adam Ierymenko 2021-02-02 16:51:02 -05:00
parent 697c8c9882
commit 343ccd911b
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
6 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,11 @@
ZeroTier Release Notes 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 # 2020-11-30 -- Version 1.6.2
* Fix an ARM hardware AES crypto issue (not an exploitable vulnerability). * Fix an ARM hardware AES crypto issue (not an exploitable vulnerability).

6
debian/changelog vendored
View file

@ -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 <adam.ierymenko@zerotier.com> Tue, 02 Feb 2021 01:00:00 -0700
zerotier-one (1.6.2-2) unstable; urgency=medium zerotier-one (1.6.2-2) unstable; urgency=medium
* This is a minor update to the 1.6.2 package to address issues with * This is a minor update to the 1.6.2 package to address issues with

View file

@ -689,7 +689,7 @@
<key>USE_HFS+_COMPRESSION</key> <key>USE_HFS+_COMPRESSION</key>
<false/> <false/>
<key>VERSION</key> <key>VERSION</key>
<string>1.6.2</string> <string>1.6.3</string>
</dict> </dict>
<key>TYPE</key> <key>TYPE</key>
<integer>0</integer> <integer>0</integer>

View file

@ -27,7 +27,7 @@
/** /**
* Revision * Revision
*/ */
#define ZEROTIER_ONE_VERSION_REVISION 2 #define ZEROTIER_ONE_VERSION_REVISION 3
/** /**
* Build version * Build version

View file

@ -19,9 +19,9 @@
<Run Text="ZeroTier One"/> <Run Text="ZeroTier One"/>
</Paragraph> </Paragraph>
<Paragraph TextAlignment="Center"> <Paragraph TextAlignment="Center">
<Run FontSize="14" Text="Version 1.6.2"/> <Run FontSize="14" Text="Version 1.6.3"/>
<LineBreak/> <LineBreak/>
<Run FontSize="14" Text="(c) 2011-2020 ZeroTier, Inc."/> <Run FontSize="14" Text="(c) 2011-2021 ZeroTier, Inc."/>
<LineBreak/> <LineBreak/>
<Run FontSize="14" Text="www.zerotier.com"/> <Run FontSize="14" Text="www.zerotier.com"/>
</Paragraph> </Paragraph>

View file

@ -1,5 +1,5 @@
Name: zerotier-one Name: zerotier-one
Version: 1.6.2 Version: 1.6.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: ZeroTier network virtualization service Summary: ZeroTier network virtualization service