Skip to content

Commit

Permalink
Downgrade to 1.27.1 for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Dec 22, 2023
1 parent 2f14dee commit 30b55bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing/src/github.com/syncthing/syncthing
Submodule syncthing updated 66 files
+1 −1 .github/workflows/build-infra-dockers.yaml
+10 −10 .github/workflows/build-syncthing.yaml
+1 −1 .github/workflows/update-docs-translations.yaml
+1 −9 cmd/strelaysrv/main.go
+11 −21 cmd/syncthing/cli/config.go
+36 −26 cmd/syncthing/cli/debug.go
+26 −25 cmd/syncthing/cli/errors.go
+26 −20 cmd/syncthing/cli/index.go
+3 −1 cmd/syncthing/cli/index_accounting.go
+3 −1 cmd/syncthing/cli/index_dump.go
+3 −1 cmd/syncthing/cli/index_dumpsize.go
+3 −1 cmd/syncthing/cli/index_idxck.go
+128 −51 cmd/syncthing/cli/main.go
+40 −35 cmd/syncthing/cli/operations.go
+26 −19 cmd/syncthing/cli/pending.go
+38 −30 cmd/syncthing/cli/show.go
+71 −57 cmd/syncthing/cli/utils.go
+22 −10 cmd/syncthing/main.go
+2 −0 go.mod
+5 −0 go.sum
+4 −6 gui/default/assets/css/overrides.css
+2 −2 gui/default/assets/lang/lang-bg.json
+0 −2 gui/default/assets/lang/lang-en.json
+0 −2 gui/default/assets/lang/lang-es.json
+1 −1 gui/default/assets/lang/lang-fr.json
+0 −2 gui/default/assets/lang/lang-ko-KR.json
+1 −3 gui/default/assets/lang/lang-pl.json
+0 −2 gui/default/assets/lang/lang-pt-PT.json
+0 −2 gui/default/assets/lang/lang-tr.json
+0 −2 gui/default/assets/lang/lang-zh-CN.json
+45 −21 gui/default/index.html
+0 −107 gui/default/syncthing/core/syncthingController.js
+1 −9 lib/connections/tcp_listen.go
+2 −2 lib/model/folder_recvonly_test.go
+39 −0 lib/model/mocks/model.go
+227 −186 lib/model/model.go
+10 −10 lib/model/model_test.go
+2 −2 lib/model/requests_test.go
+4 −4 lib/model/testutils_test.go
+88 −0 lib/model/util.go
+2 −12 lib/nat/interface.go
+33 −90 lib/nat/service.go
+10 −11 lib/nat/structs.go
+3 −3 lib/nat/structs_test.go
+2 −13 lib/pmp/pmp.go
+9 −1 lib/sync/debug.go
+8 −0 lib/sync/sync.go
+12 −5 lib/syncthing/syncthing.go
+31 −174 lib/upnp/igd_service.go
+46 −230 lib/upnp/upnp.go
+1 −1 man/stdiscosrv.1
+1 −1 man/strelaysrv.1
+1 −1 man/syncthing-bep.7
+1 −1 man/syncthing-config.5
+1 −1 man/syncthing-device-ids.7
+1 −1 man/syncthing-event-api.7
+1 −1 man/syncthing-faq.7
+1 −1 man/syncthing-globaldisco.7
+1 −1 man/syncthing-localdisco.7
+1 −1 man/syncthing-networking.7
+1 −1 man/syncthing-relay.7
+1 −1 man/syncthing-rest-api.7
+1 −1 man/syncthing-security.7
+1 −1 man/syncthing-stignore.5
+1 −1 man/syncthing-versioning.7
+1 −1 man/syncthing.1

0 comments on commit 30b55bb

Please sign in to comment.