From 610069ef845e11dcd4d74d81fcd59bf1171a8b8b Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 7 Feb 2022 16:27:21 +0300 Subject: [PATCH] Bump version to 0.30.6 --- debian/changelog | 7 +++++++ internal/flags.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ac6bd08..b62dee53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geesefs (0.30.6) stable; urgency=medium + + * Fix a bug where renames of open, but unmodified, files were not flushed to S3 + * Improve parallel linear read speed by preventing eviction of recently loaded data + + -- Vitaliy Filippov Mon, 07 Feb 2022 16:23:20 +0300 + geesefs (0.30.5) stable; urgency=medium * Fix multipart-copy failures on files with names which require URL-encoding diff --git a/internal/flags.go b/internal/flags.go index 6ee3abc3..679e8bdb 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.30.5" +const GEESEFS_VERSION = "0.30.6" var flagCategories map[string]string