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 1e5e07b commit fd98ccbCopy full SHA for fd98ccb
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.42.0) unstable; urgency=medium
2
+
3
+ * Create files/directories with correct uid/gid
4
5
+ -- Vitaliy Filippov <[email protected]> Thu, 24 Oct 2024 21:17:58 +0300
6
7
geesefs (0.41.3) unstable; urgency=medium
8
9
* Allow to disable directory listing pre-loading when looking up individual files
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.41.3"
+const GEESEFS_VERSION = "0.42.0"
34
35
var flagCategories map[string]string
36
0 commit comments