Skip to content

Commit a0acc82

Browse files
1.14.1 (#2362)
* Bump version in most places. * Update official release steps for desktop * Version bump a bunch of Rust packages. * Windows fix for disabling MT properly. * Release notes.
1 parent 98e532d commit a0acc82

File tree

9 files changed

+684
-434
lines changed

9 files changed

+684
-434
lines changed

OFFICIAL-RELEASE-STEPS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The version must be incremented in all of the following files:
1414
/debian/changelog
1515
/ext/installfiles/mac/ZeroTier One.pkgproj
1616
/ext/installfiles/windows/ZeroTier One.aip
17+
../DesktopUI/mac-app-template/ZeroTier.app/Contents/Info.plist
1718

1819
The final .AIP file can only be edited on Windows with [Advanced Installer Enterprise](http://www.advancedinstaller.com/). In addition to incrementing the version be sure that a new product code is generated. (The "upgrade code" GUID on the other hand must never change.)
1920

RELEASE-NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
ZeroTier Release Notes
22
======
33

4+
# 2024-09-12 -- Version 1.14.1
5+
6+
* Multithreaded packet I/O support! Currently this is just for Linux and must
7+
be enabled in local.conf. It will likely make the largest difference on small
8+
multi-core devices where CPU is a bottleneck and high throughput is desired.
9+
It may be enabled by default in the future but we want it to be thoroughly
10+
tested. It's a little harder than it seems at first glance due to the need
11+
to keep packets in sequence and balance load.
12+
* Several multipath bug fixes.
13+
* Updated the versions on a number of libraries related to OIDC support and HTTP.
14+
* MacOS .app now shows the correct version in its Info.plist manifest.
15+
* Sanitize MAC addresses in JSON format rules parser.
16+
* Some basic information about the platform (OS, CPU architecture) is now reported
17+
to network controllers when networks are joined so it can be displayed to
18+
network admins and in the future used in policy checking and inventory operations.
19+
420
# 2024-05-02 -- Version 1.14.0
521

622
* Linux I/O performance improvements under heavy load

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
zerotier-one (1.14.1) unstable; urgency=medium
2+
3+
* See RELEASE-NOTES.md for release notes.
4+
5+
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Wed, 11 Sep 2024 01:00:00 -0700
6+
17
zerotier-one (1.14.0) unstable; urgency=medium
28

39
* See RELEASE-NOTES.md for release notes.

ext/installfiles/mac/ZeroTier One.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
<key>USE_HFS+_COMPRESSION</key>
702702
<false/>
703703
<key>VERSION</key>
704-
<string>1.14.0</string>
704+
<string>1.14.1</string>
705705
</dict>
706706
<key>TYPE</key>
707707
<integer>0</integer>

0 commit comments

Comments
 (0)