diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4f810b5df..13756f4ea 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,12 @@ ZeroTier Release Notes ====== +# 2022-03-21 -- Version 1.8.7 + + * Fix for dependency installations in Windows MSI package + * Fix for privilege escalation in desktop UI when the user is not a current super-user + * Bug fix in local OIDC / SSO support + # 2022-03-04 -- Version 1.8.6 * Fixed an issue that could cause the UI to be non-responsive if not joined to any networks. diff --git a/debian/changelog b/debian/changelog index 512be8445..3c2655421 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zerotier-one (1.8.7) unstable; urgency=medium + + * See RELEASE-NOTES.md for release notes. + + -- Adam Ierymenko Mon, 21 Mar 2022 01:00:00 -0700 + zerotier-one (1.8.6) unstable; urgency=medium * See RELEASE-NOTES.md for release notes. diff --git a/ext/installfiles/linux/zerotier-containerized/Dockerfile b/ext/installfiles/linux/zerotier-containerized/Dockerfile index b6d122a0e..7758faf3a 100644 --- a/ext/installfiles/linux/zerotier-containerized/Dockerfile +++ b/ext/installfiles/linux/zerotier-containerized/Dockerfile @@ -7,11 +7,11 @@ FROM debian:buster-slim as builder RUN apt-get update && apt-get install -y curl gnupg RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 0x1657198823e52a61 && \ echo "deb http://download.zerotier.com/debian/buster buster main" > /etc/apt/sources.list.d/zerotier.list -RUN apt-get update && apt-get install -y zerotier-one=1.8.4 +RUN apt-get update && apt-get install -y zerotier-one=1.8.6 COPY ext/installfiles/linux/zerotier-containerized/main.sh /var/lib/zerotier-one/main.sh FROM debian:buster-slim -LABEL version="1.8.4" +LABEL version="1.8.6" LABEL description="Containerized ZeroTier One for use on CoreOS or other Docker-only Linux hosts." # ZeroTier relies on UDP port 9993 diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 48af67b37..75bf70aa3 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.6 + 1.8.7 TYPE 0 diff --git a/ext/installfiles/windows/ZeroTier One.aip b/ext/installfiles/windows/ZeroTier One.aip index 6275d88ab..b644027a8 100644 --- a/ext/installfiles/windows/ZeroTier One.aip +++ b/ext/installfiles/windows/ZeroTier One.aip @@ -1,5 +1,5 @@ - + @@ -27,10 +27,10 @@ - + - + @@ -66,7 +66,7 @@ - + @@ -440,9 +440,12 @@ + + + @@ -450,20 +453,33 @@ + + + + + + + + + + + + + @@ -520,7 +536,7 @@ - + diff --git a/version.h b/version.h index 9b311bb12..0f2a7e0ac 100644 --- a/version.h +++ b/version.h @@ -27,7 +27,7 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 6 +#define ZEROTIER_ONE_VERSION_REVISION 7 /** * Build version diff --git a/zerotier-one.spec b/zerotier-one.spec index 483de24db..d84455c11 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -1,5 +1,5 @@ Name: zerotier-one -Version: 1.8.6 +Version: 1.8.7 Release: 1%{?dist} Summary: ZeroTier network virtualization service @@ -165,6 +165,9 @@ esac %endif %changelog +* Fri Mar 21 2022 Adam Ierymenko - 1.8.7 +- see https://github.com/zerotier/ZeroTierOne for release notes + * Fri Mar 07 2022 Adam Ierymenko - 1.8.6 - see https://github.com/zerotier/ZeroTierOne for release notes