Version bump.

This commit is contained in:
Adam Ierymenko 2021-09-15 11:55:07 -04:00
parent 3a4425fd4e
commit 9c6ec2c52e
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
5 changed files with 14 additions and 14 deletions

View file

@ -1,17 +1,17 @@
ZeroTier Release Notes ZeroTier Release Notes
====== ======
# 2021-08-31 -- Version 1.8.0 # 2021-09-15 -- Version 1.8.0
* A *completely* rewritten desktop UI for Mac and Windows! * A *completely* rewritten desktop UI for Mac and Windows!
* Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. * Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort.
* Fix for MacOS MTU issue on feth devices. * Fix for MacOS MTU capping issue on feth devices
* Fix for using v6 source addresses for v4 routes * Fix for mistakenly using v6 source addresses for v4 routes on some platforms
* Stop binding to temporary IPv6 addresses * Stop binding to temporary IPv6 addresses
* Set MAC address before bringing up Linux TAP link * Set MAC address before bringing up Linux TAP link
* Check if DNS servers need to be Applied on macOS * Check if DNS servers need to be applied on macOS
* Using json.hpp version 3.10.2 * Upgrade json.hpp dependency to version 3.10.2
# 2021-04-13 -- Version 1.6.5 # 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. * 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,8 +1,8 @@
zerotier-one (1.7.1) unstable; urgency=medium zerotier-one (1.8.0) unstable; urgency=medium
* Version 1.8.0 PRE-release, beta testing. * See RELEASE-NOTES.md for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 23 Aug 2021 01:00:00 -0700 -- Adam Ierymenko <adam.ierymenko@zerotier.com> Wed, 15 Sep 2021 01:00:00 -0700
zerotier-one (1.6.5) unstable; urgency=medium zerotier-one (1.6.5) unstable; urgency=medium

View file

@ -701,7 +701,7 @@
<key>USE_HFS+_COMPRESSION</key> <key>USE_HFS+_COMPRESSION</key>
<false/> <false/>
<key>VERSION</key> <key>VERSION</key>
<string>1.7.2</string> <string>1.8.0</string>
</dict> </dict>
<key>TYPE</key> <key>TYPE</key>
<integer>0</integer> <integer>0</integer>

View file

@ -22,12 +22,12 @@
/** /**
* Minor version * Minor version
*/ */
#define ZEROTIER_ONE_VERSION_MINOR 7 #define ZEROTIER_ONE_VERSION_MINOR 8
/** /**
* Revision * Revision
*/ */
#define ZEROTIER_ONE_VERSION_REVISION 2 #define ZEROTIER_ONE_VERSION_REVISION 0
/** /**
* Build version * Build version

View file

@ -152,7 +152,7 @@ esac
%endif %endif
%changelog %changelog
* Tue Aug 23 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.7.1 * Tue Sep 15 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.0
- see https://github.com/zerotier/ZeroTierOne for release notes - see https://github.com/zerotier/ZeroTierOne for release notes
* Tue Apr 13 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.5 * Tue Apr 13 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.6.5