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