From 7ab14a5812bfbb7f57266e9aeb24298afb28923a Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 3 Mar 2023 23:11:10 +0300 Subject: [PATCH] Bump version to 0.34.6 --- debian/changelog | 9 ++++++++- internal/flags.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53d2d149..270528ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ +geesefs (0.34.6) unstable; urgency=medium + + * Drop root privileges when started with --uid or --setuid (new option) + * Fix crash on chmod/chown of the root directory of mountpoint + + -- Vitaliy Filippov Fri, 03 Mar 2023 23:10:26 +0300 + geesefs (0.34.5) unstable; urgency=medium * Fix a possible race condition between rename & list due to the lack of locking around sealDir() * Add support for Linux arm64 (use syscall.Dup3 instead of Dup2) - -- Vitaliy Filippov Wed, 01 Mar 2023 23:45:24 +0300 + -- Vitaliy Filippov Wed, 01 Mar 2023 23:45:24 +0300 geesefs (0.34.4) unstable; urgency=medium diff --git a/internal/flags.go b/internal/flags.go index 81930f73..84184fe2 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -32,7 +32,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.34.5" +const GEESEFS_VERSION = "0.34.6" var flagCategories map[string]string