We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098cebc commit 36992a5Copy full SHA for 36992a5
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.42.1) unstable; urgency=medium
2
+
3
+ * Disable new FUSE-T on macos (came from jacobsa/fuse library)
4
5
+ -- Vitaliy Filippov <[email protected]> Wed, 06 Nov 2024 17:08:21 +0300
6
7
geesefs (0.42.0) unstable; urgency=medium
8
9
* Create files/directories with correct uid/gid
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.42.0"
+const GEESEFS_VERSION = "0.42.1"
34
35
var flagCategories map[string]string
36
0 commit comments