From af937c47c75c426ce921d30ae4e076ab7c29635c Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 21 May 2024 12:58:43 +0300 Subject: [PATCH] Release 0.41.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 5f05b2f..ce537c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.41.0) unstable; urgency=medium + + * Prevent some situations where a multipart upload could be not completed + + -- Vitaliy Filippov Tue, 21 May 2024 12:57:46 +0300 + geesefs (0.40.9) unstable; urgency=medium * Implement "debug" xattr to dump internal file/directory states online diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 1e79c37..d6f101c 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.40.9" +const GEESEFS_VERSION = "0.41.0" var flagCategories map[string]string