From 302849a50f04f60194cdd0fb7ddc5298c000c120 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 2 Jan 2024 11:25:57 +0100 Subject: [PATCH] Version 1.26.1 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f0e0ca5..4d64299 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1c29e50..1dbc365 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": {