File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
geesefs (0.41.1) unstable; urgency=medium
2
10
3
11
* Fix reads possibly trying to read beyond server EOF of an extended file
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"github.com/urfave/cli"
31
31
)
32
32
33
- const GEESEFS_VERSION = "0.41.1 "
33
+ const GEESEFS_VERSION = "0.41.2 "
34
34
35
35
var flagCategories map [string ]string
36
36
You can’t perform that action at this time.
0 commit comments