2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113) |
Log message:
Revbump all Go packages after 1.19 became default
|
2022-09-18 23:37:21 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (6) |
Log message:
syncthing: Update to 1.21.0
upstream changes:
-----------------
o v1.21.0
Bugfixes:
#8219: REST API: db/completion no output when one folder is paused
#8479: Panic in failure reporting
Enhancements:
#1329: Add support for syncing ownership of files
#7981: Show likely status of disconnected devices
#8296: Auto-accepted receive-encrypted folders should have more sensible defaults
#8323: Show internally used paths in the GUI for debugging
#8448: Remove "restart on wakeup" functionality
|
2022-09-17 13:54:43 by Benny Siegert | Files touched by this commit (6) | |
Log message:
syncthing: fix build with Go 1.19 as default, bump revision
- remove vendor directory and switch to separately downloaded modules
(NOTE: this part should probably be reverted after the next release!)
- patch go.mod and go.sum for quic-go update (the result of running
go get github.com/lucas-clemente/quic-go@v0.28.1, implies updating other
dependencies
- one source code patch for quic-go to fix API breakage
|
2022-09-07 11:32:31 by Benny Siegert | Files touched by this commit (114) | |
Log message:
Revbump all Go packages after go118 security update
|
2022-08-26 12:33:21 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
syncthing: Update to 1.20.4
upstream changes:
-----------------
o v1.20.4
Bugfixes:
#7458: Syncthing announces address of interface which is down
#8479: Panic in failure reporting
Enhancements:
#8007: Support listing the discovered devices using the cli
|
2022-08-12 22:38:12 by Benny Siegert | Files touched by this commit (114) | |
Log message:
Revbump all Go packages after go118 security update
|
2022-07-13 18:03:09 by Benny Siegert | Files touched by this commit (110) | |
Log message:
Revbump all Go packages after go118 update
|
2022-07-06 13:21:50 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
syncthing: Update to 1.20.3
upstream changes:
-----------------
v1.20.3
Bugfixes:
#8369: Shared device names are missing from "Edit Folder -> Sharing"
#8376: Chrome Autofill Breaks Authentication
#8386: Ignore patterns with wildcard and non-ASCII characters don't work as \
expected
Enhancements:
#8393: Warn if two devices are introducers to each other
v1.20.2
Bugfixes:
#7289: TCP port 0 is announced in the LAN beacon
#8314: https://relays.syncthing.net/endpoint contains non-valid URLs with spaces
#8355: Upgrading from v1.19.2 to v1.20.x now requires chmod for syncing files
Enhancements:
#8264: Include default ignore patterns in the GUI's advanced configuration editor
#8310: Indicate folders / devices where the remote end is paused.
|
2022-06-02 20:52:08 by Benny Siegert | Files touched by this commit (109) | |
Log message:
Revbump all Go packages after go118 update
|