From efd98efcfc8ec395fa87a9882b55217fe4dfa171 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 13 Sep 2023 19:01:56 +0300 Subject: [PATCH] Release 0.37.5 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8026f105..7ae36c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.37.5) unstable; urgency=medium + + * Add --fsync-on-close option for close-to-open consistency mode, like in goofys/s3fs + + -- Vitaliy Filippov Wed, 13 Sep 2023 18:36:56 +0300 + geesefs (0.37.4) unstable; urgency=medium * Fix potential BUG: ModifiedChildren of xxx < 0 diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 55f717ec..d8914d18 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.37.4" +const GEESEFS_VERSION = "0.37.5" var flagCategories map[string]string