From 7403b5ab73266905bffa9ce607f74005fd0e8649 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 2 Jun 2026 17:21:56 +0000 Subject: [PATCH] Update package version to 1.34.1 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d1640e0..a7205dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -840,3 +840,12 @@ * feat(gui, config): support simple folder grouping (fixes [#2070](https://github.com/syncthing/syncthing/issues/2070)) by [@maen-bn](https://github.com/maen-bn) in [#10563](https://github.com/syncthing/syncthing/pull/10563) * feat(dialer): add HTTP/HTTPS proxy support via CONNECT by [@luizluca](https://github.com/luizluca) in [#10572](https://github.com/syncthing/syncthing/pull/10572) +[1.34.1] +* Update syncthing to 2.1.1 +* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v2.1.1) +* fix(syncthing): properly upgrade via REST when Syncthing is running (fixes [#10697](https://github.com/syncthing/syncthing/issues/10697)) by [@calmh](https://github.com/calmh) in [#10699](https://github.com/syncthing/syncthing/pull/10699) +* fix(versioner): ensure user read/write/execute on archived dirs (fixes [#10532](https://github.com/syncthing/syncthing/issues/10532)) by [@calmh](https://github.com/calmh) in [#10696](https://github.com/syncthing/syncthing/pull/10696) +* fix(discover): only announce wildcard for TCP punching when listening on wildcard address (fixes [#10503](https://github.com/syncthing/syncthing/issues/10503)) by [@calmh](https://github.com/calmh) in [#10691](https://github.com/syncthing/syncthing/pull/10691) +* fix(stcrashreceiver): close source loader responses on errors by [@mattn](https://github.com/mattn) in [#10704](https://github.com/syncthing/syncthing/pull/10704) +* fix(protocol): handle zero-size requests (fixes [#10709](https://github.com/syncthing/syncthing/issues/10709)) by [@calmh](https://github.com/calmh) in [#10710](https://github.com/syncthing/syncthing/pull/10710) + diff --git a/CloudronManifest.json b/CloudronManifest.json index d3fdc51..2a71b1a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.34.0", + "version": "1.34.1", "upstreamVersion": "2.1.1", "healthCheckPath": "/healthcheck", "httpPort": 8000,