From a578e0f6aacbd1165c6f2ba1565fc18a8ec96fee Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 24 Oct 2024 21:18:58 +0300 Subject: [PATCH] Release 0.42.0 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 49bddb0..e6c97d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.42.0) unstable; urgency=medium + + * Create files/directories with correct uid/gid + + -- Vitaliy Filippov Thu, 24 Oct 2024 21:17:58 +0300 + geesefs (0.41.3) unstable; urgency=medium * Allow to disable directory listing pre-loading when looking up individual files diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index e2701dc..cfb9710 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.3" +const GEESEFS_VERSION = "0.42.0" var flagCategories map[string]string