docs icon indicating copy to clipboard operation
docs copied to clipboard

chore: updates for v2 changes

Open calmh opened this issue 8 months ago • 3 comments

wip

calmh avatar Mar 20 '25 09:03 calmh

Would you also be able to update the build instructions at https://docs.syncthing.net/dev/building with information on requiring CGO_ENABLED and everything else that is needed for the new database?

tomasz1986 avatar Mar 20 '25 10:03 tomasz1986

diff --git a/users/releases.rst b/users/releases.rst
index 1690376..58db561 100644
--- a/users/releases.rst
+++ b/users/releases.rst
@@ -16,7 +16,7 @@ following criteria:
 
 - Is the new version protocol incompatible with the previous one, so that
   they cannot connect to each other or otherwise can't sync files for some
-  reason? That's a new *major* version. (This hasn't happened yet.)
+  reason? That's a new *major* version.
 
 - Are there changes in the REST API so that integrations or wrappers
   need changes, or did the database schema or configuration change so that a

marbens-arch avatar Jun 08 '25 02:06 marbens-arch

Well the version incompatibility hasn't happened yet, but if it did it would be another major version 😅

calmh avatar Jun 08 '25 07:06 calmh