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 9706a85 commit bc621c1Copy full SHA for bc621c1
debian/changelog
@@ -1,3 +1,11 @@
1
+geesefs (0.25.0) stable; urgency=medium
2
+
3
+ * Improve linear read and write
4
+ * Set default memory limit to 1000 MB
5
+ * Fix some bugs
6
7
+ -- Vitaliy Filippov <[email protected]> Tue, 17 Aug 2021 15:34:46 +0300
8
9
geesefs (0.24.3) stable; urgency=medium
10
11
* Silently ignore forbidden xattr operations
internal/flags.go
@@ -29,7 +29,7 @@ import (
29
"github.com/urfave/cli"
30
)
31
32
-const GEESEFS_VERSION = "0.24.3"
+const GEESEFS_VERSION = "0.25.0"
33
34
var flagCategories map[string]string
35
0 commit comments