Version 1.26.1
This commit is contained in:
parent
d8b6645f14
commit
302849a50f
|
@ -436,3 +436,11 @@
|
|||
[1.26.0]
|
||||
* Add LDAP support
|
||||
|
||||
[1.26.1]
|
||||
* Update Syncthing to 1.27.2
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.2)
|
||||
* #9041: cli subcommand does not use STHOMEDIR env var
|
||||
* #9183: Filesystem watching (kqueue) is enabled … with a lot of files
|
||||
* #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")
|
||||
* #7406: Add UPnP support for IPv6
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.26.0-1",
|
||||
"upstreamVersion": "1.27.1",
|
||||
"version": "1.26.1",
|
||||
"upstreamVersion": "1.27.2",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue