From 3cd20b3fd086f611ef0d4644c6145e19e79dabf6 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 27 Mar 2024 12:09:56 +0300 Subject: [PATCH] Release 0.40.6 --- debian/changelog | 7 +++++++ internal/cfg/flags.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2bd5670..b20c05a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geesefs (0.40.6) unstable; urgency=medium + + * Prevent unnecessary reuploads during parallel linear write and check it in tests + * Allow to customize AWS SDK retry parameters + + -- Vitaliy Filippov Wed, 27 Mar 2024 12:08:52 +0300 + geesefs (0.40.5) unstable; urgency=medium * Fix another bug in readahead merging also leading to inability to flush random writes diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 4de8ffc..225883b 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.5" +const GEESEFS_VERSION = "0.40.6" var flagCategories map[string]string