1ZeroTier Release Notes
2======
3
4# 2021-11-15 -- -- Version 1.8.3
5
6 * Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always.
7 * Fix fd leak on MacOS that caused non-responsiveness after some time.
8 * Fix Debian install scripts to set /usr/sbin/nologin as shell on service user.
9 * Fix regression that could prevent managed routes from being deleted.
10 * DesktopUI: Remove NSDate:now() call, now works on MacOS 10.13 or newer!
11
12# 2021-11-08 -- Version 1.8.2
13
14 * Fix multicast on linux.
15 * Fix a bug that could cause the tap adapter to have the wrong MAC on Linux.
16 * Update build flags to possibly support MacOS older than 10.14, but more work needs to be done. It may not work yet.
17 * Fix path variable setting on Windows.
18
19# 2021-10-28 -- Version 1.8.1
20
21 * Fix numerous UI issues from 1.8.0 (never fully released).
22 * Remove support for REALLY ancient 1.1.6 or earlier network controllers.
23 * MacOS IPv6 no longer binds to temporary addresses as these can cause interruptions if they expire.
24 * Added additional hardening against address impersonation on networks (also in 1.6.6).
25 * Fix an issue that could cause clobbering of MacOS IP route settings on restart.
26
27 * NOTE: Windows 7 is no longer supported! Windows 7 users will have to use version 1.6.5 or earlier.
28
29# 2021-09-15 -- Version 1.8.0 (preview release only)
30
31 * A *completely* rewritten desktop UI for Mac and Windows!
32 * Implement a workaround for one potential source of a "coma" bug, which can occur if buggy NATs/routers stop allowing the service to communicate on a given port. ZeroTier now reassigns a new secondary port if it's offline for a while unless a secondary port is manually specified in local.conf. Working around crummy buggy routers is an ongoing effort.
33 * Fix for MacOS MTU capping issue on feth devices
34 * Fix for mistakenly using v6 source addresses for v4 routes on some platforms
35 * Stop binding to temporary IPv6 addresses
36 * Set MAC address before bringing up Linux TAP link
37 * Check if DNS servers need to be applied on macOS
38 * Upgrade json.hpp dependency to version 3.10.2
39
40# 2021-09-21 -- Version 1.6.6
41
42 * Backport COM hash check mitigation against network member impersonation.
43
44# 2021-04-13 -- Version 1.6.5
45
46 * Fix a bug in potential network path filtering that could in some circumstances lead to "software laser" effects.
47 * Fix a printf overflow in zerotier-cli (not exploitable or a security risk)
48 * Windows now looks up the name of ZeroTier devices instead of relying on them having "ZeroTier" in them.
49
50# 2021-02-15 -- Version 1.6.4
51
52 * The groundhog saw his shadow, which meant that the "connection coma" bug still wasn't gone. We think we found it this time.
53
54# 2021-02-02 -- Version 1.6.3
55
56 * Likely fix for GitHub issue #1334, an issue that could cause ZeroTier to
57   go into a "coma" on some networks.
58 * Also groundhog day
59
60# 2020-11-30 -- Version 1.6.2
61
62 * Fix an ARM hardware AES crypto issue (not an exploitable vulnerability).
63 * Fix a Linux network leave hang due to a mutex deadlock.
64
65# 2020-11-24 -- Version 1.6.1
66
67This release fixes some minor bugs and other issues in 1.6.0.
68
69 * Fixed a bug that caused IP addresses in the 203.0.0.0/8 block to be miscategorized as not being in global scope.
70 * Changed Linux builds to (hopefully) fix LXC and SELinux issues.
71 * Fixed unaligned memory access that caused crash on FreeBSD systems on the ARM architecture.
72 * Merged CLI options for controlling bonded devices into the beta multipath code.
73 * Updated Windows driver with Microsoft cross-signing to fix issues on some Windows systems.
74
75# 2020-11-19 -- Version 1.6.0
76
77Version 1.6.0 is a major release that incorporates back-ported features from the 2.0 branch, which is still under development. It also fixes a number of issues.
78
79New features and improvements (including those listed under 1.5.0):
80
81 * **Apple Silicon** (MacOS ARM64) native support via universal binary. ZeroTier now requires the very latest Xcode to build.
82 * **Linux performance improvements** for up to 25% faster tun/tap I/O performance on multi-core systems.
83 * **Multipath support** with modes modeled after the Linux kernel's bonding driver. This includes active-passive and active-active modes with fast failover and load balancing. See section 2.1.5 of the manual.
84 * **DNS configuration** push from network controllers to end nodes, with locally configurable permissions for whether or not push is allowed.
85 * **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.
86
87Bug fixes:
88
89 * **Managed route assignment fixes** to eliminate missing routes on Linux and what we believe to be the source of sporadic high CPU usage on MacOS.
90 * **Hang on shutdown** issues should be fixed.
91 * **Sporadic multicast outages** should be fixed.
92
93Known remaining issues:
94
95 * 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.
96
97# 2020-10-05 -- Version 1.5.0 (actually 1.6.0-beta1)
98
99Version 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.
100
101Major new features are:
102
103 * **Multipath support** with modes modeled after the Linux kernel's bonding driver. This includes active-passive and active-active modes with fast failover and load balancing. See section 2.1.5 of the manual.
104 * **DNS configuration** push from network controllers to end nodes, with locally configurable permissions for whether or not push is allowed.
105 * **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.
106
107Known issues that are not yet fixed in this beta:
108
109 * 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.
110 * The service sometimes hangs on shutdown requiring a kill -9. This also does not affect all systems or users.
111 * 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.
112 * Some users have reported multicast/broadcast outages on networks lasting up to 30 seconds. Still investigating.
113
114We're trying to fix all these issues before the 1.6.0 release. Stay tuned.
115
116# 2019-08-30 -- Version 1.4.6
117
118 * Update default root list to latest
119 * ARM32 platform build and flag fixes
120 * Add a clarification line to LICENSE.txt
121 * Fix license message in CLI
122 * Windows service now looks for service command line arguments
123 * Fixed a bug that could cause excessive queued multicasts
124
125# 2019-08-23 -- Version 1.4.4
126
127 * Change license from GPL3 to BSL 1.1, see LICENSE.txt
128 * Fix an issue with the "ipauth" rule and auto-generated unforgeable IPv6 addresses
129 * Fix socket/bind errors setting IPs and routes on Linux
130
131# 2019-08-12 -- Version 1.4.2
132
133 * Fix high CPU use bug on some platforms
134 * Fix issues with PostgreSQL controller DB (only affects Central)
135 * Restore backward compatibility with MacOS versions prior to 10.13
136
137# 2019-07-29 -- Version 1.4.0
138
139### Major Changes
140
141 * Mac version no longer requires a kernel extension, instead making use of the [feth interfaces](https://apple.stackexchange.com/questions/337715/fake-ethernet-interfaces-feth-if-fake-anyone-ever-seen-this).
142 * Added support for concurrent multipath (multiple paths at once) with traffic weighting by link quality and faster recovery from lost links.
143 * Added under-the-hood support for QoS (not yet exposed) that will eventually be configurable via our rules engine.
144
145### Minor Changes and Bug Fixes
146
147 * Experimental controller DB driver for [LF](https://github.com/zerotier/lf) to store network controller data (LFDB.cpp / LFDB.hpp).
148 * Modified credential push and direct path push timings and algorithms to somewhat reduce "chattiness" of the protocol when idle. More radical background overhead reductions will have to wait for the 2.x line.
149 * Removed our beta/half-baked integration of Central with the Windows UI. We're going to do a whole new UI of some kind in the future at least for Windows and Mac.
150 * Fixed stack overflow issues on Linux versions using musl libc.
151 * Fixed some alignment problems reported on ARM and ARM64, but some reports we could not reproduce so please report any issues with exact chip, OS/distro, and ZeroTier version in use.
152 * Fixed numerous other small issues and bugs such as ARM alignment issues causing crashes on some devices.
153 * Windows now sets the adapter name such that it is consistent in both the Windows UI and command line utilities.
154
155# 2018-07-27 -- Version 1.2.12
156
157 * Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes.
158 * Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API.
159 * Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client.
160 * Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.)
161
162# 2018-05-08 -- Version 1.2.10
163
164 * Fix bug loading `moons.d/` files for federated root operation.
165 * Fix compile problem with ZT_DEBUG on some versions of `clang`
166 * Fix slow network startup bug related to loading of `networks.d/` cache files
167
168# 2018-04-27 -- Version 1.2.8
169
170 * Linux version once again builds with PIE (position independent executable) flags
171 * Fixed bug in zerotier-idtool file sign and verify
172 * Fixed minor OSX app typo
173 * Merged alpha NetBSD support (mostly untested, so YMMV)
174 * Merged several minor typo and one-liner bug fixes
175
176# 2018-04-17 -- Version 1.2.6
177
178 * Features and Core Improvements
179    * Path selection has been overhauled to improve path stability, simplify code, and prepare for multi-path and trunking in the next major release.
180    * This version introduces remote tracing for remote diagnostics. Network controllers can set a node (usually the controller itself) to receive remote tracing events from all members of the network or from select members. Events are only sent if they pertain to a given network for security reasons.
181    * Multicast replication can now be done by designated multicast replicators on a network (flagged as such at the controller) rather than by the sender. Most users won't want this, but it's useful for specialized use cases on hub-and-spoke networks and for low-power devices.
182    * Cryptographic performance improvements on several platforms.
183    * Multithreaded performance improvements throughout the code base, including the use of an inline lightweight spinlock for low-contention resources.
184 * Bugs fixed
185    * Disappearing routes on Mac (GitHub issue #600)
186    * Route flapping and path instability in some dual-stack V4/V6 networks
187    * Blacklist (in local.conf) doesn't work reliably (GitHub issue #656)
188    * Connection instabilities due to unsigned integer overflows in timing comparisons (use int64_t instead of uint64_t)
189    * Binaries don't run on some older or lower-end 32-bit ARM chips (build problem)
190    * ARM NEON crypto code crashes (build problem)
191    * Fixed some lock ordering issues revealed by "valgrind" tool
192    * The "zerotier-idtool" command could not be accessed from "zerotier-one" via command line switch
193    * Leaking sockets on some platforms when uPnP/NAT-PMP is enabled
194    * Fixed two very rare multithreading issues that were only observed on certain systems
195 * Platform-Specific Changes
196    * MacOS
197        * Installer now loads the kernel extension right away so that High Sierra users will see the prompt to authorize it. This is done in the "Security & Privacy" preference pane and must be done directly on the console (not via remote desktop). On High Sierra and newer kexts must be authorized at the console via security settings system preferences pane.
198    * Windows
199        * The Windows installer should now install the driver without requiring a special prompt in most cases. This should make it easier for our packages to be accepted into and updated in the Chocolatey repository and should make it easier to perform remote installs across groups of machines using IT management and provisioning tools.
200        * The Windows official packages are now signed with an EV certificate (with hardware key).
201        * The Windows UI can now log into ZeroTier Central and join networks via the Central API.
202        * The `zerotier-idtool` command should now work on Windows without ugly hacks.
203        * Upgraded the installer version.
204        * Made a few changes to hopefully fix sporadic "will not uninstall" problems, though we cannot duplicate these issues ourselves.
205    * Linux
206        * Device names are now generated deterministically based on network IDs for all newly joined networks.
207    * Android
208        * Multicast now works on Android in most cases! Android apps can send and receive multicast and subscribe to multicast group IPs. Note that in some cases the app must bind to the specific correct interface for this to work.
209        * IPv6 can be disabled in UI for cases where it causes problems.
210
211# 2017-04-20 -- Version 1.2.4
212
213 * Managed routes are now only bifurcated for the default route. This is a change in behavior, though few people will probably notice. Bifurcating all managed routes was causing more trouble than it was worth for most users.
214 * Up to 2X crypto speedup on x86-64 (except Windows, which will take some porting) and 32-bit ARM platforms due to integration of fast assembly language implementations of Salsa20/12 from the [supercop](http://bench.cr.yp.to/supercop.html) code base. These were written by Daniel J. Bernstein and are in the public domain. My Macbook Pro (Core i5 2.8ghz) now does almost 1.5GiB/sec Salsa20/12 per core and a Raspberry Pi got a 2X boost. 64-bit ARM support and Windows support will take some work but should not be too hard.
215 * Refactored code that manages credentials to greatly reduce memory use in most cases. This may also result in a small performance improvement.
216 * Reworked and simplified path selection and priority logic to fix path instability and dead path persistence edge cases. There have been some sporadic reports of persistent path instabilities and dead paths hanging around that take minutes to resolve. These have proven difficult to reproduce in house, but hopefully this will fix them. In any case it seems to speed up path establishment in our tests and it makes the code simpler and more readable.
217 * Eliminated some unused cruft from the code around path management and in the peer class.
218 * Fixed an issue causing build problems on some MIPS architecture systems.
219 * Fixed Windows forgetting routes on sleep/wake or in some other circumstances. (GitHub issue #465)
220
221# 2017-03-17 -- Version 1.2.2
222
223 * A bug causing unreliable multicast propagation (GitHub issue #461).
224 * A crash in ARM binaries due to a build chain and flags problem.
225 * A bug in the network controller preventing members from being listed (GitHub issue #460).
226
227# 2017-03-14 -- Version 1.2.0
228
229Version 1.2.0 is a major milestone release representing almost nine months of work. It includes our rules engine for distributed network packet filtering and security monitoring, federated roots, and many other architectural and UI improvements and bug fixes.
230
231## New Features in 1.2.0
232
233### The ZeroTier Rules Engine
234
235The largest new feature in 1.2.0, and the product of many months of work, is our advanced network rules engine. With this release we achieve traffic control, security monitoring, and micro-segmentation capability on par with many enterprise SDN solutions designed for use in advanced data centers and corporate networks.
236
237Rules allow you to filter packets on your network and vector traffic to security observers. Security observation can be performed in-band using REDIRECT or out of band using TEE.
238
239Tags and capabilities provide advanced methods for implementing fine grained permission structures and micro-segmentation schemes without bloating the size and complexity of your rules table.
240
241See the [rules engine announcement blog post](https://www.zerotier.com/blog/?p=927) for an in-depth discussion of theory and implementation. The [manual](https://www.zerotier.com/manual.shtml) contains detailed information on rule, tag, and capability use, and the `rule-compiler/` subfolder of the ZeroTier source tree contains a JavaScript function to compile rules in our human-readable rule definition language into rules suitable for import into a network controller. (ZeroTier Central uses this same script to compile rules on [my.zerotier.com](https://my.zerotier.com/).)
242
243### Root Server Federation
244
245It's now possible to create your own root servers and add them to the root server pool on your nodes. This is done by creating what's called a "moon," which is a signed enumeration of root servers and their stable points on the network. Refer to the [manual](https://www.zerotier.com/manual.shtml) for instructions.
246
247Federated roots achieve a number of things:
248
249 * You can deploy your own infrastructure to reduce dependency on ours.
250 * You can deploy roots *inside your LAN* to ensure that network connectivity inside your facility still works if the Internet goes down. This is the first step toward making ZeroTier viable as an in-house SDN solution.
251 * Roots can be deployed inside national boundaries for countries with data residency laws or "great firewalls." (As of 1.2.0 there is still no way to force all traffic to use these roots, but that will be easy to do in a later version.)
252 * Last but not least this makes ZeroTier somewhat less centralized by eliminating any hard dependency on ZeroTier, Inc.'s infrastructure.
253
254Our roots will of course remain and continue to provide zero-configuration instant-on deployment, a secure global authority for identities, and free traffic relaying for those who can't establish peer to peer connections.
255
256### Local Configuration
257
258An element of our design philosophy is "features are bugs." This isn't an absolute dogma but more of a guiding principle. We try as hard as we can to avoid adding features, especially "knobs" that must be tweaked by a user.
259
260As of 1.2.0 we've decided that certain knobs are unavoidable, and so there is now a `local.conf` file that can be used to configure them. See the ZeroTier One documentation for these. They include:
261
262 * Blacklisting interfaces you want to make sure ZeroTier doesn't use for network traffic, such as VPNs, slow links, or backplanes designated for only certain kinds of traffic.
263 * Turning uPnP/NAT-PMP on or off.
264 * Configuring software updates on Windows and Mac platforms.
265 * Defining trusted paths (the old trusted paths file is now deprecated)
266 * Setting the ZeroTier main port so it doesn't have to be changed on the command line, which is very inconvenient in many cases.
267
268### Improved In-Band Software Updates
269
270A good software update system for Windows and Mac clients has been a missing feature in previous versions. It does exist but we've been shy about using it so far due to its fragility in some environments.
271
272We've greatly improved this mechanism in 1.2.0. Not only does it now do a better job of actually invoking the update, but it also transfers updates in-band using the ZeroTier protocol. This means it can work in environments that do not allows http/https traffic or that force it through proxies. There's also now an update channel setting: `beta` or `release` (the default).
273
274Software updates are authenticated three ways:
275
276 1. ZeroTier's own signing key is used to sign all updates and this signature is checked prior to installation. ZeroTier, Inc.'s signatures are performed on an air-gapped machine.
277
278 2. Updates for Mac and Windows are signed using Apple and Microsoft (DigiCert EV) keys and will not install unless these signatures are also valid.
279
280 3. The new in-band update mechanism also authenticates the source of the update via ZeroTier's built-in security features. This provides transport security, while 1 and 2 provide security of the update at rest.
281
282Updates are now configurable via `local.conf`. There are three options: `disable`, `download`, and `apply`. The third (apply) is the default for official builds on Windows and Mac, making updates happen silently and automatically as they do for popular browsers like Chrome and Firefox. Updates are disabled by default on Linux and other Unix-type systems as these are typically updated through package managers.
283
284### Path Link Quality Awareness
285
286Version 1.2.0 is now aware of the link quality of direct paths with other 1.2.0 nodes. This information isn't used yet but is visible through the JSON API. (Quality always shows as 100% with pre-1.2.0 nodes.) Quality is measured passively with no additional overhead using a counter based packet loss detection algorithm.
287
288This information is visible from the command line via `listpeers`:
289
290    200 listpeers XXXXXXXXXX 199.XXX.XXX.XXX/9993;10574;15250;1.00 48 1.2.0 LEAF
291    200 listpeers XXXXXXXXXX 195.XXX.XXX.XXX/45584;467;7608;0.44 290 1.2.0 LEAF
292
293The first peer's path is at 100% (1.00), while the second peer's path is suffering quite a bit of packet loss (0.44).
294
295Link quality awareness is a precursor to intelligent multi-path and QoS support, which will in future versions bring us to feature parity with SD-WAN products like Cisco iWAN.
296
297### Security Improvements
298
299Version 1.2.0 adds anti-DOS (denial of service) rate limits and other hardening for improved resiliency against a number of denial of service attack scenarios.
300
301It also adds a mechanism for instantaneous credential revocation. This can be used to revoke certificates of membership instantly to kick a node off a network (for private networks) and also to revoke capabilities and tags. The new controller sends revocations by default when a peer is de-authorized.
302
303Revocations propagate using a "rumor mill" peer to peer algorithm. This means that a controller need only successfully send a revocation to at least one member of a network with connections to other active members. At this point the revocation will flood through the network peer to peer very quickly. This helps make revocations more robust in the face of poor connectivity with the controller or attempts to incapacitate the controller with denial of service attacks, as well as making revocations faster on huge networks.
304
305### Windows and Macintosh UI Improvements (ZeroTier One)
306
307The Mac has a whole new UI built natively in Objective-C. It provides a pulldown similar in appearance and operation to the Mac WiFi task bar menu.
308
309The Windows UI has also been improved and now provides a task bar icon that can be right-clicked to manage networks. Both now expose managed route and IP permissions, allowing nodes to easily opt in to full tunnel operation if you have a router configured on your network.
310
311### Ad-Hoc Networks
312
313A special kind of public network called an ad-hoc network may be accessed by joining a network ID with the format:
314
315    ffSSSSEEEE000000
316    | |   |   |
317    | |   |   Reserved for future use, must be 0
318    | |   End of port range (hex)
319    | Start of port range (hex)
320    Reserved ZeroTier address prefix indicating a controller-less network
321
322Ad-hoc networks are public (no access control) networks that have no network controller. Instead their configuration and other credentials are generated locally. Ad-hoc networks permit only IPv6 UDP and TCP unicast traffic (no multicast or broadcast) using 6plane format NDP-emulated IPv6 addresses. In addition an ad-hoc network ID encodes an IP port range. UDP packets and TCP SYN (connection open) packets are only allowed to destination ports within the encoded range.
323
324For example `ff00160016000000` is an ad-hoc network allowing only SSH, while `ff0000ffff000000` is an ad-hoc network allowing any UDP or TCP port.
325
326Keep in mind that these networks are public and anyone in the entire world can join them. Care must be taken to avoid exposing vulnerable services or sharing unwanted files or other resources.
327
328### Network Controller (Partial) Rewrite
329
330The network controller has been largely rewritten to use a simple in-filesystem JSON data store in place of SQLite, and it is now included by default in all Windows, Mac, Linux, and BSD builds. This means any desktop or server node running ZeroTier One can now be a controller with no recompilation needed.
331
332If you have data in an old SQLite3 controller we've included a NodeJS script in `controller/migrate-sqlite` to migrate data to the new format. If you don't migrate, members will start getting `NOT_FOUND` when they attempt to query for updates.
333
334## Major Bug Fixes in 1.2.0
335
336 * **The Windows HyperV 100% CPU bug is FINALLY DEAD**: This long-running problem turns out to have been an issue with Windows itself, but one we were triggering by placing invalid data into the Windows registry. Microsoft is aware of the issue but we've also fixed the triggering problem on our side. ZeroTier should now co-exist quite well with HyperV and should now be able to be bridged with a HyperV virtual switch.
337 * **Segmentation faults on musl-libc based Linux systems**: Alpine Linux and some embedded Linux systems that use musl libc (a minimal libc) experienced segmentation faults. These were due to a smaller default stack size. A work-around that sets the stack size for new threads has been added.
338 * **Windows firewall blocks local JSON API**: On some Windows systems the firewall likes to block 127.0.0.1:9993 for mysterious reasons. This is now fixed in the installer via the addition of another firewall exemption rule.
339 * **UI crash on embedded Windows due to missing fonts**: The MSI installer now ships fonts and will install them if they are not present, so this should be fixed.
340
341## Other Improvements in 1.2.0
342
343 * **Improved dead path detection**: ZeroTier is now more aggressive about expiring paths that do not seem to be active. If a path seems marginal it is re-confirmed before re-use.
344 * **Minor performance improvements**: We've reduced unnecessary memcpy's and made a few other performance improvements in the core.
345 * **Linux static binaries**: For our official packages (the ones in the download.zerotier.com apt and yum repositories) we now build Linux binaries with static linking. Hopefully this will stop all the bug reports relating to library inconsistencies, as well as allowing our deb packages to run on a wider variety of Debian-based distributions. (There are far too many of these to support officially!) The overhead for this is very small, especially since we built our static versions against musl-libc. Distribution maintainers are of course free to build dynamically linked versions for inclusion into distributions; this only affects our official binaries.
346