From 53784bb9898ee8ae2932fbdfbd2ab17e8dcbb1db Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 7 Aug 2023 13:37:19 +0300 Subject: [PATCH] Release 0.37.0 --- debian/changelog | 9 +++++++++ internal/cfg/flags.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fc0e54d..e41bafd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +geesefs (0.37.0) unstable; urgency=medium + + * Limit metadata memory usage (--entry-limit) + * Use READDIRPLUS for faster directory listings + * Fix a crash when being unable to request token from IAM + * Some refactoring + + -- Vitaliy Filippov Mon, 07 Aug 2023 13:35:21 +0300 + geesefs (0.36.2) unstable; urgency=medium * Add --refresh-filename and --flush-filename to allow to invalidate and flush cache on Windows diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 29e71d9d..e74f54e2 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.36.2" +const GEESEFS_VERSION = "0.37.0" var flagCategories map[string]string