Version 1.26.1

master v1.26.1
Girish Ramakrishnan 2024-01-02 11:25:57 +01:00
parent d8b6645f14
commit 302849a50f
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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": {