Version bump.

This commit is contained in:
Adam Ierymenko 2021-09-21 14:26:00 -04:00
parent eabe091038
commit 1b66a1cd2f
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
6 changed files with 24 additions and 4 deletions

View File

@ -1,6 +1,10 @@
ZeroTier Release Notes
======
# 2021-09-21 -- Version 1.6.6
* Backport COM hash check mitigation against network member impersonation.
# 2021-04-13 -- Version 1.6.5
* Fix a bug in potential network path filtering that could in some circumstances lead to "software laser" effects.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
zerotier-one (1.6.6) unstable; urgency=medium
* Backport endpoint mitigation against address collision attack.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 21 Sep 2021 01:00:00 -0700
zerotier-one (1.6.5) unstable; urgency=medium
* Fix path filtering bug that could cause "software laser" effect.

View File

@ -689,7 +689,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.6.5</string>
<string>1.6.6</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
@ -865,6 +865,13 @@
</dict>
<key>PROJECT_SETTINGS</key>
<dict>
<key>ADVANCED_OPTIONS</key>
<dict>
<key>installer-script.options:hostArchitectures</key>
<array>
<string>x86_64,arm64</string>
</array>
</dict>
<key>BUILD_FORMAT</key>
<integer>0</integer>
<key>BUILD_PATH</key>

View File

@ -27,7 +27,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 5
#define ZEROTIER_ONE_VERSION_REVISION 6
/**
* Build version

View File

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

View File

@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.6.5
Version: 1.6.6
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@ -152,6 +152,9 @@ esac
%endif
%changelog
* Tue Sep 21 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.6
- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue Apr 13 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.5
- see https://github.com/zerotier/ZeroTierOne for release notes