From 6be1054f09774481ff1767c6cffdf42e33b0f0a1 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 20 Mar 2024 12:58:23 +0300 Subject: [PATCH] Release 0.40.4 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25b53e3..e421efd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.40.4) unstable; urgency=medium + + * Fix possible hangs during random write after full linear overwrite + + -- Vitaliy Filippov Wed, 20 Mar 2024 12:57:19 +0300 + geesefs (0.40.3) unstable; urgency=medium * Fix read-modify-write with evicted multipart parts hanging (introduced in 0.40.0) diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 2b0d021..ea00056 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.3" +const GEESEFS_VERSION = "0.40.4" var flagCategories map[string]string