Skip to content

Commit 858f026

Browse files
committed
Release 0.37.5
1 parent 3b76753 commit 858f026

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
geesefs (0.37.4) unstable; urgency=medium
28

39
* Fix potential BUG: ModifiedChildren of xxx < 0

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.37.4"
33+
const GEESEFS_VERSION = "0.37.5"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)