Skip to content

Commit

Permalink
Bump version to 0.34.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Mar 4, 2023
1 parent da0cea2 commit 7ab14a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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 <vitalif@yourcmc.ru> Wed, 01 Mar 2023 23:45:24 +0300
-- Vitaliy Filippov <vitalif@yandex-team.ru> Wed, 01 Mar 2023 23:45:24 +0300

geesefs (0.34.4) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ab14a5

Please sign in to comment.