mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Version bumpity bumpity bump.
This commit is contained in:
parent
147945d20f
commit
9fdf83be60
6 changed files with 17 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
||||||
ZeroTier Release Notes
|
ZeroTier Release Notes
|
||||||
======
|
======
|
||||||
|
|
||||||
|
# 2021-02-15 -- Version 1.6.4
|
||||||
|
|
||||||
|
* The groundhog saw his shadow, which meant that the "connection coma" bug still wasn't gone. We think we found it this time.
|
||||||
|
|
||||||
# 2021-02-02 -- Version 1.6.3
|
# 2021-02-02 -- Version 1.6.3
|
||||||
|
|
||||||
* Likely fix for GitHub issue #1334, an issue that could cause ZeroTier to
|
* Likely fix for GitHub issue #1334, an issue that could cause ZeroTier to
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
zerotier-one (1.6.4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* REALLY fix a problem causing nodes to go into a "coma" with some network configurations.
|
||||||
|
|
||||||
|
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 15 Feb 2021 01:00:00 -0700
|
||||||
|
|
||||||
zerotier-one (1.6.3-1) unstable; urgency=medium
|
zerotier-one (1.6.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix a problem causing nodes to go into a "coma" with some network configurations.
|
* Fix a problem causing nodes to go into a "coma" with some network configurations.
|
||||||
|
|
|
@ -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.3</string>
|
<string>1.6.4</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TYPE</key>
|
<key>TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
/**
|
/**
|
||||||
* Revision
|
* Revision
|
||||||
*/
|
*/
|
||||||
#define ZEROTIER_ONE_VERSION_REVISION 3
|
#define ZEROTIER_ONE_VERSION_REVISION 4
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build version
|
* Build version
|
||||||
|
|
|
@ -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.3"/>
|
<Run FontSize="14" Text="Version 1.6.4"/>
|
||||||
<LineBreak/>
|
<LineBreak/>
|
||||||
<Run FontSize="14" Text="(c) 2011-2021 ZeroTier, Inc."/>
|
<Run FontSize="14" Text="(c) 2011-2021 ZeroTier, Inc."/>
|
||||||
<LineBreak/>
|
<LineBreak/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: zerotier-one
|
Name: zerotier-one
|
||||||
Version: 1.6.3
|
Version: 1.6.4
|
||||||
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 Feb 15 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.4
|
||||||
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
* Mon Nov 30 2020 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.2-0.1
|
* Mon Nov 30 2020 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.2-0.1
|
||||||
- see https://github.com/zerotier/ZeroTierOne for release notes
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue