From f29610555d2618476ded4ecb5b3945aed47d048b Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 3 Sep 2024 13:18:17 +0300 Subject: [PATCH] Release 0.41.2 --- debian/changelog | 8 ++++++++ internal/cfg/flags.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0fbf04c..c818a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +geesefs (0.41.2) unstable; urgency=medium + + * Pass FUSE -o group_id from setgid (related to #73) + * Fix conflicts incorrectly detected for renamed files leading to updates being thrown away + * Allow to disable optional initialization steps: --no-multipart-expire --no-detect + + -- Vitaliy Filippov Tue, 03 Sep 2024 13:17:29 +0300 + geesefs (0.41.1) unstable; urgency=medium * Fix reads possibly trying to read beyond server EOF of an extended file diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index cf56bda..bf77b5b 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.41.1" +const GEESEFS_VERSION = "0.41.2" var flagCategories map[string]string