From 9f95bf3573ee501c51dc45788d75b849edbe60cd Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 7 Jun 2025 13:35:04 +0200 Subject: [PATCH] docs: add release note mention of platforms no longer built --- relnotes/v2.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/relnotes/v2.0.md b/relnotes/v2.0.md index 3b2a736ec..4a0bff505 100644 --- a/relnotes/v2.0.md +++ b/relnotes/v2.0.md @@ -25,3 +25,14 @@ - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. + +- The following platforms unfortunately no longer get prebuilt binaries for + download at syncthing.net and on GitHub, due to complexities related to + cross compilation with SQLite: + + - dragonfly/amd64 + - illumos/amd64 and solaris/amd64 + - linux/ppc64 + - netbsd/* + - openbsd/386 and openbsd/arm + - windows/arm