We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b76753 commit 858f026Copy full SHA for 858f026
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.37.5) unstable; urgency=medium
2
+
3
+ * Add --fsync-on-close option for close-to-open consistency mode, like in goofys/s3fs
4
5
+ -- Vitaliy Filippov <vitalif@yourcmc.ru> Wed, 13 Sep 2023 18:36:56 +0300
6
7
geesefs (0.37.4) unstable; urgency=medium
8
9
* Fix potential BUG: ModifiedChildren of xxx < 0
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.37.4"
+const GEESEFS_VERSION = "0.37.5"
34
35
var flagCategories map[string]string
36
0 commit comments