diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4b38cb1fc..9f2483ef8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,7 +1,15 @@ 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. * Fix fd leak on MacOS that caused non-responsiveness after some time. diff --git a/debian/changelog b/debian/changelog index 75ee9674a..97ab9b0e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.8.4) unstable; urgency=medium + + * See RELEASE-NOTES.md for release notes. + + -- Adam Ierymenko Mon, 23 Nov 2021 01:00:00 -0700 + zerotier-one (1.8.3) unstable; urgency=medium * See RELEASE-NOTES.md for release notes. diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 4a46b4add..852b15fff 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -701,7 +701,7 @@ USE_HFS+_COMPRESSION VERSION - 1.8.3 + 1.8.4 TYPE 0 diff --git a/version.h b/version.h index eea8cfa9a..943126236 100644 --- a/version.h +++ b/version.h @@ -27,7 +27,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 3 +#define ZEROTIER_ONE_VERSION_REVISION 4 /** * Build version diff --git a/zerotier-one.spec b/zerotier-one.spec index 17e0b0ba4..a3520121d 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.8.3 +Version: 1.8.4 Release: 1%{?dist} Summary: ZeroTier network virtualization service @@ -152,6 +152,9 @@ esac %endif %changelog +* Tue Nov 23 2021 Adam Ierymenko - 1.8.4 +- see https://github.com/zerotier/ZeroTierOne for release notes + * Mon Nov 15 2021 Adam Ierymenko - 1.8.3 - see https://github.com/zerotier/ZeroTierOne for release notes