summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-06-28 11:20:38 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-06-28 11:20:38 -0700
commit7db073d9935069a5ecfaaa49d9756cd11147dee0 (patch)
treed6bf0c002752e143a32c8a06eec0b9c69d62f004
parenta17c7601811161489218f0d87d40387713c4b9c3 (diff)
downloadinfinitytier-7db073d9935069a5ecfaaa49d9756cd11147dee0.tar.gz
infinitytier-7db073d9935069a5ecfaaa49d9756cd11147dee0.zip
Start 1.4.0 release notes.
-rw-r--r--RELEASE-NOTES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 1b6da759..9e153ff6 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,6 +1,17 @@
ZeroTier Release Notes
======
+# 2019-??-?? -- Version 1.4.0 (currently in prerelease as 1.2.99)
+
+ * Added support for concurrent multipath (multiple paths at once) with traffic weighting by link quality and faster recovery from lost links.
+ * Added under-the-hood support for QoS (not yet exposed) that will eventually be configurable via our rules engine.
+ * 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.
+ * 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).
+ * 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.
+ * 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 issues with exact chip, OS/distro, and ZeroTier version in use.
+ * Fixed numerous other small issues and bugs.
+
# 2018-07-27 -- Version 1.2.12
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes.