@@ -1,6 +1,11 @@
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
This release fixes some minor bugs and other issues in 1.6.0.
@@ -1,3 +1,9 @@
+zerotier-one (1.6.2) unstable; urgency=medium
+ * See RELEASE-NOTES.md for release notes.
+ -- Adam Ierymenko <[email protected]> Mon, 30 Nov 2020 01:00:00 -0700
zerotier-one (1.6.1) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
@@ -689,7 +689,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
- <string>1.6.1</string>
+ <string>1.6.2</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
@@ -27,7 +27,7 @@
/**
* Revision
*/
-#define ZEROTIER_ONE_VERSION_REVISION 1
+#define ZEROTIER_ONE_VERSION_REVISION 2
* Build version
@@ -19,7 +19,7 @@
<Run Text="ZeroTier One"/>
</Paragraph>
<Paragraph TextAlignment="Center">
- <Run FontSize="14" Text="Version 1.6.1"/>
+ <Run FontSize="14" Text="Version 1.6.2"/>
<LineBreak/>
<Run FontSize="14" Text="(c) 2011-2020 ZeroTier, Inc."/>
@@ -1,5 +1,5 @@
Name: zerotier-one
-Version: 1.6.1
+Version: 1.6.2
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@@ -152,6 +152,9 @@ esac
%endif
%changelog
+* Mon Nov 30 2020 Adam Ierymenko <[email protected]> - 1.6.2-0.1
+- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue Nov 24 2020 Adam Ierymenko <[email protected]> - 1.6.1-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes