2019-02-07 02:01:11 by Greg Troxel | Files touched by this commit (2) |
Log message:
syncthing: Update to 1.0.1
Upstream changes: bugfixes
|
2019-02-06 22:58:30 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/syncthing: Revise comment about versions (NFC)
Adjust the comment about upstream "frequently" breaking protocol
compatibility to be a milder caution now that we have had a period of
stability.
|
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | |
Log message:
Revbump Go packages after lang/go111 update.
|
2019-01-15 23:33:25 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
syncthing: update to 1.0.0.
Based on PR 53878 by David J. Weller-Fahy
This major release honors the fact that Syncthing is used widely
and since a while no longer "really in beta". It does not represent
a breaking change.
Bugfixes:
#5324: Incorrect warning when --home and path on same directory level
#5369: Empty file field in log when normalizePath failed
#5372: Event system can cause deadlock
Enhancements:
#2760: Option to limit max simultaneous scans
#5286: Add hardening options to systemd units
#5320: Show configured rate limit in the GUI
#5336: Show list of locally changed files for receive only folders
Other issues:
#5334: New chmduquesne/rollinghash breaks tests
#5362: lib/model: TestDeregister* tests are bad
|
2018-12-19 16:47:12 by Benny Siegert | Files touched by this commit (141) | |
Log message:
Revbump all Go packages after go111 update.
|
2018-12-06 08:09:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
syncthing: update to 0.14.54.
0.14.54
Bugfixes:
#5348: Web GUI doesn't work in older browsers
0.14.53
Bugfixes:
#4738: File restore doesn't work on one folder
#4780: Logging debugging flags stay after disabling all debug facilities in \
the web UI
#5267: Disabling the minimum disk free space check on folders doesn't work
#5270: panic: interface conversion: interface {} is map[string]string, not \
map[string]interface {}
#5291: panic: runtime error: index out of range
#5294: Removed devices do not influnce the list of locally needed files
#5296: strelaypoolsrv, cmd/ursrv: Google maps issue in the GUI
#5299: panic: bug: unknown device should already have been rejected
#5323: Files not deleted properly when one side has ignore permissions set
Enhancements:
#1347: Directory auto-complete should be case-insensitive
#3439: Ship .desktop files
#4000: Add "select all" / "deselect all" to folder and \
device sharing dialogs
#4480: Should show indication of local files/directories that can't be \
scanned for whatever reason
#5256: Upgrade SSL Certificate to use modern cipher
Other issues:
#5247: cmd/stdiscosrv: test suite sometimes seg faults on OpenBSD
#5280: Update to the new prometheus client API
|
2018-12-01 18:24:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
syncthing: update to 0.14.52.
Bugfixes:
#5130: "Revert Local Changes" button stays when the file causing \
it is deleted
#5194: Unscanned/conflicting files are overwritten/removed in niche cases
#5226: Watcher fails due to filepath.EvalSymlinks error (FindFirstFile)
#5233: Folder restart can leave several folder instances running
#5249: Impossible to change device name from web UI
Enhancements:
#2497: CheckFolderHealth wakes up disk at index exchange
#3616: Disable GUI and make API available on unix socket
#5142: "Support bundle" download
#5193: Should exit with code zero when run with -help
#5236: Consider moving to Fork-Awesome or another free font
|
2018-11-04 19:38:09 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go111 update.
|
2018-10-04 13:28:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
syncthing: update to 0.14.51.
Bugfixes:
#2370: Scanning and deletes should be processed even when above the free \
space limit
#5078: panic: nil pointer dereference when unpausing folders
#5117: cmd/stdiscosrv: Not enough traffic breaks replication between \
discovery servers
#5125: Symlinks marked as removed on windows
#5127: Parent directories of unignored files keep being included and \
immediately ignored again
#5131: Progress updates are ignored for send only folders
#5151: cmd/stdiscosrv: Should not allow localhost addresses
#5180: Docker image fails when PGID set to existing group
#5183: panic: bug: Notify backend is processing a change outside of the \
filesystem root
Enhancements:
#2291: Permanently notify about initial connection requests
#4782: Reduce unnecessary syncing / database traversal
#5163: GUI authentication using LDAP
Other issues:
#4758: Suture services should not survive panics
#5110: Run folder tests in temporary directories
|
2018-09-30 21:12:15 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
syncthing: update to 0.14.50.
Bugfixes:
#5038: Repeating INFO: UPnP parse: unrecognized UPnP device of type \
upnp:rootdevice
#5063: panic: cannot start already running folder
#5073: lib/logger: tests fail due to compilation error with go 1.11
#5089: Invalid files shouldn't affect global state
#5144: Tests fail on Go 1.11 / Windows
#5149: Index updates lost
Other issues:
#3595: stdiscosrv: Doesn't build on Solaris
#5043: root on symlinked path causes panic when using "Watch for \
changes"
Also:
This release includes initial support for "receive only" folders.
See https://docs.syncthing.net/users/foldertypes.html#receive-only-folder.
|