mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
1.8.4 🦃
This commit is contained in:
parent
ae8df648d5
commit
4af8f1bf03
@ -1,7 +1,15 @@
|
|||||||
ZeroTier Release Notes
|
ZeroTier Release Notes
|
||||||
======
|
======
|
||||||
|
|
||||||
# 2021-11-15 -- -- Version 1.8.3
|
# 2021-11-23 -- Version 1.8.4
|
||||||
|
|
||||||
|
* Happy 🦃 week to our USA users!
|
||||||
|
* This release is now less of a 🦃 on 32-bit Windows and actually installs.
|
||||||
|
* Fixed an ugly font problem on some older macOS versions.
|
||||||
|
* Fixed a bug that could cause the desktop tray app control panel to stop opening after a while on Windows.
|
||||||
|
* Fixed a possible double "release" in macOS tray app code that crashed on older macOS versions.
|
||||||
|
|
||||||
|
# 2021-11-15 -- Version 1.8.3
|
||||||
|
|
||||||
* Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always.
|
* Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always.
|
||||||
* Fix fd leak on MacOS that caused non-responsiveness after some time.
|
* Fix fd leak on MacOS that caused non-responsiveness after some time.
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
zerotier-one (1.8.4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* See RELEASE-NOTES.md for release notes.
|
||||||
|
|
||||||
|
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Mon, 23 Nov 2021 01:00:00 -0700
|
||||||
|
|
||||||
zerotier-one (1.8.3) unstable; urgency=medium
|
zerotier-one (1.8.3) unstable; urgency=medium
|
||||||
|
|
||||||
* See RELEASE-NOTES.md for release notes.
|
* See RELEASE-NOTES.md for release notes.
|
||||||
|
@ -701,7 +701,7 @@
|
|||||||
<key>USE_HFS+_COMPRESSION</key>
|
<key>USE_HFS+_COMPRESSION</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>VERSION</key>
|
<key>VERSION</key>
|
||||||
<string>1.8.3</string>
|
<string>1.8.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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zerotier-one
|
Name: zerotier-one
|
||||||
Version: 1.8.3
|
Version: 1.8.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
|
||||||
|
* Tue Nov 23 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.4
|
||||||
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
* Mon Nov 15 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.3
|
* Mon Nov 15 2021 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.3
|
||||||
- see https://github.com/zerotier/ZeroTierOne for release notes
|
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user