Explorar el Código

Version increments.

Adam Ierymenko hace 10 meses
padre
commit
b7a6e106fd
Se han modificado 5 ficheros con 19 adiciones y 3 borrados
  1. 7 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

+ 7 - 0
RELEASE-NOTES.md

@@ -1,6 +1,13 @@
 ZeroTier Release Notes
 ZeroTier Release Notes
 ======
 ======
 
 
+# 2024-10-23 -- Version 1.14.2
+
+  * Fix for missing entitlement on macOS Sequoia.
+  * Fix for a problem correctly parsing local.conf to enable low bandwidth mode.
+  * Increment versions of some dependent libraries.
+  * Other fixes.
+
 # 2024-09-12 -- Version 1.14.1
 # 2024-09-12 -- Version 1.14.1
 
 
   * Multithreaded packet I/O support! Currently this is just for Linux and must
   * Multithreaded packet I/O support! Currently this is just for Linux and must

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+zerotier-one (1.14.2) unstable; urgency=medium
+
+  * See RELEASE-NOTES.md for release notes.
+
+ -- Adam Ierymenko <[email protected]>  Wed, 23 Oct 2024 01:00:00 -0700
+
 zerotier-one (1.14.1) unstable; urgency=medium
 zerotier-one (1.14.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.14.1</string>
+				<string>1.14.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.14.1
+Version:        1.14.2
 Release:        1%{?dist}
 Release:        1%{?dist}
 Summary:        ZeroTier network virtualization service
 Summary:        ZeroTier network virtualization service
 
 
@@ -155,6 +155,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Wed Oct 23 2024 Adam Ierymenko <[email protected]> - 1.14.2
+- see https://github.com/zerotier/ZeroTierOne for release notes
+
 * Tue Mar 19 2024 Adam Ierymenko <[email protected]> - 1.14.0
 * Tue Mar 19 2024 Adam Ierymenko <[email protected]> - 1.14.0
 - see https://github.com/zerotier/ZeroTierOne for release notes
 - see https://github.com/zerotier/ZeroTierOne for release notes