From db20530d38f629f2ddf3417d5cbc579fed0c39e7 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 17 May 2024 17:56:55 +0300 Subject: [PATCH] Release 0.40.9 --- debian/changelog | 8 ++++++++ internal/cfg/flags.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7bded82..5f05b2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +geesefs (0.40.9) unstable; urgency=medium + + * Implement "debug" xattr to dump internal file/directory states online + * Do not delete destination file when renaming another file over it + * Return geesefs version in a hidden extended attribute "geesefs" + + -- Vitaliy Filippov Fri, 17 May 2024 17:56:22 +0300 + geesefs (0.40.8) unstable; urgency=medium * Prevent panic (crash) possible during flushing and inode expiration diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index ff40563..1e79c37 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.8" +const GEESEFS_VERSION = "0.40.9" var flagCategories map[string]string