From c620de7f01b39940bf519c74f6c4ab786506371a Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 20 Sep 2024 12:41:29 +0300 Subject: [PATCH] Release 0.41.3 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c818a55..49bddb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.41.3) unstable; urgency=medium + + * Allow to disable directory listing pre-loading when looking up individual files + + -- Vitaliy Filippov Fri, 20 Sep 2024 12:38:50 +0300 + geesefs (0.41.2) unstable; urgency=medium * Pass FUSE -o group_id from setgid (related to #73) diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index a92ceba..e2701dc 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.2" +const GEESEFS_VERSION = "0.41.3" var flagCategories map[string]string