We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4500d98 commit 7b132c8Copy full SHA for 7b132c8
debian/changelog
@@ -1,3 +1,11 @@
1
+geesefs (0.40.9) unstable; urgency=medium
2
+
3
+ * Implement "debug" xattr to dump internal file/directory states online
4
+ * Do not delete destination file when renaming another file over it
5
+ * Return geesefs version in a hidden extended attribute "geesefs"
6
7
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Fri, 17 May 2024 17:56:22 +0300
8
9
geesefs (0.40.8) unstable; urgency=medium
10
11
* Prevent panic (crash) possible during flushing and inode expiration
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.40.8"
+const GEESEFS_VERSION = "0.40.9"
34
35
var flagCategories map[string]string
36
0 commit comments