From f3589ddf55ad8b2bac2d6ca681f3867485f6a3a8 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 26 Apr 2023 15:29:38 +0300 Subject: [PATCH] Bump version to 0.35.4 --- debian/changelog | 8 +++++++- internal/flags.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5703e599..4959abb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +geesefs (0.35.4) unstable; urgency=medium + + * Fix a crash on parallel lookup of the same removed file + + -- Vitaliy Filippov Wed, 26 Apr 2023 15:25:38 +0300 + geesefs (0.35.3) unstable; urgency=medium * Work around panic on deref underflow (the source of the problem is not known yet) - -- Vitaliy Filippov Tue, 25 Apr 2023 12:04:28 +0300 + -- Vitaliy Filippov Tue, 25 Apr 2023 12:04:28 +0300 geesefs (0.35.2) unstable; urgency=medium diff --git a/internal/flags.go b/internal/flags.go index d148d9f5..8944f703 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -32,7 +32,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.35.3" +const GEESEFS_VERSION = "0.35.4" var flagCategories map[string]string