Browse Source

Version bump.

pull/2/head
Adam Ierymenko 5 years ago
parent
commit
1b66a1cd2f
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 4
      RELEASE-NOTES.md
  2. 6
      debian/changelog
  3. 9
      ext/installfiles/mac/ZeroTier One.pkgproj
  4. 2
      version.h
  5. 2
      windows/WinUI/AboutView.xaml
  6. 5
      zerotier-one.spec

4
RELEASE-NOTES.md

@ -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

@ -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.

9
ext/installfiles/mac/ZeroTier One.pkgproj

@ -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>

2
version.h

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

2
windows/WinUI/AboutView.xaml

@ -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/>

5
zerotier-one.spec

@ -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

Loading…
Cancel
Save