summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
AgeCommit message (Collapse)Author
2019-08-12 * Fix high CPU use bug on some platformsAdam Ierymenko
* Fix issues with PostgreSQL controller DB (only affects Central) * Restore backward compatibility with MacOS versions prior to 10.13
2019-07-292019-07-29 -- Version 1.4.0Adam Ierymenko
Major Changes * Mac version no longer requires a kernel extension, instead making use of the [feth interfaces](https://apple.stackexc * Added support for concurrent multipath (multiple paths at once) with traffic weighting by link quality and faster rec * Added under-the-hood support for QoS (not yet exposed) that will eventually be configurable via our rules engine. Minor Changes and Bug Fixes * Experimental DB driver for [LF](https://github.com/zerotier/lf) to store network controller data (LFDB.cpp / LFDB.hpp * Modified credential push and direct path push timings and algorithms to somewhat reduce "chattiness" of the protocol * Removed our beta/half-baked integration of Central with the Windows UI. We're going to do a whole new UI of some kind * Fixed stack overflow issues on Linux versions using musl libc. * Fixed some alignment problems reported on ARM and ARM64, but some reports we could not reproduce so please report any * Fixed numerous other small issues and bugs such as ARM alignment issues causing crashes on some devices. * Windows now sets the adapter name such that it is consistent in both the Windows UI and command line utilities.
2019-07-291.4 bumpAdam Ierymenko
2019-07-16Update release notesGrant Limberg
2019-06-28Start 1.4.0 release notes.Adam Ierymenko
2018-08-09merge devAdam Ierymenko
2018-07-272018-07-27 -- Version 1.2.12Adam Ierymenko
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes. * 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. * Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client. * 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.)
2018-06-07Spellcheck sweep across codebaseJoseph Henry
2018-05-081.2.10Adam Ierymenko
2018-04-271.2.8 bump for all but Windows install files.Adam Ierymenko
2018-04-17More versioningAdam Ierymenko
2018-04-17docsAdam Ierymenko
2018-04-12Release notes, and shorten Linux canonical network ID derived device names a ↵Adam Ierymenko
bit.
2018-01-26Tie up the rest of hub and spoke designated replicator multicast mode.Adam Ierymenko
2018-01-11docsAdam Ierymenko
2017-12-07docs, and make RethinkDB controller DB driver upsert into the Controller DB ↵Adam Ierymenko
and also update the hostname field.
2017-04-21docsAdam Ierymenko
2017-04-20docsAdam Ierymenko
2017-04-20Makefile fix, only bifurcate routes for default, and release notes.Adam Ierymenko
2017-03-17Version bumps, and fix Debian so default is to build normally and .static ↵Adam Ierymenko
files are used in our builds.
2017-03-141.2.0 release notes and a few final tweaks and cleanup.Adam Ierymenko
2017-03-13release notes, and delete MANUAL from this repo for now since it isn't quite ↵Adam Ierymenko
done and will take shape on the web site