1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-01 20:54:57 +00:00

Bump version for 1.9.0

This commit is contained in:
Johannes Zellner
2020-09-08 13:14:21 +02:00
parent 23f4e2abd9
commit 0a1c5ceed2
4 changed files with 12 additions and 3 deletions

View File

@@ -168,3 +168,12 @@
* #6564: Closing an already removed connection causes GUI error message
* #6646: Misleading error message when to be deleted dir contains receive-only changes
* #6653: panic: nil pointer dereference in leveldb.(*DB).isClosed()
[1.11.0]
* Update Syncthing to 1.9.0
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.9.0)
* Offline nodes after drive replacement automatically heal and join back into the cluster, refer #10416
* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
* certs now supports multiple domains for TLS termination, refer #10207
* Context now passed around at storage layer for future context support, refer #10321