Skip to content

Commit

Permalink
Release 0.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 3, 2024
1 parent 208980a commit f296105
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
geesefs (0.41.2) unstable; urgency=medium

* Pass FUSE -o group_id from setgid (related to #73)
* Fix conflicts incorrectly detected for renamed files leading to updates being thrown away
* Allow to disable optional initialization steps: --no-multipart-expire --no-detect

-- Vitaliy Filippov <vitaliff@yandex-team.ru> Tue, 03 Sep 2024 13:17:29 +0300

geesefs (0.41.1) unstable; urgency=medium

* Fix reads possibly trying to read beyond server EOF of an extended file
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.41.1"
const GEESEFS_VERSION = "0.41.2"

var flagCategories map[string]string

Expand Down

0 comments on commit f296105

Please sign in to comment.