From 2f359a43bfb84274798fec7cc9a206613e410515 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 23 Nov 2020 20:17:09 -0500 Subject: [PATCH] 1.6.1 notes --- RELEASE-NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 30b8a872..9e94b1a0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,13 @@ ZeroTier Release Notes ====== +# ??? -- Version 1.6.1 + + * Fixed a bug that caused IP addresses in the 203.0.0.0/8 block to be miscategorized as not being in global scope. + * Changed Linux builds to (hopefully) fix LXC and SELinux issues. + * Fixed unaligned memory access that caused crash on FreeBSD systems on the ARM architecture. + * Merged CLI options for controlling bonded devices into the beta multipath code. + # 2020-11-19 -- Version 1.6.0 Version 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.