Browse Source

Be more consistent about versioning.

Adam Ierymenko 4 years ago
parent
commit
e26a8be3df
3 changed files with 8 additions and 6 deletions
  1. 5 3
      RELEASE-NOTES.md
  2. 1 1
      ext/installfiles/mac/ZeroTier One.pkgproj
  3. 2 2
      windows/WinUI/AboutView.xaml

+ 5 - 3
RELEASE-NOTES.md

@@ -1,9 +1,9 @@
 ZeroTier Release Notes
 ZeroTier Release Notes
 ======
 ======
 
 
-# 2020-10-05 -- Version 1.6.0-beta1
+# 2020-10-05 -- Version 1.5.0 (actually 1.6.0-beta1)
 
 
-Version 1.6.0 is a significant release that incorporates a number of back-ported fixes and features from the ZeroTier 2.0 tree.
+Version 1.6.0 (1.5.0 is a beta!) is a significant release that incorporates a number of back-ported fixes and features from the ZeroTier 2.0 tree.
 
 
 Major new features are:
 Major new features are:
 
 
@@ -11,13 +11,15 @@ Major new features are:
  * **DNS configuration** push from network controllers to end nodes, with locally configurable permissions for whether or not push is allowed.
  * **DNS configuration** push from network controllers to end nodes, with locally configurable permissions for whether or not push is allowed.
  * **AES-GMAC-SIV** encryption mode, which is both somewhat more secure and significantly faster than the old Salsa20/12-Poly1305 mode on hardware that supports AES acceleration. This includes virtually all X86-64 chips and most ARM64. This mode is based on AES-SIV and has been audited by Trail of Bits to ensure that it is equivalent security-wise.
  * **AES-GMAC-SIV** encryption mode, which is both somewhat more secure and significantly faster than the old Salsa20/12-Poly1305 mode on hardware that supports AES acceleration. This includes virtually all X86-64 chips and most ARM64. This mode is based on AES-SIV and has been audited by Trail of Bits to ensure that it is equivalent security-wise.
 
 
-Known issues that are not yet fixed:
+Known issues that are not yet fixed in this beta:
 
 
  * Some Mac users have reported periods of 100% CPU in kernel_task and connection instability after leaving networks that have been joined for a period of time, or needing to kill ZeroTier and restart it to finish leaving a network. This doesn't appear to affect all users and we haven't diagnosed the root cause yet.
  * Some Mac users have reported periods of 100% CPU in kernel_task and connection instability after leaving networks that have been joined for a period of time, or needing to kill ZeroTier and restart it to finish leaving a network. This doesn't appear to affect all users and we haven't diagnosed the root cause yet.
  * The service sometimes hangs on shutdown requiring a kill -9. This also does not affect all systems or users.
  * The service sometimes hangs on shutdown requiring a kill -9. This also does not affect all systems or users.
  * AES hardware acceleration is not yet supported on 32-bit ARM, PowerPC (32 or 64), or MIPS (32 or 64) systems. Currently supported are X86-64 and ARM64/AARCH64 with crypto extensions.
  * AES hardware acceleration is not yet supported on 32-bit ARM, PowerPC (32 or 64), or MIPS (32 or 64) systems. Currently supported are X86-64 and ARM64/AARCH64 with crypto extensions.
  * Some users have reported multicast/broadcast outages on networks lasting up to 30 seconds. Still investigating.
  * Some users have reported multicast/broadcast outages on networks lasting up to 30 seconds. Still investigating.
 
 
+We're trying to fix all these issues before the 1.6.0 release. Stay tuned.
+
 # 2019-08-30 -- Version 1.4.6
 # 2019-08-30 -- Version 1.4.6
 
 
  * Update default root list to latest
  * Update default root list to latest

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

@@ -689,7 +689,7 @@
 				<key>USE_HFS+_COMPRESSION</key>
 				<key>USE_HFS+_COMPRESSION</key>
 				<false/>
 				<false/>
 				<key>VERSION</key>
 				<key>VERSION</key>
-				<string>1.6.0-beta1</string>
+				<string>1.5.0</string>
 			</dict>
 			</dict>
 			<key>TYPE</key>
 			<key>TYPE</key>
 			<integer>0</integer>
 			<integer>0</integer>

+ 2 - 2
windows/WinUI/AboutView.xaml

@@ -19,9 +19,9 @@
                     <Run Text="ZeroTier One"/>
                     <Run Text="ZeroTier One"/>
                 </Paragraph>
                 </Paragraph>
                 <Paragraph TextAlignment="Center">
                 <Paragraph TextAlignment="Center">
-                    <Run FontSize="14" Text="Version 1.6.0-beta1"/>
+                    <Run FontSize="14" Text="Version 1.5.0 (1.6.0-beta1)"/>
                     <LineBreak/>
                     <LineBreak/>
-                    <Run FontSize="14" Text="(c) 2011-2019 ZeroTier, Inc."/>
+                    <Run FontSize="14" Text="(c) 2011-2020 ZeroTier, Inc."/>
                     <LineBreak/>
                     <LineBreak/>
                     <Run FontSize="14" Text="www.zerotier.com"/>
                     <Run FontSize="14" Text="www.zerotier.com"/>
                 </Paragraph>
                 </Paragraph>