Adam Ierymenko 3 gadi atpakaļ
vecāks
revīzija
2800534445
5 mainītis faili ar 18 papildinājumiem un 3 dzēšanām
  1. 6 0
      RELEASE-NOTES.md
  2. 6 0
      debian/changelog
  3. 1 1
      ext/installfiles/mac/ZeroTier One.pkgproj
  4. 1 1
      version.h
  5. 4 1
      zerotier-one.spec

+ 6 - 0
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.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+zerotier-one (1.8.7) unstable; urgency=medium
+
+  * See RELEASE-NOTES.md for release notes.
+
+ -- Adam Ierymenko <[email protected]>  Mon, 21 Mar 2022 01:00:00 -0700
+
 zerotier-one (1.8.6) unstable; urgency=medium
 
   * See RELEASE-NOTES.md for release notes.

+ 1 - 1
ext/installfiles/mac/ZeroTier One.pkgproj

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

+ 1 - 1
version.h

@@ -27,7 +27,7 @@
 /**
  * Revision
  */
-#define ZEROTIER_ONE_VERSION_REVISION 6
+#define ZEROTIER_ONE_VERSION_REVISION 7
 
 /**
  * Build version

+ 4 - 1
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 <[email protected]> - 1.8.7
+- see https://github.com/zerotier/ZeroTierOne for release notes
+
 * Fri Mar 07 2022 Adam Ierymenko <[email protected]> - 1.8.6
 - see https://github.com/zerotier/ZeroTierOne for release notes