Skip to content

Commit f296105

Browse files
committed
Release 0.41.2
1 parent 208980a commit f296105

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
geesefs (0.41.2) unstable; urgency=medium
2+
3+
* Pass FUSE -o group_id from setgid (related to #73)
4+
* Fix conflicts incorrectly detected for renamed files leading to updates being thrown away
5+
* Allow to disable optional initialization steps: --no-multipart-expire --no-detect
6+
7+
-- Vitaliy Filippov <[email protected]> Tue, 03 Sep 2024 13:17:29 +0300
8+
19
geesefs (0.41.1) unstable; urgency=medium
210

311
* Fix reads possibly trying to read beyond server EOF of an extended file

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.41.1"
33+
const GEESEFS_VERSION = "0.41.2"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)