Browse Source

1.10.1 version bumps

Adam Ierymenko 3 years ago
parent
commit
cb692d73c8
5 changed files with 17 additions and 3 deletions
  1. 5 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

+ 5 - 0
RELEASE-NOTES.md

@@ -1,6 +1,11 @@
 ZeroTier Release Notes
 ======
 
+# 2022-06-27 -- Version 1.10.1
+
+ * Fix an issue that could cause SSO clients to get "stuck" on stale auth URLs.
+ * A few other SSO related bug fixes.
+
 # 2022-06-07 -- Version 1.10.0
 
  * Fix formatting problem in `zerotier-cli` when using SSO networks.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+zerotier-one (1.10.1) unstable; urgency=medium
+
+  * See RELEASE-NOTES.md for release notes.
+
+ -- Adam Ierymenko <[email protected]>  Mon, 27 Jun 2022 01:00:00 -0700
+
 zerotier-one (1.10.0) 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.10.0</string>
+				<string>1.10.1</string>
 			</dict>
 			<key>TYPE</key>
 			<integer>0</integer>

+ 1 - 1
version.h

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

+ 4 - 1
zerotier-one.spec

@@ -1,5 +1,5 @@
 Name:           zerotier-one
-Version:        1.10.0
+Version:        1.10.1
 Release:        1%{?dist}
 Summary:        ZeroTier network virtualization service
 
@@ -131,6 +131,9 @@ chmod 700 $RPM_BUILD_ROOT/etc/init.d/${name}
 %endif
 
 %changelog
+* Mon Jun 27 2022 Adam Ierymenko <[email protected]> - 1.10.1
+- see https://github.com/zerotier/ZeroTierOne for release notes
+
 * Fri Jun 03 2022 Adam Ierymenko <[email protected]> - 1.10.0
 - see https://github.com/zerotier/ZeroTierOne for release notes