We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8754b9 commit b287c34Copy full SHA for b287c34
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.31.4) unstable; urgency=medium
2
+
3
+ * Add FUSE BatchForget operation support - should fix memory leaks on some kernels
4
5
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Sun, 03 Jul 2022 01:52:41 +0300
6
7
geesefs (0.31.3) unstable; urgency=medium
8
9
* Fix a bug where user metadata values were always lowercased
internal/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.31.3"
+const GEESEFS_VERSION = "0.31.4"
34
35
var flagCategories map[string]string
36
0 commit comments