Browse Source

Version bump to 1.8.2.

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

+ 3 - 1
RELEASE-NOTES.md

@@ -1,7 +1,9 @@
 ZeroTier Release Notes
 ZeroTier Release Notes
 ======
 ======
-# 2021-11-00 -- Version 1.8.2
+# 2021-11-08 -- Version 1.8.2
+
  * Fix multicast on linux.
  * Fix multicast on linux.
+ * Update build flags to possibly support MacOS older than 10.14, but more work needs to be done.
 
 
 # 2021-10-28 -- Version 1.8.1
 # 2021-10-28 -- Version 1.8.1
 
 

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+zerotier-one (1.8.2) unstable; urgency=medium
+
+  * See RELEASE-NOTES.md for release notes.
+
+ -- Adam Ierymenko <[email protected]>  Mon, 08 Nov 2021 01:00:00 -0700
+
 zerotier-one (1.8.1) unstable; urgency=medium
 zerotier-one (1.8.1) unstable; urgency=medium
 
 
   * See RELEASE-NOTES.md for release notes.
   * See RELEASE-NOTES.md for release notes.

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

@@ -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.1</string>
+				<string>1.8.2</string>
 			</dict>
 			</dict>
 			<key>TYPE</key>
 			<key>TYPE</key>
 			<integer>0</integer>
 			<integer>0</integer>

+ 1 - 1
version.h

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

+ 4 - 1
zerotier-one.spec

@@ -1,5 +1,5 @@
 Name:           zerotier-one
 Name:           zerotier-one
-Version:        1.8.1
+Version:        1.8.2
 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
+* Mon Nov 08 2021 Adam Ierymenko <[email protected]> - 1.8.2
+- see https://github.com/zerotier/ZeroTierOne for release notes
+
 * Wed Oct 20 2021 Adam Ierymenko <[email protected]> - 1.8.1
 * Wed Oct 20 2021 Adam Ierymenko <[email protected]> - 1.8.1
 - see https://github.com/zerotier/ZeroTierOne for release notes
 - see https://github.com/zerotier/ZeroTierOne for release notes