This update for syncthing fixes the following issues:
Update to 1.15.0/1.15.1
Update to 1.14.0
update to 1.13.1:
update to 1.12.1:
Update to 1.12.0
The 1.11.0 release
adds the sendFullIndexOnUpgrade option to control whether all index data is resent when an upgrade is detected, equivalent to starting Syncthing with --reset-deltas. This (sendFullIndexOnUpgrade=true) used to be the behavior in previous versions, but is mainly useful as a troubleshooting step and causes high database churn. The new default is false.
Update to 1.10.0
This release adds the config option announceLANAddresses to enable (the default) or disable announcing private (RFC1918) LAN IP addresses to global discovery.
This release adds the advanced folder option caseSensitiveFS (https://docs.syncthing.net/advanced/folder-caseSensitiveFS.html) to disable the new safe handling of case insensitive filesystems.
Fix Leap build by requiring at least Go 1.14
Prevent the build system to download Go modules which would require an internet connection during the build
The 1.5.0 release changes the default location for the index database under some circumstances. Two new flags can also be used to affect the location of the configuration (-config) and database (-data) separately. The old -home flag is equivalent to setting both of these to the same directory. When no flags are given the following logic is used to determine the data location: If a database exists in the old default location, that location is still used. This means existing installations are not affected by this change. If $XDGDATAHOME is set, use $XDGDATAHOME/syncthing. If ~/.local/share/syncthing exists, use that location. Use the old default location.
Other issues:
revert a change to the upgrade code that puts unnecessary load on the upgrade server
Update to 1.4.1:
Bugfixes:
Update to 1.4.0:
Enhancements:
This update was imported from the openSUSE:Leap:15.2:Update update project.