Version bump.

This commit is contained in:
Adam Ierymenko 2020-11-30 16:06:07 -05:00
parent 5391e95fce
commit 9d0b492642
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
6 changed files with 18 additions and 4 deletions

View File

@ -1,6 +1,11 @@
ZeroTier Release Notes ZeroTier Release Notes
====== ======
# 2020-11-30 -- Version 1.6.2
* Fix an ARM hardware AES crypto issue (not an exploitable vulnerability).
* Fix a Linux network leave hang due to a mutex deadlock.
# 2020-11-24 -- Version 1.6.1 # 2020-11-24 -- Version 1.6.1
This release fixes some minor bugs and other issues in 1.6.0. This release fixes some minor bugs and other issues in 1.6.0.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
zerotier-one (1.6.2) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Mon, 30 Nov 2020 01:00:00 -0700
zerotier-one (1.6.1) unstable; urgency=medium zerotier-one (1.6.1) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes. * See RELEASE-NOTES.md for release notes.

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.1</string> <string>1.6.2</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 1 #define ZEROTIER_ONE_VERSION_REVISION 2
/** /**
* Build version * Build version

View File

@ -19,7 +19,7 @@
<Run Text="ZeroTier One"/> <Run Text="ZeroTier One"/>
</Paragraph> </Paragraph>
<Paragraph TextAlignment="Center"> <Paragraph TextAlignment="Center">
<Run FontSize="14" Text="Version 1.6.1"/> <Run FontSize="14" Text="Version 1.6.2"/>
<LineBreak/> <LineBreak/>
<Run FontSize="14" Text="(c) 2011-2020 ZeroTier, Inc."/> <Run FontSize="14" Text="(c) 2011-2020 ZeroTier, Inc."/>
<LineBreak/> <LineBreak/>

View File

@ -1,5 +1,5 @@
Name: zerotier-one Name: zerotier-one
Version: 1.6.1 Version: 1.6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: ZeroTier network virtualization service Summary: ZeroTier network virtualization service
@ -152,6 +152,9 @@ esac
%endif %endif
%changelog %changelog
* Mon Nov 30 2020 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.2-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue Nov 24 2020 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.1-0.1 * Tue Nov 24 2020 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.1-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes - see https://github.com/zerotier/ZeroTierOne for release notes